Searched defs:__tg_scalbn (Results 1 – 1 of 1) sorted by relevance
1161 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function1169 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function