Home
last modified time | relevance | path

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

/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
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dsv_atanhf_2u8.c
H A Dsv_atanh_3u3.c
H A Dv_atanh_3u5.c
H A Dv_atanhf_3u1.c
H A Datanh_3u.c
/freebsd-src/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-src/include/
H A Dtgmath.h146 #define atanh(x) __tg_full(x, atanh) macro
/freebsd-src/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