Home
last modified time | relevance | path

Searched refs:__FLTCX (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dtgmath.h23 #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex)) macro
98 __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : \
103 __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : \
108 __FLTCX(x) ? c ## fun ## f (x) : \
128 __FLTCX((x)+(y)) && __IS_FP(x) && __IS_FP(y) ? cpowf(x, y) : \
129 __FLTCX((x)+(y)) ? cpow(x, y) : \
137 __FLTCX(x) ? cabsf(x) : \

Completed in 1 milliseconds