Searched refs:__tg_real (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 85 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x)) macro 217 #define cbrt(x) __tg_real(cbrt, (x)) 218 #define ceil(x) __tg_real(ceil, (x)) 226 #define erf(x) __tg_real(erf, (x)) 227 #define erfc(x) __tg_real(erfc, (x)) 229 #define exp2(x) __tg_real(exp2, (x)) 230 #define expm1(x) __tg_real(expm1, (x)) 233 #define floor(x) __tg_real(floor, (x)) 242 #define lgamma(x) __tg_real(lgamma, (x)) 246 #define log10(x) __tg_real(log1 [all...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 85 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x)) macro 217 #define cbrt(x) __tg_real(cbrt, (x)) 218 #define ceil(x) __tg_real(ceil, (x)) 226 #define erf(x) __tg_real(erf, (x)) 227 #define erfc(x) __tg_real(erfc, (x)) 229 #define exp2(x) __tg_real(exp2, (x)) 230 #define expm1(x) __tg_real(expm1, (x)) 233 #define floor(x) __tg_real(floor, (x)) 242 #define lgamma(x) __tg_real(lgamma, (x)) 246 #define log10(x) __tg_real(log1 [all...] |
/third_party/musl/include/ |
H A D | tgmath.h | 85 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x)) macro 217 #define cbrt(x) __tg_real(cbrt, (x)) 218 #define ceil(x) __tg_real(ceil, (x)) 226 #define erf(x) __tg_real(erf, (x)) 227 #define erfc(x) __tg_real(erfc, (x)) 229 #define exp2(x) __tg_real(exp2, (x)) 230 #define expm1(x) __tg_real(expm1, (x)) 233 #define floor(x) __tg_real(floor, (x)) 242 #define lgamma(x) __tg_real(lgamma, (x)) 246 #define log10(x) __tg_real(log1 [all...] |
Completed in 3 milliseconds