Searched defs:cosh (Results 1 – 8 of 8) sorted by relevance
46 cosh(double x) in cosh() function
200 cosh(float __x) in cosh() function204 cosh(long double __x) in cosh() function210 cosh(_Tp __x) in cosh() function
279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { in cosh() function
51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } in cosh() function
344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
875 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return ::coshf(_… in cosh() function876 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(_… in cosh() function882 cosh(_A1 __lcpp_x) _NOEXCEPT {return ::cosh((double)__lcpp_x);} in cosh() function
152 #define cosh(x) __tg_full(x, cosh) macro