Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__math/
H A Dhyperbolic_functions.h42 inline _LIBCPP_HIDE_FROM_ABI float sinh(float __x) _NOEXCEPT { return __builtin_sinhf(__x); } in sinh() function
45 _LIBCPP_HIDE_FROM_ABI double sinh(double __x) _NOEXCEPT { in sinh() function
49 inline _LIBCPP_HIDE_FROM_ABI long double sinh(long double __x) _NOEXCEPT { return __builtin_sinhl(_… in sinh() function
52 inline _LIBCPP_HIDE_FROM_ABI double sinh(_A1 __x) _NOEXCEPT { in sinh() function
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { sinh() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() function
H A D__clang_cuda_math.h309 __DEVICE__ double sinh(double __a) { return __nv_sinh(__a); } sinh() function
H A Dtgmath.h373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h80 LIBC_INLINE double sinh(double x) { return __nv_sinh(x); } sinh() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp57 Ambiguous sinh(Ambiguous){ return Ambiguous(); } sinh() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp57 Ambiguous sinh(Ambiguous){ return Ambiguous(); } in sinh() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp499 MPFRNumber sinh() const { sinh() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber