Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h711 __tg_floor(float __x) {return floorf(__x);} in __tg_floor() function
715 __tg_floor(double __x) {return floor(__x);} in __tg_floor() function
719 __tg_floor(long double __x) {return floorl(__x);} in __tg_floor() function