Searched defs:acosh (Results 1 – 9 of 9) sorted by relevance
38 acosh(double x) in acosh() function
38 acosh (double x) in acosh() function
28 svfloat64_t SV_NAME_D1 (acosh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
30 svfloat32_t SV_NAME_F1 (acosh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
36 VPCS_ATTR float64x2_t V_NAME_D1 (acosh) (float64x2_t x) in V_NAME_D1() argument
39 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (acosh) (float32x4_t x) in V_NAME_F1() argument
202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() function
144 #define acosh(x) __tg_full(x, acosh) macro
170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro