Searched defs:sinh (Results 1 – 10 of 10) sorted by relevance
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
265 __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
373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
151 #define sinh(x) __tg_full(x, sinh) macro