Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h659 __tg_exp2(float __x) {return exp2f(__x);} in __tg_exp2() function
663 __tg_exp2(double __x) {return exp2(__x);} in __tg_exp2() function
667 __tg_exp2(long double __x) {return exp2l(__x);} in __tg_exp2() function