Searched defs:cosh (Results 1 – 12 of 12) sorted by relevance
26 inline _LIBCPP_HIDE_FROM_ABI float cosh(float __x) _NOEXCEPT { return __builtin_coshf(__x); } in cosh() function29 _LIBCPP_HIDE_FROM_ABI double cosh(double __x) _NOEXCEPT { in cosh() function33 inline _LIBCPP_HIDE_FROM_ABI long double cosh(long double __x) _NOEXCEPT { return __builtin_coshl(_… in cosh() function36 inline _LIBCPP_HIDE_FROM_ABI double cosh(_A1 __x) _NOEXCEPT { in cosh() function
43 cosh(double x) in cosh() function
42 cosh (double x) in cosh() function
34 svfloat32_t SV_NAME_F1 (cosh) (svfloat32_t x, svbool_t pg) in SV_NAME_F1() argument
37 float32x4_t VPCS_ATTR V_NAME_F1 (cosh) (float32x4_t x) in V_NAME_F1() argument
79 float64x2_t VPCS_ATTR V_NAME_D1 (cosh) (float64x2_t x) in V_NAME_D1() argument
77 svfloat64_t SV_NAME_D1 (cosh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
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
150 #define cosh(x) __tg_full(x, cosh) macro