Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h205 __tg_atanh(float __x) {return atanhf(__x);} in __tg_atanh() function
209 __tg_atanh(double __x) {return atanh(__x);} in __tg_atanh() function
213 __tg_atanh(long double __x) {return atanhl(__x);} in __tg_atanh() function
217 __tg_atanh(float _Complex __x) {return catanhf(__x);} in __tg_atanh() function
221 __tg_atanh(double _Complex __x) {return catanh(__x);} in __tg_atanh() function
225 __tg_atanh(long double _Complex __x) {return catanhl(__x);} in __tg_atanh() function