Searched refs:__tg_real_2_1 (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 87 #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( \ macro 238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) 241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) 261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y))
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 87 #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( \ macro 238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) 241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) 261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y))
|
/third_party/musl/include/ |
H A D | tgmath.h | 87 #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( \ macro 238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) 241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) 261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y))
|
Completed in 3 milliseconds