Lines Matching defs:__x

56 #define __tg_promote1(__x)           (__typeof__(__tg_promote(__x)))  argument
57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument
67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos()
71 __tg_acos(double __x) {return acos(__x);} in __tg_acos()
75 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos()
79 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos()
83 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos()
87 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos()
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument
96 __tg_asin(float __x) {return asinf(__x);} in __tg_asin()
100 __tg_asin(double __x) {return asin(__x);} in __tg_asin()
104 __tg_asin(long double __x) {return asinl(__x);} in __tg_asin()
108 __tg_asin(float _Complex __x) {return casinf(__x);} in __tg_asin()
112 __tg_asin(double _Complex __x) {return casin(__x);} in __tg_asin()
116 __tg_asin(long double _Complex __x) {return casinl(__x);} in __tg_asin()
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) argument
125 __tg_atan(float __x) {return atanf(__x);} in __tg_atan()
129 __tg_atan(double __x) {return atan(__x);} in __tg_atan()
133 __tg_atan(long double __x) {return atanl(__x);} in __tg_atan()
137 __tg_atan(float _Complex __x) {return catanf(__x);} in __tg_atan()
141 __tg_atan(double _Complex __x) {return catan(__x);} in __tg_atan()
145 __tg_atan(long double _Complex __x) {return catanl(__x);} in __tg_atan()
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) argument
154 __tg_acosh(float __x) {return acoshf(__x);} in __tg_acosh()
158 __tg_acosh(double __x) {return acosh(__x);} in __tg_acosh()
162 __tg_acosh(long double __x) {return acoshl(__x);} in __tg_acosh()
166 __tg_acosh(float _Complex __x) {return cacoshf(__x);} in __tg_acosh()
170 __tg_acosh(double _Complex __x) {return cacosh(__x);} in __tg_acosh()
174 __tg_acosh(long double _Complex __x) {return cacoshl(__x);} in __tg_acosh()
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) argument
183 __tg_asinh(float __x) {return asinhf(__x);} in __tg_asinh()
187 __tg_asinh(double __x) {return asinh(__x);} in __tg_asinh()
191 __tg_asinh(long double __x) {return asinhl(__x);} in __tg_asinh()
195 __tg_asinh(float _Complex __x) {return casinhf(__x);} in __tg_asinh()
199 __tg_asinh(double _Complex __x) {return casinh(__x);} in __tg_asinh()
203 __tg_asinh(long double _Complex __x) {return casinhl(__x);} in __tg_asinh()
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) argument
212 __tg_atanh(float __x) {return atanhf(__x);} in __tg_atanh()
216 __tg_atanh(double __x) {return atanh(__x);} in __tg_atanh()
220 __tg_atanh(long double __x) {return atanhl(__x);} in __tg_atanh()
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} in __tg_atanh()
228 __tg_atanh(double _Complex __x) {return catanh(__x);} in __tg_atanh()
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} in __tg_atanh()
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) argument
241 __tg_cos(float __x) {return cosf(__x);} in __tg_cos()
245 __tg_cos(double __x) {return cos(__x);} in __tg_cos()
249 __tg_cos(long double __x) {return cosl(__x);} in __tg_cos()
253 __tg_cos(float _Complex __x) {return ccosf(__x);} in __tg_cos()
257 __tg_cos(double _Complex __x) {return ccos(__x);} in __tg_cos()
261 __tg_cos(long double _Complex __x) {return ccosl(__x);} in __tg_cos()
264 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) argument
270 __tg_sin(float __x) {return sinf(__x);} in __tg_sin()
274 __tg_sin(double __x) {return sin(__x);} in __tg_sin()
278 __tg_sin(long double __x) {return sinl(__x);} in __tg_sin()
282 __tg_sin(float _Complex __x) {return csinf(__x);} in __tg_sin()
286 __tg_sin(double _Complex __x) {return csin(__x);} in __tg_sin()
290 __tg_sin(long double _Complex __x) {return csinl(__x);} in __tg_sin()
293 #define sin(__x) __tg_sin(__tg_promote1((__x))(__x)) argument
299 __tg_tan(float __x) {return tanf(__x);} in __tg_tan()
303 __tg_tan(double __x) {return tan(__x);} in __tg_tan()
307 __tg_tan(long double __x) {return tanl(__x);} in __tg_tan()
311 __tg_tan(float _Complex __x) {return ctanf(__x);} in __tg_tan()
315 __tg_tan(double _Complex __x) {return ctan(__x);} in __tg_tan()
319 __tg_tan(long double _Complex __x) {return ctanl(__x);} in __tg_tan()
322 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) argument
328 __tg_cosh(float __x) {return coshf(__x);} in __tg_cosh()
332 __tg_cosh(double __x) {return cosh(__x);} in __tg_cosh()
336 __tg_cosh(long double __x) {return coshl(__x);} in __tg_cosh()
340 __tg_cosh(float _Complex __x) {return ccoshf(__x);} in __tg_cosh()
344 __tg_cosh(double _Complex __x) {return ccosh(__x);} in __tg_cosh()
348 __tg_cosh(long double _Complex __x) {return ccoshl(__x);} in __tg_cosh()
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) argument
357 __tg_sinh(float __x) {return sinhf(__x);} in __tg_sinh()
361 __tg_sinh(double __x) {return sinh(__x);} in __tg_sinh()
365 __tg_sinh(long double __x) {return sinhl(__x);} in __tg_sinh()
369 __tg_sinh(float _Complex __x) {return csinhf(__x);} in __tg_sinh()
373 __tg_sinh(double _Complex __x) {return csinh(__x);} in __tg_sinh()
377 __tg_sinh(long double _Complex __x) {return csinhl(__x);} in __tg_sinh()
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) argument
386 __tg_tanh(float __x) {return tanhf(__x);} in __tg_tanh()
390 __tg_tanh(double __x) {return tanh(__x);} in __tg_tanh()
394 __tg_tanh(long double __x) {return tanhl(__x);} in __tg_tanh()
398 __tg_tanh(float _Complex __x) {return ctanhf(__x);} in __tg_tanh()
402 __tg_tanh(double _Complex __x) {return ctanh(__x);} in __tg_tanh()
406 __tg_tanh(long double _Complex __x) {return ctanhl(__x);} in __tg_tanh()
409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) argument
415 __tg_exp(float __x) {return expf(__x);} in __tg_exp()
419 __tg_exp(double __x) {return exp(__x);} in __tg_exp()
423 __tg_exp(long double __x) {return expl(__x);} in __tg_exp()
427 __tg_exp(float _Complex __x) {return cexpf(__x);} in __tg_exp()
431 __tg_exp(double _Complex __x) {return cexp(__x);} in __tg_exp()
435 __tg_exp(long double _Complex __x) {return cexpl(__x);} in __tg_exp()
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x)) argument
444 __tg_log(float __x) {return logf(__x);} in __tg_log()
448 __tg_log(double __x) {return log(__x);} in __tg_log()
452 __tg_log(long double __x) {return logl(__x);} in __tg_log()
456 __tg_log(float _Complex __x) {return clogf(__x);} in __tg_log()
460 __tg_log(double _Complex __x) {return clog(__x);} in __tg_log()
464 __tg_log(long double _Complex __x) {return clogl(__x);} in __tg_log()
467 #define log(__x) __tg_log(__tg_promote1((__x))(__x)) argument
473 __tg_pow(float __x, float __y) {return powf(__x, __y);} in __tg_pow()
477 __tg_pow(double __x, double __y) {return pow(__x, __y);} in __tg_pow()
481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);} in __tg_pow()
485 __tg_pow(float _Complex __x, float _Complex __y) {return cpowf(__x, __y);} in __tg_pow()
489 __tg_pow(double _Complex __x, double _Complex __y) {return cpow(__x, __y);} in __tg_pow()
493 __tg_pow(long double _Complex __x, long double _Complex __y) in __tg_pow()
497 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ argument
504 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt()
508 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt()
512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt()
516 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt()
520 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt()
524 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt()
527 #define sqrt(__x) __tg_sqrt(__tg_promote1((__x))(__x)) argument
533 __tg_fabs(float __x) {return fabsf(__x);} in __tg_fabs()
537 __tg_fabs(double __x) {return fabs(__x);} in __tg_fabs()
541 __tg_fabs(long double __x) {return fabsl(__x);} in __tg_fabs()
545 __tg_fabs(float _Complex __x) {return cabsf(__x);} in __tg_fabs()
549 __tg_fabs(double _Complex __x) {return cabs(__x);} in __tg_fabs()
553 __tg_fabs(long double _Complex __x) {return cabsl(__x);} in __tg_fabs()
556 #define fabs(__x) __tg_fabs(__tg_promote1((__x))(__x)) argument
562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2()
566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} in __tg_atan2()
570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} in __tg_atan2()
573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ argument
580 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
584 __tg_cbrt(double __x) {return cbrt(__x);} in __tg_cbrt()
588 __tg_cbrt(long double __x) {return cbrtl(__x);} in __tg_cbrt()
591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) argument
597 __tg_ceil(float __x) {return ceilf(__x);} in __tg_ceil()
601 __tg_ceil(double __x) {return ceil(__x);} in __tg_ceil()
605 __tg_ceil(long double __x) {return ceill(__x);} in __tg_ceil()
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) argument
614 __tg_copysign(float __x, float __y) {return copysignf(__x, __y);} in __tg_copysign()
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);} in __tg_copysign()
622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);} in __tg_copysign()
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ argument
632 __tg_erf(float __x) {return erff(__x);} in __tg_erf()
636 __tg_erf(double __x) {return erf(__x);} in __tg_erf()
640 __tg_erf(long double __x) {return erfl(__x);} in __tg_erf()
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) argument
649 __tg_erfc(float __x) {return erfcf(__x);} in __tg_erfc()
653 __tg_erfc(double __x) {return erfc(__x);} in __tg_erfc()
657 __tg_erfc(long double __x) {return erfcl(__x);} in __tg_erfc()
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) argument
666 __tg_exp2(float __x) {return exp2f(__x);} in __tg_exp2()
670 __tg_exp2(double __x) {return exp2(__x);} in __tg_exp2()
674 __tg_exp2(long double __x) {return exp2l(__x);} in __tg_exp2()
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) argument
683 __tg_expm1(float __x) {return expm1f(__x);} in __tg_expm1()
687 __tg_expm1(double __x) {return expm1(__x);} in __tg_expm1()
691 __tg_expm1(long double __x) {return expm1l(__x);} in __tg_expm1()
694 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) argument
700 __tg_fdim(float __x, float __y) {return fdimf(__x, __y);} in __tg_fdim()
704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);} in __tg_fdim()
708 __tg_fdim(long double __x, long double __y) {return fdiml(__x, __y);} in __tg_fdim()
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ argument
718 __tg_floor(float __x) {return floorf(__x);} in __tg_floor()
722 __tg_floor(double __x) {return floor(__x);} in __tg_floor()
726 __tg_floor(long double __x) {return floorl(__x);} in __tg_floor()
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x)) argument
735 __tg_fma(float __x, float __y, float __z) in __tg_fma()
740 __tg_fma(double __x, double __y, double __z) in __tg_fma()
745 __tg_fma(long double __x,long double __y, long double __z) in __tg_fma()
749 #define fma(__x, __y, __z) \ argument
758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax()
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} in __tg_fmax()
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} in __tg_fmax()
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ argument
776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} in __tg_fmin()
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} in __tg_fmin()
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} in __tg_fmin()
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ argument
794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod()
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod()
802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod()
805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ argument
812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
816 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);} in __tg_frexp()
820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} in __tg_frexp()
823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) argument
829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} in __tg_hypot()
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} in __tg_hypot()
837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);} in __tg_hypot()
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ argument
847 __tg_ilogb(float __x) {return ilogbf(__x);} in __tg_ilogb()
851 __tg_ilogb(double __x) {return ilogb(__x);} in __tg_ilogb()
855 __tg_ilogb(long double __x) {return ilogbl(__x);} in __tg_ilogb()
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) argument
864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);} in __tg_ldexp()
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);} in __tg_ldexp()
872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);} in __tg_ldexp()
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) argument
881 __tg_lgamma(float __x) {return lgammaf(__x);} in __tg_lgamma()
885 __tg_lgamma(double __x) {return lgamma(__x);} in __tg_lgamma()
889 __tg_lgamma(long double __x) {return lgammal(__x);} in __tg_lgamma()
892 #define lgamma(__x) __tg_lgamma(__tg_promote1((__x))(__x)) argument
898 __tg_llrint(float __x) {return llrintf(__x);} in __tg_llrint()
902 __tg_llrint(double __x) {return llrint(__x);} in __tg_llrint()
906 __tg_llrint(long double __x) {return llrintl(__x);} in __tg_llrint()
909 #define llrint(__x) __tg_llrint(__tg_promote1((__x))(__x)) argument
915 __tg_llround(float __x) {return llroundf(__x);} in __tg_llround()
919 __tg_llround(double __x) {return llround(__x);} in __tg_llround()
923 __tg_llround(long double __x) {return llroundl(__x);} in __tg_llround()
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) argument
932 __tg_log10(float __x) {return log10f(__x);} in __tg_log10()
936 __tg_log10(double __x) {return log10(__x);} in __tg_log10()
940 __tg_log10(long double __x) {return log10l(__x);} in __tg_log10()
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) argument
949 __tg_log1p(float __x) {return log1pf(__x);} in __tg_log1p()
953 __tg_log1p(double __x) {return log1p(__x);} in __tg_log1p()
957 __tg_log1p(long double __x) {return log1pl(__x);} in __tg_log1p()
960 #define log1p(__x) __tg_log1p(__tg_promote1((__x))(__x)) argument
966 __tg_log2(float __x) {return log2f(__x);} in __tg_log2()
970 __tg_log2(double __x) {return log2(__x);} in __tg_log2()
974 __tg_log2(long double __x) {return log2l(__x);} in __tg_log2()
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) argument
983 __tg_logb(float __x) {return logbf(__x);} in __tg_logb()
987 __tg_logb(double __x) {return logb(__x);} in __tg_logb()
991 __tg_logb(long double __x) {return logbl(__x);} in __tg_logb()
994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) argument
1000 __tg_lrint(float __x) {return lrintf(__x);} in __tg_lrint()
1004 __tg_lrint(double __x) {return lrint(__x);} in __tg_lrint()
1008 __tg_lrint(long double __x) {return lrintl(__x);} in __tg_lrint()
1011 #define lrint(__x) __tg_lrint(__tg_promote1((__x))(__x)) argument
1017 __tg_lround(float __x) {return lroundf(__x);} in __tg_lround()
1021 __tg_lround(double __x) {return lround(__x);} in __tg_lround()
1025 __tg_lround(long double __x) {return lroundl(__x);} in __tg_lround()
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) argument
1034 __tg_nearbyint(float __x) {return nearbyintf(__x);} in __tg_nearbyint()
1038 __tg_nearbyint(double __x) {return nearbyint(__x);} in __tg_nearbyint()
1042 __tg_nearbyint(long double __x) {return nearbyintl(__x);} in __tg_nearbyint()
1045 #define nearbyint(__x) __tg_nearbyint(__tg_promote1((__x))(__x)) argument
1051 __tg_nextafter(float __x, float __y) {return nextafterf(__x, __y);} in __tg_nextafter()
1055 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);} in __tg_nextafter()
1059 __tg_nextafter(long double __x, long double __y) {return nextafterl(__x, __y);} in __tg_nextafter()
1062 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ argument
1069 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);} in __tg_nexttoward()
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);} in __tg_nexttoward()
1077 __tg_nexttoward(long double __x, long double __y) {return nexttowardl(__x, __y);} in __tg_nexttoward()
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) argument
1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);} in __tg_remainder()
1090 __tg_remainder(double __x, double __y) {return remainder(__x, __y);} in __tg_remainder()
1094 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} in __tg_remainder()
1097 #define remainder(__x, __y) __tg_remainder(__tg_promote2((__x), (__y))(__x), \ argument
1104 __tg_remquo(float __x, float __y, int* __z) in __tg_remquo()
1109 __tg_remquo(double __x, double __y, int* __z) in __tg_remquo()
1114 __tg_remquo(long double __x,long double __y, int* __z) in __tg_remquo()
1118 #define remquo(__x, __y, __z) \ argument
1127 __tg_rint(float __x) {return rintf(__x);} in __tg_rint()
1131 __tg_rint(double __x) {return rint(__x);} in __tg_rint()
1135 __tg_rint(long double __x) {return rintl(__x);} in __tg_rint()
1138 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x)) argument
1144 __tg_round(float __x) {return roundf(__x);} in __tg_round()
1148 __tg_round(double __x) {return round(__x);} in __tg_round()
1152 __tg_round(long double __x) {return roundl(__x);} in __tg_round()
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) argument
1161 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn()
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn()
1169 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn()
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) argument
1178 __tg_scalbln(float __x, long __y) {return scalblnf(__x, __y);} in __tg_scalbln()
1182 __tg_scalbln(double __x, long __y) {return scalbln(__x, __y);} in __tg_scalbln()
1186 __tg_scalbln(long double __x, long __y) {return scalblnl(__x, __y);} in __tg_scalbln()
1189 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) argument
1195 __tg_tgamma(float __x) {return tgammaf(__x);} in __tg_tgamma()
1199 __tg_tgamma(double __x) {return tgamma(__x);} in __tg_tgamma()
1203 __tg_tgamma(long double __x) {return tgammal(__x);} in __tg_tgamma()
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) argument
1212 __tg_trunc(float __x) {return truncf(__x);} in __tg_trunc()
1216 __tg_trunc(double __x) {return trunc(__x);} in __tg_trunc()
1220 __tg_trunc(long double __x) {return truncl(__x);} in __tg_trunc()
1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) argument
1229 __tg_carg(float __x) {return atan2f(0.F, __x);} in __tg_carg()
1233 __tg_carg(double __x) {return atan2(0., __x);} in __tg_carg()
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);} in __tg_carg()
1241 __tg_carg(float _Complex __x) {return cargf(__x);} in __tg_carg()
1245 __tg_carg(double _Complex __x) {return carg(__x);} in __tg_carg()
1249 __tg_carg(long double _Complex __x) {return cargl(__x);} in __tg_carg()
1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) argument
1258 __tg_cimag(float __x) {return 0;} in __tg_cimag()
1262 __tg_cimag(double __x) {return 0;} in __tg_cimag()
1266 __tg_cimag(long double __x) {return 0;} in __tg_cimag()
1270 __tg_cimag(float _Complex __x) {return cimagf(__x);} in __tg_cimag()
1274 __tg_cimag(double _Complex __x) {return cimag(__x);} in __tg_cimag()
1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);} in __tg_cimag()
1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) argument
1287 __tg_conj(float __x) {return __x;} in __tg_conj()
1291 __tg_conj(double __x) {return __x;} in __tg_conj()
1295 __tg_conj(long double __x) {return __x;} in __tg_conj()
1299 __tg_conj(float _Complex __x) {return conjf(__x);} in __tg_conj()
1303 __tg_conj(double _Complex __x) {return conj(__x);} in __tg_conj()
1307 __tg_conj(long double _Complex __x) {return conjl(__x);} in __tg_conj()
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) argument
1316 __tg_cproj(float __x) {return cprojf(__x);} in __tg_cproj()
1320 __tg_cproj(double __x) {return cproj(__x);} in __tg_cproj()
1324 __tg_cproj(long double __x) {return cprojl(__x);} in __tg_cproj()
1328 __tg_cproj(float _Complex __x) {return cprojf(__x);} in __tg_cproj()
1332 __tg_cproj(double _Complex __x) {return cproj(__x);} in __tg_cproj()
1336 __tg_cproj(long double _Complex __x) {return cprojl(__x);} in __tg_cproj()
1339 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x)) argument
1345 __tg_creal(float __x) {return __x;} in __tg_creal()
1349 __tg_creal(double __x) {return __x;} in __tg_creal()
1353 __tg_creal(long double __x) {return __x;} in __tg_creal()
1357 __tg_creal(float _Complex __x) {return crealf(__x);} in __tg_creal()
1361 __tg_creal(double _Complex __x) {return creal(__x);} in __tg_creal()
1365 __tg_creal(long double _Complex __x) {return creall(__x);} in __tg_creal()
1368 #define creal(__x) __tg_creal(__tg_promote1((__x))(__x)) argument