Searched refs:__TG_CHOOSE (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dtgmath.h40 #define __TG_CHOOSE(p, a, b) __builtin_choose_expr((p), (a), (b)) macro
61 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \
63 __TG_CHOOSE(__TG_IS_##ltype##_P(a), \
68 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \
70 __TG_CHOOSE(__TG_IS_##ltype##_P(a), \
75 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
78 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \
84 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
87 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \
93 __TG_CHOOSE(__TG_IS
[all...]

Completed in 103 milliseconds