Home | History | Annotate | Download | only in include

Lines Matching refs:_P

63 	__TG_CHOOSE(__TG_IS_##ftype##_P(a),			\
65 __TG_CHOOSE(__TG_IS_##ltype##_P(a), \
70 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \
72 __TG_CHOOSE(__TG_IS_##ltype##_P(a), \
77 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
78 && __TG_IS_##ftype##_P(b), \
80 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \
81 || __TG_IS_##ltype##_P(b), \
86 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
87 && __TG_IS_##ftype##_P(b), \
89 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \
90 || __TG_IS_##ltype##_P(b), \
95 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
96 && __TG_IS_##ftype##_P(b) \
97 && __TG_IS_##ftype##_P(c), \
99 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \
100 || __TG_IS_##ltype##_P(b) \
101 || __TG_IS_##ltype##_P(c), \