Searched defs:__tg_trunc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h1212 __tg_trunc(float __x) {return truncf(__x);} function
1216 __tg_trunc(double __x) {return trunc(__x);} function
1220 __tg_trunc(long double __x) {return truncl(__x);} function
1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x))

Completed in 36 milliseconds