Searched refs:__tg_ceil (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h590 __tg_ceil(float __x) {return ceilf(__x);} function
594 __tg_ceil(double __x) {return ceil(__x);} function
598 __tg_ceil(long double __x) {return ceill(__x);} function
601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x))

Completed in 71 milliseconds