Searched defs:tanh (Results 1 – 10 of 10) sorted by relevance
45 tanh(double x) in tanh() function
34 float64x2_t VPCS_ATTR V_NAME_D1 (tanh) (float64x2_t x) in V_NAME_D1() argument
38 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (tanh) (float32x4_t x) in V_NAME_F1() argument
55 tanh (double x) in tanh() function
41 svfloat32_t SV_NAME_F1 (tanh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
72 svfloat64_t SV_NAME_D1 (tanh) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
152 #define tanh(x) __tg_full(x, tanh) macro