Searched refs:__type2 (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_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 2 milliseconds