Home
last modified time | relevance | path

Searched refs:__tg_real (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h84 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x)) macro
216 #define cbrt(x) __tg_real(cbrt, (x))
217 #define ceil(x) __tg_real(ceil, (x))
225 #define erf(x) __tg_real(erf, (x))
226 #define erfc(x) __tg_real(erfc, (x))
228 #define exp2(x) __tg_real(exp2, (x))
229 #define expm1(x) __tg_real(expm1, (x))
232 #define floor(x) __tg_real(floor, (x))
241 #define lgamma(x) __tg_real(lgamma, (x))
245 #define log10(x) __tg_real(log10, (x))
[all …]