Searched defs:atanh (Results 1 – 9 of 9) sorted by relevance
40 atanh(double x) in atanh() function
235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() function
1315 sub atanh { subroutine
1014 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT {return __builtin_atanhf(… in atanh() function1017 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function1021 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT {return __builtin_atanhl(… in atanh() function1026 atanh(_A1 __x) _NOEXCEPT {return __builtin_atanh((double)__x);} in atanh() function
224 atanh (double x) in atanh() function
104 #define atanh(x) __tg_full(x, atanh) macro
70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } in atanh() function
228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro