Searched refs:arg_comb (Results 1 – 1 of 1) sorted by relevance
/math/ |
A 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 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) \ 281 # define __TGMATH_CF128(arg_comb, fct, cfct, arg_call) \ argument 283 || __builtin_types_compatible_p (__typeof (+__real__ (arg_comb)), \ 285 ? (__expr_is_real (arg_comb) \ 290 # define __TGMATH_F128(arg_comb, fct, arg_call) /* Nothing. */ argument [all …]
|
Completed in 8 milliseconds