Searched defs:__tg_lround (Results 1 – 1 of 1) sorted by relevance
1017 __tg_lround(float __x) {return lroundf(__x);} in __tg_lround() function1021 __tg_lround(double __x) {return lround(__x);} in __tg_lround() function1025 __tg_lround(long double __x) {return lroundl(__x);} in __tg_lround() function