|
static Vc_ALWAYS_INLINE Vc_PURE int_v | ROOT::Vc::SSE::min (const int_v &x, const int_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE uint_v | ROOT::Vc::SSE::min (const uint_v &x, const uint_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE ushort_v | ROOT::Vc::SSE::min (const ushort_v &x, const ushort_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE float_v | ROOT::Vc::SSE::min (const float_v &x, const float_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE double_v | ROOT::Vc::SSE::min (const double_v &x, const double_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE int_v | ROOT::Vc::SSE::max (const int_v &x, const int_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE uint_v | ROOT::Vc::SSE::max (const uint_v &x, const uint_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE ushort_v | ROOT::Vc::SSE::max (const ushort_v &x, const ushort_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE float_v | ROOT::Vc::SSE::max (const float_v &x, const float_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE double_v | ROOT::Vc::SSE::max (const double_v &x, const double_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE sfloat_v | ROOT::Vc::SSE::min (const sfloat_v &x, const sfloat_v &y) |
|
static Vc_ALWAYS_INLINE Vc_PURE sfloat_v | ROOT::Vc::SSE::max (const sfloat_v &x, const sfloat_v &y) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | ROOT::Vc::SSE::sqrt (const Vector< T > &x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | ROOT::Vc::SSE::rsqrt (const Vector< T > &x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | ROOT::Vc::SSE::abs (const Vector< T > &x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | ROOT::Vc::SSE::reciprocal (const Vector< T > &x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | ROOT::Vc::SSE::round (const Vector< T > &x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T >::Mask | ROOT::Vc::SSE::isfinite (const Vector< T > &x) |
|
template<typename T > |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T >::Mask | ROOT::Vc::SSE::isnan (const Vector< T > &x) |
|