Searched defs:atanh (Results 1 – 11 of 11) 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
42 atanh(double x) in atanh() function
28 svfloat32_t SV_NAME_F1 (atanh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
28 svfloat64_t SV_NAME_D1 (atanh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
34 float64x2_t V_NAME_D1 (atanh) (float64x2_t x) in V_NAME_D1() argument
42 VPCS_ATTR float32x4_t V_NAME_F1 (atanh) (float32x4_t x) in V_NAME_F1() argument
62 atanh (double x) in atanh() function
235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() function
146 #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