Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h79 #define __tg_real_nocast(fun, x) ( \ macro
84 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x))
239 #define ilogb(x) __tg_real_nocast(ilogb, (x))
242 #define llrint(x) __tg_real_nocast(llrint, (x))
243 #define llround(x) __tg_real_nocast(llround, (x))
249 #define lrint(x) __tg_real_nocast(lrint, (x))
250 #define lround(x) __tg_real_nocast(lround, (x))