Lines Matching full:float
47 float acosf(float x);
51 float asinf(float x);
55 float atanf(float x);
59 float atan2f(float y, float x);
63 float ceilf(float x);
67 float cosf(float x);
71 float coshf(float x);
75 float expf(float x);
79 float fabsf(float x);
83 float floorf(float x);
87 float fmodf(float x, float y);
91 float frexpf(float value, int* exp);
95 float ldexpf(float value, int exp);
99 float logf(float x);
103 float log10f(float x);
107 float modff(float value, float* iptr);
111 float powf(float x, float y);
115 float sinf(float x);
119 float sinhf(float x);
123 float sqrtf(float x);
127 float tanf(float x);
131 float tanhf(float x);
153 float acoshf(float x);
157 float asinhf(float x);
161 float atanhf(float x);
165 float cbrtf(float x);
169 float copysignf(float x, float y);
173 float erff(float x);
177 float erfcf(float x);
181 float exp2f(float x);
185 float expm1f(float x);
189 float fdimf(float x, float y);
193 float fmaf(float x, float y, float z);
197 float fmaxf(float x, float y);
201 float fminf(float x, float y);
205 float hypotf(float x, float y);
209 int ilogbf(float x);
213 float lgammaf(float x);
217 long long llrintf(float x);
221 long long llroundf(float x);
225 float log1pf(float x);
229 float log2f(float x);
233 float logbf(float x);
237 long lrintf(float x);
241 long lroundf(float x);
245 float nanf(const char* str);
249 float nearbyintf(float x);
253 float nextafterf(float x, float y);
257 float nexttowardf(float x, long double y);
261 float remainderf(float x, float y);
265 float remquof(float x, float y, int* pquo);
269 float rintf(float x);
273 float roundf(float x);
277 float scalblnf(float x, long ex);
281 float scalbnf(float x, int ex);
285 float tgammaf(float x);
289 float truncf(float x);
391 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI int fpclassify(float __x) _NOEXCEPT { in fpclassify()