/freebsd-src/contrib/arm-optimized-routines/pl/math/test/testcases/directed/ |
H A D | atanh.tst |
|
/freebsd-src/contrib/arm-optimized-routines/pl/math/ |
H A D | v_atanh_3u5.c |
|
H A D | sv_atanh_3u3.c |
|
H A D | v_atanhf_3u1.c |
|
H A D | sv_atanhf_2u8.c |
|
H A D | atanh_3u.c |
|
H A D | atanhf_3u1.c |
|
/freebsd-src/contrib/llvm-project/libcxx/include/__math/ |
H A D | inverse_hyperbolic_functions.h | 58 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 D | e_atanh.c | 41 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.h | 43 __DEVICE__ double atanh(double); 44 __DEVICE__ float atanh(float); 207 using ::atanh;
|
H A D | __clang_cuda_cmath.h | 247 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, atanh) 374 using ::atanh;
|
H A D | __clang_hip_cmath.h | 211 __DEF_FUN1(float, atanh) 487 __HIP_OVERLOAD1(double, atanh) 657 using ::atanh;
|
H A D | tgmath.h | 209 __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 D | complex.inc | 46 using std::atanh;
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | cmath | 45 __DEVICE__ float atanh(float __x) { return ::atanhf(__x); } 99 __DEVICE__ float atanh(float __x) { return ::atanhf(__x); }
|
H A D | complex_cmath.h | 235 __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 D | tgmath.h | 146 #define atanh(x) __tg_full(x, atanh) macro
|
/freebsd-src/lib/msun/ |
H A D | Makefile | 172 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 D | Symbol.map | 16 atanh;
|
/freebsd-src/tools/regression/include/tgmath/ |
H A D | tgmath.c | 81 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 D | ScalarFuncs.def | 46 TLI_DEFINE_SCALAR_MASS_FUNC("atanh", "__xl_atanh")
|
H A D | VecFuncs.def | 133 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 D | invctrig_test.c | 285 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 D | math.h | 160 floating_point atanh (arithmetic x); 450 using std::__math::atanh;
|
/freebsd-src/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 50 using ::atanh _LIBCPP_USING_IF_EXISTS;
|