Searched refs:__type2 (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 48 #define __type2(c,t1,t2) __typeof__(*(0?(__type1(c,t1)*)0:(__type1(!(c),t2)*)0)) macro 51 __type2(__IS_FP(x), __typeof__(x), double)) 54 __type2(__IS_FP(x) && __IS_FP(y), \ 59 __type2(__IS_FP(x) && __IS_FP(y) && __IS_FP(z), \ 65 __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, \ 66 __type2(sizeof((x)+1.0+I) == sizeof(double complex), double, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 48 #define __type2(c,t1,t2) __typeof__(*(0?(__type1(c,t1)*)0:(__type1(!(c),t2)*)0)) macro 51 __type2(__IS_FP(x), __typeof__(x), double)) 54 __type2(__IS_FP(x) && __IS_FP(y), \ 59 __type2(__IS_FP(x) && __IS_FP(y) && __IS_FP(z), \ 65 __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, \ 66 __type2(sizeof((x)+1.0+I) == sizeof(double complex), double, \
|
/third_party/musl/include/ |
H A D | tgmath.h | 48 #define __type2(c,t1,t2) __typeof__(*(0?(__type1(c,t1)*)0:(__type1(!(c),t2)*)0)) macro 51 __type2(__IS_FP(x), __typeof__(x), double)) 54 __type2(__IS_FP(x) && __IS_FP(y), \ 59 __type2(__IS_FP(x) && __IS_FP(y) && __IS_FP(z), \ 65 __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, \ 66 __type2(sizeof((x)+1.0+I) == sizeof(double complex), double, \
|
Completed in 3 milliseconds