Home | History | Annotate | Download | only in Headers

Lines Matching full:double

43 static double               _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
53 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
54 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
69 static double
71 __tg_acos(double __x) {return acos(__x);}
73 static long double
75 __tg_acos(long double __x) {return acosl(__x);}
81 static double _Complex
83 __tg_acos(double _Complex __x) {return cacos(__x);}
85 static long double _Complex
87 __tg_acos(long double _Complex __x) {return cacosl(__x);}
98 static double
100 __tg_asin(double __x) {return asin(__x);}
102 static long double
104 __tg_asin(long double __x) {return asinl(__x);}
110 static double _Complex
112 __tg_asin(double _Complex __x) {return casin(__x);}
114 static long double _Complex
116 __tg_asin(long double _Complex __x) {return casinl(__x);}
127 static double
129 __tg_atan(double __x) {return atan(__x);}
131 static long double
133 __tg_atan(long double __x) {return atanl(__x);}
139 static double _Complex
141 __tg_atan(double _Complex __x) {return catan(__x);}
143 static long double _Complex
145 __tg_atan(long double _Complex __x) {return catanl(__x);}
156 static double
158 __tg_acosh(double __x) {return acosh(__x);}
160 static long double
162 __tg_acosh(long double __x) {return acoshl(__x);}
168 static double _Complex
170 __tg_acosh(double _Complex __x) {return cacosh(__x);}
172 static long double _Complex
174 __tg_acosh(long double _Complex __x) {return cacoshl(__x);}
185 static double
187 __tg_asinh(double __x) {return asinh(__x);}
189 static long double
191 __tg_asinh(long double __x) {return asinhl(__x);}
197 static double _Complex
199 __tg_asinh(double _Complex __x) {return casinh(__x);}
201 static long double _Complex
203 __tg_asinh(long double _Complex __x) {return casinhl(__x);}
214 static double
216 __tg_atanh(double __x) {return atanh(__x);}
218 static long double
220 __tg_atanh(long double __x) {return atanhl(__x);}
226 static double _Complex
228 __tg_atanh(double _Complex __x) {return catanh(__x);}
230 static long double _Complex
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);}
243 static double
245 __tg_cos(double __x) {return cos(__x);}
247 static long double
249 __tg_cos(long double __x) {return cosl(__x);}
255 static double _Complex
257 __tg_cos(double _Complex __x) {return ccos(__x);}
259 static long double _Complex
261 __tg_cos(long double _Complex __x) {return ccosl(__x);}
272 static double
274 __tg_sin(double __x) {return sin(__x);}
276 static long double
278 __tg_sin(long double __x) {return sinl(__x);}
284 static double _Complex
286 __tg_sin(double _Complex __x) {return csin(__x);}
288 static long double _Complex
290 __tg_sin(long double _Complex __x) {return csinl(__x);}
301 static double
303 __tg_tan(double __x) {return tan(__x);}
305 static long double
307 __tg_tan(long double __x) {return tanl(__x);}
313 static double _Complex
315 __tg_tan(double _Complex __x) {return ctan(__x);}
317 static long double _Complex
319 __tg_tan(long double _Complex __x) {return ctanl(__x);}
330 static double
332 __tg_cosh(double __x) {return cosh(__x);}
334 static long double
336 __tg_cosh(long double __x) {return coshl(__x);}
342 static double _Complex
344 __tg_cosh(double _Complex __x) {return ccosh(__x);}
346 static long double _Complex
348 __tg_cosh(long double _Complex __x) {return ccoshl(__x);}
359 static double
361 __tg_sinh(double __x) {return sinh(__x);}
363 static long double
365 __tg_sinh(long double __x) {return sinhl(__x);}
371 static double _Complex
373 __tg_sinh(double _Complex __x) {return csinh(__x);}
375 static long double _Complex
377 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
388 static double
390 __tg_tanh(double __x) {return tanh(__x);}
392 static long double
394 __tg_tanh(long double __x) {return tanhl(__x);}
400 static double _Complex
402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
404 static long double _Complex
406 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
417 static double
419 __tg_exp(double __x) {return exp(__x);}
421 static long double
423 __tg_exp(long double __x) {return expl(__x);}
429 static double _Complex
431 __tg_exp(double _Complex __x) {return cexp(__x);}
433 static long double _Complex
435 __tg_exp(long double _Complex __x) {return cexpl(__x);}
446 static double
448 __tg_log(double __x) {return log(__x);}
450 static long double
452 __tg_log(long double __x) {return logl(__x);}
458 static double _Complex
460 __tg_log(double _Complex __x) {return clog(__x);}
462 static long double _Complex
464 __tg_log(long double _Complex __x) {return clogl(__x);}
475 static double
477 __tg_pow(double __x, double __y) {return pow(__x, __y);}
479 static long double
481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
487 static double _Complex
489 __tg_pow(double _Complex __x, double _Complex __y) {return cpow(__x, __y);}
491 static long double _Complex
493 __tg_pow(long double _Complex __x, long double _Complex __y)
506 static double
508 __tg_sqrt(double __x) {return sqrt(__x);}
510 static long double
512 __tg_sqrt(long double __x) {return sqrtl(__x);}
518 static double _Complex
520 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
522 static long double _Complex
524 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);}
535 static double
537 __tg_fabs(double __x) {return fabs(__x);}
539 static long double
541 __tg_fabs(long double __x) {return fabsl(__x);}
547 static double _Complex
549 __tg_fabs(double _Complex __x) {return cabs(__x);}
551 static long double _Complex
553 __tg_fabs(long double _Complex __x) {return cabsl(__x);}
564 static double
566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);}
568 static long double
570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
582 static double
584 __tg_cbrt(double __x) {return cbrt(__x);}
586 static long double
588 __tg_cbrt(long double __x) {return cbrtl(__x);}
599 static double
601 __tg_ceil(double __x) {return ceil(__x);}
603 static long double
605 __tg_ceil(long double __x) {return ceill(__x);}
616 static double
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
620 static long double
622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);}
634 static double
636 __tg_erf(double __x) {return erf(__x);}
638 static long double
640 __tg_erf(long double __x) {return erfl(__x);}
651 static double
653 __tg_erfc(double __x) {return erfc(__x);}
655 static long double
657 __tg_erfc(long double __x) {return erfcl(__x);}
668 static double
670 __tg_exp2(double __x) {return exp2(__x);}
672 static long double
674 __tg_exp2(long double __x) {return exp2l(__x);}
685 static double
687 __tg_expm1(double __x) {return expm1(__x);}
689 static long double
691 __tg_expm1(long double __x) {return expm1l(__x);}
702 static double
704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);}
706 static long double
708 __tg_fdim(long double __x, long double __y) {return fdiml(__x, __y);}
720 static double
722 __tg_floor(double __x) {return floor(__x);}
724 static long double
726 __tg_floor(long double __x) {return floorl(__x);}
738 static double
740 __tg_fma(double __x, double __y, double __z)
743 static long double
745 __tg_fma(long double __x,long double __y, long double __z)
760 static double
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
764 static long double
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);}
778 static double
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
782 static long double
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);}
796 static double
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
800 static long double
802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
814 static double
816 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);}
818 static long double
820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
831 static double
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
835 static long double
837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
851 __tg_ilogb(double __x) {return ilogb(__x);}
855 __tg_ilogb(long double __x) {return ilogbl(__x);}
866 static double
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
870 static long double
872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
883 static double
885 __tg_lgamma(double __x) {return lgamma(__x);}
887 static long double
889 __tg_lgamma(long double __x) {return lgammal(__x);}
902 __tg_llrint(double __x) {return llrint(__x);}
906 __tg_llrint(long double __x) {return llrintl(__x);}
919 __tg_llround(double __x) {return llround(__x);}
923 __tg_llround(long double __x) {return llroundl(__x);}
934 static double
936 __tg_log10(double __x) {return log10(__x);}
938 static long double
940 __tg_log10(long double __x) {return log10l(__x);}
951 static double
953 __tg_log1p(double __x) {return log1p(__x);}
955 static long double
957 __tg_log1p(long double __x) {return log1pl(__x);}
968 static double
970 __tg_log2(double __x) {return log2(__x);}
972 static long double
974 __tg_log2(long double __x) {return log2l(__x);}
987 __tg_lrint(double __x) {return lrint(__x);}
991 __tg_lrint(long double __x) {return lrintl(__x);}
1004 __tg_lround(double __x) {return lround(__x);}
1008 __tg_lround(long double __x) {return lroundl(__x);}
1019 static double
1021 __tg_nearbyint(double __x) {return nearbyint(__x);}
1023 static long double
1025 __tg_nearbyint(long double __x) {return nearbyintl(__x);}
1036 static double
1038 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);}
1040 static long double
1042 __tg_nextafter(long double __x, long double __y) {return nextafterl(__x, __y);}
1054 static double
1056 __tg_nexttoward(double __x, double __y) {return nexttoward(__x, __y);}
1058 static long double
1060 __tg_nexttoward(long double __x, long double __y) {return nexttowardl(__x, __y);}
1072 static double
1074 __tg_remainder(double __x, double __y) {return remainder(__x, __y);}
1076 static long double
1078 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);}
1091 static double
1093 __tg_remquo(double __x, double __y, int* __z)
1096 static long double
1098 __tg_remquo(long double __x,long double __y, int* __z)
1113 static double
1115 __tg_rint(double __x) {return rint(__x);}
1117 static long double
1119 __tg_rint(long double __x) {return rintl(__x);}
1130 static double
1132 __tg_round(double __x) {return round(__x);}
1134 static long double
1136 __tg_round(long double __x) {return roundl(__x);}
1147 static double
1149 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);}
1151 static long double
1153 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);}
1164 static double
1166 __tg_scalbln(double __x, long __y) {return scalbln(__x, __y);}
1168 static long double
1170 __tg_scalbln(long double __x, long __y) {return scalblnl(__x, __y);}
1181 static double
1183 __tg_tgamma(double __x) {return tgamma(__x);}
1185 static long double
1187 __tg_tgamma(long double __x) {return tgammal(__x);}
1198 static double
1200 __tg_trunc(double __x) {return trunc(__x);}
1202 static long double
1204 __tg_trunc(long double __x) {return truncl(__x);}
1215 static double
1217 __tg_carg(double __x) {return atan2(0., __x);}
1219 static long double
1221 __tg_carg(long double __x) {return atan2l(0.L, __x);}
1227 static double
1229 __tg_carg(double _Complex __x) {return carg(__x);}
1231 static long double
1233 __tg_carg(long double _Complex __x) {return cargl(__x);}
1244 static double
1246 __tg_cimag(double __x) {return 0;}
1248 static long double
1250 __tg_cimag(long double __x) {return 0;}
1256 static double
1258 __tg_cimag(double _Complex __x) {return cimag(__x);}
1260 static long double
1262 __tg_cimag(long double _Complex __x) {return cimagl(__x);}
1273 static double _Complex
1275 __tg_conj(double __x) {return __x;}
1277 static long double _Complex
1279 __tg_conj(long double __x) {return __x;}
1285 static double _Complex
1287 __tg_conj(double _Complex __x) {return conj(__x);}
1289 static long double _Complex
1291 __tg_conj(long double _Complex __x) {return conjl(__x);}
1302 static double _Complex
1304 __tg_cproj(double __x) {return cproj(__x);}
1306 static long double _Complex
1308 __tg_cproj(long double __x) {return cprojl(__x);}
1314 static double _Complex
1316 __tg_cproj(double _Complex __x) {return cproj(__x);}
1318 static long double _Complex
1320 __tg_cproj(long double _Complex __x) {return cprojl(__x);}
1331 static double _Complex
1333 __tg_creal(double __x) {return __x;}
1335 static long double _Complex
1337 __tg_creal(long double __x) {return __x;}
1343 static double
1345 __tg_creal(double _Complex __x) {return creal(__x);}
1347 static long double
1349 __tg_creal(long double _Complex __x) {return creall(__x);}