Searched defs:__tg_exp2 (Results 1 – 1 of 1) sorted by relevance
659 __tg_exp2(float __x) {return exp2f(__x);} in __tg_exp2() function663 __tg_exp2(double __x) {return exp2(__x);} in __tg_exp2() function667 __tg_exp2(long double __x) {return exp2l(__x);} in __tg_exp2() function