Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__math/
H A Dinverse_hyperbolic_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float acosh(float __x) _NOEXCEPT { return __builtin_acoshf(__x); } in acosh() function
29 _LIBCPP_HIDE_FROM_ABI double acosh(double __x) _NOEXCEPT { in acosh() function
33 inline _LIBCPP_HIDE_FROM_ABI long double acosh(long double __x) _NOEXCEPT { return __builtin_acoshl… in acosh() function
36 inline _LIBCPP_HIDE_FROM_ABI double acosh(_A1 __x) _NOEXCEPT { in acosh() function
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { acosh() function
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h20 LIBC_INLINE double acosh(double x) { return __nv_acosh(x); } acosh() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp71 Ambiguous acosh(Ambiguous){ return Ambiguous(); } acosh() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp71 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp182 MPFRNumber acosh() const { acosh() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } acosh() function
H A Dtgmath.h170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro