Home
last modified time | relevance | path

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

/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
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { atanh() function
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h30 LIBC_INLINE double atanh(double x) { return __nv_atanh(x); } atanh() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp73 Ambiguous atanh(Ambiguous){ return Ambiguous(); } atanh() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp73 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp218 MPFRNumber atanh() const { atanh() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } atanh() function
H A Dtgmath.h228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro