Home
last modified time | relevance | path

Searched defs:__tg_exp2 (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Headers/
Dtgmath.h666 __tg_exp2(float __x) {return exp2f(__x);} in __tg_exp2() function
670 __tg_exp2(double __x) {return exp2(__x);} in __tg_exp2() function
674 __tg_exp2(long double __x) {return exp2l(__x);} in __tg_exp2() function