Searched defs:__tg_ceil (Results 1 – 1 of 1) sorted by relevance
597 __tg_ceil(float __x) {return ceilf(__x);} in __tg_ceil() function601 __tg_ceil(double __x) {return ceil(__x);} in __tg_ceil() function605 __tg_ceil(long double __x) {return ceill(__x);} in __tg_ceil() function