Lines Matching full:float
50 float acosf(float x);
54 float asinf(float x);
58 float atanf(float x);
62 float atan2f(float y, float x);
66 float ceilf(float x);
70 float cosf(float x);
74 float coshf(float x);
78 float expf(float x);
82 float fabsf(float x);
86 float floorf(float x);
90 float fmodf(float x, float y);
94 float frexpf(float value, int* exp);
98 float ldexpf(float value, int exp);
102 float logf(float x);
106 float log10f(float x);
110 float modff(float value, float* iptr);
114 float powf(float x, float y);
118 float sinf(float x);
122 float sinhf(float x);
126 float sqrtf(float x);
130 float tanf(float x);
134 float tanhf(float x);
156 float acoshf(float x);
160 float asinhf(float x);
164 float atanhf(float x);
168 float cbrtf(float x);
172 float copysignf(float x, float y);
176 float erff(float x);
180 float erfcf(float x);
184 float exp2f(float x);
188 float expm1f(float x);
192 float fdimf(float x, float y);
196 float fmaf(float x, float y, float z);
200 float fmaxf(float x, float y);
204 float fminf(float x, float y);
208 float hermite(unsigned n, float x); // C++17
210 float hermitef(unsigned n, float x); // C++17
216 float hypotf(float x, float y);
220 float hypot(float x, float y, float z); // C++17
224 int ilogbf(float x);
228 float lgammaf(float x);
232 long long llrintf(float x);
236 long long llroundf(float x);
240 float log1pf(float x);
244 float log2f(float x);
248 float logbf(float x);
252 long lrintf(float x);
256 long lroundf(float x);
260 float nanf(const char* str);
264 float nearbyintf(float x);
268 float nextafterf(float x, float y);
272 float nexttowardf(float x, long double y);
276 float remainderf(float x, float y);
280 float remquof(float x, float y, int* pquo);
284 float rintf(float x);
288 float roundf(float x);
292 float scalblnf(float x, long ex);
296 float scalbnf(float x, int ex);
300 float tgammaf(float x);
304 float truncf(float x);
307 constexpr float lerp(float a, float b, float t) noexcept; // C++20
614 _LIBCPP_HIDE_FROM_ABI inline constexpr float lerp(float __a, float __b, float __t) _NOEXCEPT {