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/math/aarch64/sve/
H A Datanh.c28 svfloat64_t SV_NAME_D1 (atanh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
H A Datanhf.c30 svfloat32_t SV_NAME_F1 (atanh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Datanh.c38 float64x2_t V_NAME_D1 (atanh) (float64x2_t x) in V_NAME_D1() argument
H A Datanhf.c44 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (atanh) (float32x4_t x) in V_NAME_F1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
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