Searched defs:atanh (Results 1 – 9 of 9) sorted by relevance
41 atanh(double x) in atanh() function
28 svfloat32_t SV_NAME_F1 (atanh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
28 svfloat64_t SV_NAME_D1 (atanh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
34 float64x2_t V_NAME_D1 (atanh) (float64x2_t x) in V_NAME_D1() argument
42 VPCS_ATTR float32x4_t V_NAME_F1 (atanh) (float32x4_t x) in V_NAME_F1() argument
62 atanh (double x) in atanh() function
235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() function
146 #define atanh(x) __tg_full(x, atanh) macro
228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro