Home
last modified time | relevance | path

Searched defs:cosh (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Dhyperbolic_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float cosh(float __x) _NOEXCEPT { return __builtin_coshf(__x); } in cosh() function
29 _LIBCPP_HIDE_FROM_ABI double cosh(double __x) _NOEXCEPT { in cosh() function
33 inline _LIBCPP_HIDE_FROM_ABI long double cosh(long double __x) _NOEXCEPT { return __builtin_coshl(_… in cosh() function
36 inline _LIBCPP_HIDE_FROM_ABI double cosh(_A1 __x) _NOEXCEPT { in cosh() function
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { cosh() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
H A D__clang_cuda_math.h86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } cosh() function
H A Dtgmath.h344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h34 LIBC_INLINE double cosh(double x) { return __nv_cosh(x); } cosh() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp45 Ambiguous cosh(Ambiguous){ return Ambiguous(); } cosh() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp45 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp242 MPFRNumber cosh() const { cosh() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber