Searched defs:sinh (Results 1 – 12 of 12) sorted by relevance
42 inline _LIBCPP_HIDE_FROM_ABI float sinh(float __x) _NOEXCEPT { return __builtin_sinhf(__x); } in sinh() function45 _LIBCPP_HIDE_FROM_ABI double sinh(double __x) _NOEXCEPT { in sinh() function49 inline _LIBCPP_HIDE_FROM_ABI long double sinh(long double __x) _NOEXCEPT { return __builtin_sinhl(_… in sinh() function52 inline _LIBCPP_HIDE_FROM_ABI double sinh(_A1 __x) _NOEXCEPT { in sinh() function
39 sinh(double x) in sinh() function
24 sinh (double x) in sinh() function
35 svfloat32_t SV_NAME_F1 (sinh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
76 svfloat64_t SV_NAME_D1 (sinh) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
47 float64x2_t VPCS_ATTR V_NAME_D1 (sinh) (float64x2_t x) in V_NAME_D1() argument
46 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (sinh) (float32x4_t x) in V_NAME_F1() argument
270 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { in sinh() function
173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() function
313 __DEVICE__ double sinh(double __a) { return __nv_sinh(__a); } in sinh() function
373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
151 #define sinh(x) __tg_full(x, sinh) macro