Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A De_atanh.c41 atanh(double x) in atanh() function
/freebsd/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/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/include/
H A Dtgmath.h146 #define atanh(x) __tg_full(x, atanh) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro