Searched refs:__tg_real_nocast (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 80 #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))
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 80 #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))
|
/third_party/musl/include/ |
H A D | tgmath.h | 80 #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 3 milliseconds