Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__math/
H A Dinverse_hyperbolic_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh() function
61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function
65 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT { return __builtin_atanhl… in atanh() function
68 inline _LIBCPP_HIDE_FROM_ABI double atanh(_A1 __x) _NOEXCEPT { in atanh() function
/freebsd-14.2/lib/msun/src/
H A De_atanh.c42 atanh(double x) in atanh() function
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
H A Dsv_atanhf_2u8.c28 svfloat32_t SV_NAME_F1 (atanh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Dsv_atanh_3u3.c28 svfloat64_t SV_NAME_D1 (atanh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
H A Dv_atanh_3u5.c34 float64x2_t V_NAME_D1 (atanh) (float64x2_t x) in V_NAME_D1() argument
H A Dv_atanhf_3u1.c42 VPCS_ATTR float32x4_t V_NAME_F1 (atanh) (float32x4_t x) in V_NAME_F1() argument
H A Datanh_3u.c62 atanh (double x) in atanh() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() function
/freebsd-14.2/include/
H A Dtgmath.h146 #define atanh(x) __tg_full(x, atanh) macro
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } in atanh() function
H A Dtgmath.h228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro