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

/external/clang/lib/Headers/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))

Completed in 155 milliseconds