Searched refs:__tg_real_2_1 (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_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 2 milliseconds