Searched defs:__tg_atanh (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function

Completed in 45 milliseconds