Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dtgmath.h20 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) macro
81 __FLT(x) ? fun ## f (x) : \
88 __FLT(x) ? fun ## f (x, y) : \
93 __FLT(x) && __FLT(y) ? fun ## f (x, y) : \
111 __FLT(x) ? fun ## f (x) : \
118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
123 __FLT(x) && __FLT(
[all...]

Completed in 1 milliseconds