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