Searched defs:tan (Results 1 – 9 of 9) sorted by relevance
50 tan(double x) in tan() function
50 float64x2_t VPCS_ATTR V_NAME_D1 (tan) (float64x2_t x) in V_NAME_D1() argument
40 svfloat64_t SV_NAME_D1 (tan) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
67 float32x4_t VPCS_ATTR V_NAME_F1 (tan) (float32x4_t x) in V_NAME_F1() argument
49 svfloat32_t SV_NAME_F1 (tan) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function
315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
149 #define tan(x) __tg_full(x, tan) macro