Home
last modified time | relevance | path

Searched refs:__type2 (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h48 #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), \
64 __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, \
65 __type2(sizeof((x)+1.0+I) == sizeof(double complex), double, \