Home
last modified time | relevance | path

Searched refs:atanh (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-src/contrib/arm-optimized-routines/pl/math/test/testcases/directed/
H A Datanh.tst
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_atanh_3u5.c
H A Dsv_atanh_3u3.c
H A Dv_atanhf_3u1.c
H A Dsv_atanhf_2u8.c
H A Datanh_3u.c
H A Datanhf_3u1.c
/freebsd-src/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-src/lib/msun/src/
H A De_atanh.c41 atanh(double x) in atanh() function
63 __weak_reference(atanh, atanhl);
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h43 __DEVICE__ double atanh(double);
44 __DEVICE__ float atanh(float);
207 using ::atanh;
H A D__clang_cuda_cmath.h247 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, atanh)
374 using ::atanh;
H A D__clang_hip_cmath.h211 __DEF_FUN1(float, atanh)
487 __HIP_OVERLOAD1(double, atanh)
657 using ::atanh;
H A Dtgmath.h209 __tg_atanh(double __x) {return atanh(__x);} in __tg_atanh()
227 #undef atanh
228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
/freebsd-src/contrib/llvm-project/libcxx/modules/std/
H A Dcomplex.inc46 using std::atanh;
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcmath45 __DEVICE__ float atanh(float __x) { return ::atanhf(__x); }
99 __DEVICE__ float atanh(float __x) { return ::atanhf(__x); }
H A Dcomplex_cmath.h235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() function
360 std::complex<_Tp> __z = atanh(complex<_Tp>(-__x.imag(), __x.real())); in atan()
/freebsd-src/include/
H A Dtgmath.h146 #define atanh(x) __tg_full(x, atanh) macro
/freebsd-src/lib/msun/
H A DMakefile172 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
191 MLINKS+=atanh.3 atanhf.3 atanh.3 atanhl.3
H A DSymbol.map16 atanh;
/freebsd-src/tools/regression/include/tgmath/
H A Dtgmath.c81 TGMACRO(atanh) in TGMACRO()
428 PASS_REAL_ARG_REAL_RET(atanh) && in main()
429 PASS_COMPLEX_ARG_COMPLEX_RET(atanh)); in main()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarFuncs.def46 TLI_DEFINE_SCALAR_MASS_FUNC("atanh", "__xl_atanh")
H A DVecFuncs.def133 TLI_DEFINE_VECFUNC("atanh", "_simd_atanh_d2", FIXED(2), "_ZGV_LLVM_N2v")
297 TLI_DEFINE_VECFUNC("atanh", "__atanhd2", FIXED(2), "_ZGV_LLVM_N2v")
529 TLI_DEFINE_VECFUNC("atanh", "_ZGVnN2v_atanh", FIXED(2), "_ZGV_LLVM_N2v")
746 TLI_DEFINE_VECFUNC("atanh", "_ZGVsMxv_atanh", SCALABLE(2), MASKED, "_ZGVsMxv")
930 TLI_DEFINE_VECFUNC("atanh", "armpl_vatanhq_f64", FIXED(2), NOMASK, "_ZGV_LLVM_N2v")
932 TLI_DEFINE_VECFUNC("atanh", "armpl_svatanh_f64_x", SCALABLE(2), MASKED, "_ZGVsMxv")
/freebsd-src/lib/msun/tests/
H A Dinvctrig_test.c285 testall_tol(catanh, z, CMPLXL(atanh(nums[i]), 0.0), 1); in ATF_TC_BODY()
297 CMPLXL(atanh(1 / nums[i]), pi / 2), 1); in ATF_TC_BODY()
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dmath.h160 floating_point atanh (arithmetic x);
450 using std::__math::atanh;
/freebsd-src/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc50 using ::atanh _LIBCPP_USING_IF_EXISTS;

12