Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dtgmath.h80 #define __tg_real_nocast(fun, x) ( \ macro
85 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x))
240 #define ilogb(x) __tg_real_nocast(ilogb, (x))
243 #define llrint(x) __tg_real_nocast(llrint, (x))
244 #define llround(x) __tg_real_nocast(llround, (x))
250 #define lrint(x) __tg_real_nocast(lrint, (x))
251 #define lround(x) __tg_real_nocast(lround, (x))

Completed in 1 milliseconds