Searched refs:__FLT (Results 1 – 1 of 1) sorted by relevance
20 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) macro80 __FLT(x) ? fun ## f (x) : \87 __FLT(x) ? fun ## f (x, y) : \92 __FLT(x) && __FLT(y) ? fun ## f (x, y) : \110 __FLT(x) ? fun ## f (x) : \117 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \122 __FLT(x) && __FLT(y) && __FLT(z) ? fmaf(x, y, z) : \131 __FLT(x) && __FLT(y) ? powf(x, y) : \139 __FLT(x) ? fabsf(x) : \