Searched refs:__FLT (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 20 #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...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 20 #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...] |
/third_party/musl/include/ |
H A D | tgmath.h | 20 #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 3 milliseconds