Searched defs:__tg_round (Results 1 – 1 of 1) sorted by relevance
1137 __tg_round(float __x) {return roundf(__x);} in __tg_round() function1141 __tg_round(double __x) {return round(__x);} in __tg_round() function1145 __tg_round(long double __x) {return roundl(__x);} in __tg_round() function