|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | sin (const Vector< T > &_x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | cos (const Vector< T > &_x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE void | sincos (const Vector< T > &_x, Vector< T > *_sin, Vector< T > *_cos) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | asin (const Vector< T > &_x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | atan (const Vector< T > &_x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | atan2 (const Vector< T > &y, const Vector< T > &x) |
|