Searched refs:__tg_real (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_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 2 milliseconds