Searched refs:__IS_CX (Results 1 – 1 of 1) sorted by relevance
17 #define __IS_CX(x) (__IS_FP(x) && sizeof(x) == sizeof((x)+I)) macro23 #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex))24 #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex))25 #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) …