Lines Matching full:float
42 static float _TG_ATTRSp __tg_promote(float);
45 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
58 static float
60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos()
70 static float _Complex
72 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos()
87 static float
89 __tg_asin(float __x) {return asinf(__x);} in __tg_asin()
99 static float _Complex
101 __tg_asin(float _Complex __x) {return casinf(__x);} in __tg_asin()
116 static float
118 __tg_atan(float __x) {return atanf(__x);} in __tg_atan()
128 static float _Complex
130 __tg_atan(float _Complex __x) {return catanf(__x);} in __tg_atan()
145 static float
147 __tg_acosh(float __x) {return acoshf(__x);} in __tg_acosh()
157 static float _Complex
159 __tg_acosh(float _Complex __x) {return cacoshf(__x);} in __tg_acosh()
174 static float
176 __tg_asinh(float __x) {return asinhf(__x);} in __tg_asinh()
186 static float _Complex
188 __tg_asinh(float _Complex __x) {return casinhf(__x);} in __tg_asinh()
203 static float
205 __tg_atanh(float __x) {return atanhf(__x);} in __tg_atanh()
215 static float _Complex
217 __tg_atanh(float _Complex __x) {return catanhf(__x);} in __tg_atanh()
232 static float
234 __tg_cos(float __x) {return cosf(__x);} in __tg_cos()
244 static float _Complex
246 __tg_cos(float _Complex __x) {return ccosf(__x);} in __tg_cos()
261 static float
263 __tg_sin(float __x) {return sinf(__x);} in __tg_sin()
273 static float _Complex
275 __tg_sin(float _Complex __x) {return csinf(__x);} in __tg_sin()
290 static float
292 __tg_tan(float __x) {return tanf(__x);} in __tg_tan()
302 static float _Complex
304 __tg_tan(float _Complex __x) {return ctanf(__x);} in __tg_tan()
319 static float
321 __tg_cosh(float __x) {return coshf(__x);} in __tg_cosh()
331 static float _Complex
333 __tg_cosh(float _Complex __x) {return ccoshf(__x);} in __tg_cosh()
348 static float
350 __tg_sinh(float __x) {return sinhf(__x);} in __tg_sinh()
360 static float _Complex
362 __tg_sinh(float _Complex __x) {return csinhf(__x);} in __tg_sinh()
377 static float
379 __tg_tanh(float __x) {return tanhf(__x);} in __tg_tanh()
389 static float _Complex
391 __tg_tanh(float _Complex __x) {return ctanhf(__x);} in __tg_tanh()
406 static float
408 __tg_exp(float __x) {return expf(__x);} in __tg_exp()
418 static float _Complex
420 __tg_exp(float _Complex __x) {return cexpf(__x);} in __tg_exp()
435 static float
437 __tg_log(float __x) {return logf(__x);} in __tg_log()
447 static float _Complex
449 __tg_log(float _Complex __x) {return clogf(__x);} in __tg_log()
464 static float
466 __tg_pow(float __x, float __y) {return powf(__x, __y);} in __tg_pow()
476 static float _Complex
478 __tg_pow(float _Complex __x, float _Complex __y) {return cpowf(__x, __y);} in __tg_pow()
495 static float
497 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt()
507 static float _Complex
509 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt()
524 static float
526 __tg_fabs(float __x) {return fabsf(__x);} in __tg_fabs()
536 static float
538 __tg_fabs(float _Complex __x) {return cabsf(__x);} in __tg_fabs()
553 static float
555 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2()
571 static float
573 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
588 static float
590 __tg_ceil(float __x) {return ceilf(__x);} in __tg_ceil()
605 static float
607 __tg_copysign(float __x, float __y) {return copysignf(__x, __y);} in __tg_copysign()
623 static float
625 __tg_erf(float __x) {return erff(__x);} in __tg_erf()
640 static float
642 __tg_erfc(float __x) {return erfcf(__x);} in __tg_erfc()
657 static float
659 __tg_exp2(float __x) {return exp2f(__x);} in __tg_exp2()
674 static float
676 __tg_expm1(float __x) {return expm1f(__x);} in __tg_expm1()
691 static float
693 __tg_fdim(float __x, float __y) {return fdimf(__x, __y);} in __tg_fdim()
709 static float
711 __tg_floor(float __x) {return floorf(__x);} in __tg_floor()
726 static float
728 __tg_fma(float __x, float __y, float __z) in __tg_fma()
749 static float
751 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax()
767 static float
769 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} in __tg_fmin()
785 static float
787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod()
803 static float
805 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
820 static float
822 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} in __tg_hypot()
840 __tg_ilogb(float __x) {return ilogbf(__x);} in __tg_ilogb()
855 static float
857 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);} in __tg_ldexp()
872 static float
874 __tg_lgamma(float __x) {return lgammaf(__x);} in __tg_lgamma()
891 __tg_llrint(float __x) {return llrintf(__x);} in __tg_llrint()
908 __tg_llround(float __x) {return llroundf(__x);} in __tg_llround()
923 static float
925 __tg_log10(float __x) {return log10f(__x);} in __tg_log10()
940 static float
942 __tg_log1p(float __x) {return log1pf(__x);} in __tg_log1p()
957 static float
959 __tg_log2(float __x) {return log2f(__x);} in __tg_log2()
974 static float
976 __tg_logb(float __x) {return logbf(__x);} in __tg_logb()
993 __tg_lrint(float __x) {return lrintf(__x);} in __tg_lrint()
1010 __tg_lround(float __x) {return lroundf(__x);} in __tg_lround()
1025 static float
1027 __tg_nearbyint(float __x) {return nearbyintf(__x);} in __tg_nearbyint()
1042 static float
1044 __tg_nextafter(float __x, float __y) {return nextafterf(__x, __y);} in __tg_nextafter()
1060 static float
1062 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);} in __tg_nexttoward()
1077 static float
1079 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);} in __tg_remainder()
1095 static float
1097 __tg_remquo(float __x, float __y, int* __z) in __tg_remquo()
1118 static float
1120 __tg_rint(float __x) {return rintf(__x);} in __tg_rint()
1135 static float
1137 __tg_round(float __x) {return roundf(__x);} in __tg_round()
1152 static float
1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn()
1169 static float
1171 __tg_scalbln(float __x, long __y) {return scalblnf(__x, __y);} in __tg_scalbln()
1186 static float
1188 __tg_tgamma(float __x) {return tgammaf(__x);} in __tg_tgamma()
1203 static float
1205 __tg_trunc(float __x) {return truncf(__x);} in __tg_trunc()
1220 static float
1222 __tg_carg(float __x) {return atan2f(0.F, __x);} in __tg_carg()
1232 static float
1234 __tg_carg(float _Complex __x) {return cargf(__x);} in __tg_carg()
1249 static float
1251 __tg_cimag(float __x) {return 0;} in __tg_cimag()
1261 static float
1263 __tg_cimag(float _Complex __x) {return cimagf(__x);} in __tg_cimag()
1278 static float _Complex
1280 __tg_conj(float __x) {return __x;} in __tg_conj()
1290 static float _Complex
1292 __tg_conj(float _Complex __x) {return conjf(__x);} in __tg_conj()
1307 static float _Complex
1309 __tg_cproj(float __x) {return cprojf(__x);} in __tg_cproj()
1319 static float _Complex
1321 __tg_cproj(float _Complex __x) {return cprojf(__x);} in __tg_cproj()
1336 static float
1338 __tg_creal(float __x) {return __x;} in __tg_creal()
1348 static float
1350 __tg_creal(float _Complex __x) {return crealf(__x);} in __tg_creal()