Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dtgmath.h597 __tg_ceil(float __x) {return ceilf(__x);} in __tg_ceil() function
601 __tg_ceil(double __x) {return ceil(__x);} in __tg_ceil() function
605 __tg_ceil(long double __x) {return ceill(__x);} in __tg_ceil() function