Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/msun/src/
De_cosh.c46 cosh(double x) in cosh() function
/freebsd-12-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h200 cosh(float __x) in cosh() function
204 cosh(long double __x) in cosh() function
210 cosh(_Tp __x) in cosh() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { in cosh() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
D__clang_cuda_math.h86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } in cosh() function
Dtgmath.h344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dmath.h875 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return ::coshf(_… in cosh() function
876 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(_… in cosh() function
882 cosh(_A1 __lcpp_x) _NOEXCEPT {return ::cosh((double)__lcpp_x);} in cosh() function
/freebsd-12-stable/include/
Dtgmath.h152 #define cosh(x) __tg_full(x, cosh) macro