Searched refs:__MATH_TG (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/math/ |
D | math.h | 879 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ macro 897 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ macro 909 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ macro 922 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ macro 970 # define fpclassify(x) __MATH_TG ((x), __fpclassify, (x)) 986 # define signbit(x) __MATH_TG ((x), __builtin_signbit, (x)) 988 # define signbit(x) __MATH_TG ((x), __signbit, (x)) 996 # define isfinite(x) __MATH_TG ((x), __finite, (x)) 1013 # define isnan(x) __MATH_TG ((x), __isnan, (x)) 1031 # define isinf(x) __MATH_TG ((x), __isinf, (x)) [all …]
|
D | math-underflow.h | 27 #define fabs_tg(x) __MATH_TG ((x), (__typeof (x)) __builtin_fabs, (x)) 37 #define min_of_type(x) __MATH_TG ((x), (__typeof (x)) min_of_type_, ())
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/bits/ |
D | iscanonical.h | 38 # define iscanonical(x) __MATH_TG ((x), __iscanonical, (x))
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/bits/ |
D | iscanonical.h | 41 # define iscanonical(x) __MATH_TG ((x), __iscanonical, (x))
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 24523 not rely on __MATH_TG/__builtin_types_compatible_p. 28092 (min_of_type): Pass () as last argument of __MATH_TG. 29576 (__MATH_TG): Use __MATH_TG_F32 and __MATH_TG_F64X. 32275 rather than using __MATH_TG, which uses C-only builtins. 36355 fpclassify/__MATH_TG/__builtin_types_compatible_p, when 36869 definition for issignaling that does not rely on __MATH_TG, 36870 since __MATH_TG uses __builtin_types_compatible_p, which is only 38447 (min_of_type): Define using __MATH_TG and taking an expression
|
D | ChangeLog.18 | 5136 * math/math.h (__MATH_TG): Extend the conditions to add 5278 is type-generic, so use it without __MATH_TG. 14839 * math/math.h (__MATH_TG): New macro. 14840 [__USE_ISOC99] (fpclassify): Define using __MATH_TG. 14848 __MATH_TG and __MATH_EVAL_FMT2. 14850 __MATH_TG. 14854 [!__NO_LONG_DOUBLE_MATH] (iscanonical): Define using __MATH_TG. 14858 (iscanonical): Define using __MATH_TG.
|
/glibc-2.36/ |
D | NEWS | 3007 [22402] math: [powerpc64le] __MATH_TG does not support _Float128 for
|