Searched refs:arg_comb (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/math/ |
D | tgmath.h | 266 # define __TGMATH_F128(arg_comb, fct, arg_call) \ argument 267 __builtin_types_compatible_p (__typeof (+(arg_comb)), _Float128) \ 269 # define __TGMATH_CF128(arg_comb, fct, cfct, arg_call) \ argument 270 __builtin_types_compatible_p (__typeof (+__real__ (arg_comb)), _Float128) \ 271 ? (__expr_is_real (arg_comb) \ 277 # define __TGMATH_F128(arg_comb, fct, arg_call) \ argument 278 (__builtin_types_compatible_p (__typeof (+(arg_comb)), _Float128) \ 279 || __builtin_types_compatible_p (__typeof (+(arg_comb)), _Float64x)) \ 281 # define __TGMATH_CF128(arg_comb, fct, cfct, arg_call) \ argument 282 (__builtin_types_compatible_p (__typeof (+__real__ (arg_comb)), _Float128) \ [all …]
|