Searched refs:__tg_real_2_1 (Results 1 – 1 of 1) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
D | tgmath.h | 86 #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( \ macro 237 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) 240 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) 259 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) 260 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y))
|