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

/freebsd-9.3-release/contrib/llvm/tools/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

Completed in 45 milliseconds