Searched defs:atanh (Results 1 – 8 of 8) sorted by relevance
58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh() function61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function65 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT { return __builtin_atanhl… in atanh() function68 inline _LIBCPP_HIDE_FROM_ABI double atanh(_A1 __x) _NOEXCEPT { in atanh() function
235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { atanh() function
30 LIBC_INLINE double atanh(double x) { return __nv_atanh(x); } atanh() function
73 Ambiguous atanh(Ambiguous){ return Ambiguous(); } atanh() function [all...]
73 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
218 MPFRNumber atanh() const { atanh() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } atanh() function
228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro