Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h590 __tg_ceil(float __x) {return ceilf(__x);} in __tg_ceil() function
594 __tg_ceil(double __x) {return ceil(__x);} in __tg_ceil() function
598 __tg_ceil(long double __x) {return ceill(__x);} in __tg_ceil() function