Searched refs:__tg_real_2 (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 | 91 #define __tg_real_2(fun, x, y) (__RETCAST_2(x, y)( \ macro 213 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) 220 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) 231 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) 234 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) 235 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) 236 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) 238 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) 252 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) 253 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) [all …]
|