|
template<unsigned int LSize, unsigned int RSize> |
Mask< LSize > | ROOT::Vc::SSE::operator& (const Mask< LSize > &lhs, const Mask< RSize > &rhs) |
| Loop over all set bits in the mask. More...
|
|
template<unsigned int LSize, unsigned int RSize> |
Mask< LSize > | ROOT::Vc::SSE::operator| (const Mask< LSize > &lhs, const Mask< RSize > &rhs) |
|
template<unsigned int LSize, unsigned int RSize> |
Mask< LSize > | ROOT::Vc::SSE::operator^ (const Mask< LSize > &lhs, const Mask< RSize > &rhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator& (const Mask< Size > &lhs, const Float8Mask &rhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator| (const Mask< Size > &lhs, const Float8Mask &rhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator^ (const Mask< Size > &lhs, const Float8Mask &rhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator& (const Float8Mask &rhs, const Mask< Size > &lhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator| (const Float8Mask &rhs, const Mask< Size > &lhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator^ (const Float8Mask &rhs, const Mask< Size > &lhs) |
|
template<unsigned int LSize, unsigned int RSize> |
void | ROOT::Vc::SSE::operator&& (const Mask< LSize > &lhs, const Mask< RSize > &rhs) |
|
template<unsigned int LSize, unsigned int RSize> |
void | ROOT::Vc::SSE::operator|| (const Mask< LSize > &lhs, const Mask< RSize > &rhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator&& (const Mask< Size > &lhs, const Float8Mask &rhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator|| (const Mask< Size > &lhs, const Float8Mask &rhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator&& (const Float8Mask &rhs, const Mask< Size > &lhs) |
|
template<unsigned int Size> |
void | ROOT::Vc::SSE::operator|| (const Float8Mask &rhs, const Mask< Size > &lhs) |
|
template<unsigned int Size> |
Vc_ALWAYS_INLINE Vc_PURE Mask< Size > | ROOT::Vc::SSE::operator&& (const Mask< Size > &lhs, const Mask< Size > &rhs) |
|
template<unsigned int Size> |
Vc_ALWAYS_INLINE Vc_PURE Mask< Size > | ROOT::Vc::SSE::operator|| (const Mask< Size > &lhs, const Mask< Size > &rhs) |
|
Vc_ALWAYS_INLINE Vc_PURE Mask< 8 > | ROOT::Vc::SSE::operator&& (const Float8Mask &rhs, const Mask< 8 > &lhs) |
|
Vc_ALWAYS_INLINE Vc_PURE Mask< 8 > | ROOT::Vc::SSE::operator|| (const Float8Mask &rhs, const Mask< 8 > &lhs) |
|
Vc_ALWAYS_INLINE Vc_PURE Mask< 8 > | ROOT::Vc::SSE::operator&& (const Mask< 8 > &rhs, const Float8Mask &lhs) |
|
Vc_ALWAYS_INLINE Vc_PURE Mask< 8 > | ROOT::Vc::SSE::operator|| (const Mask< 8 > &rhs, const Float8Mask &lhs) |
|