ROOT
6.06/09
Reference Guide
|
Functions | |
static Vc_ALWAYS_INLINE Vc_PURE m256 | and_ (param256 a, param256 b) |
static Vc_ALWAYS_INLINE Vc_PURE m256 | or_ (param256 a, param256 b) |
static Vc_ALWAYS_INLINE Vc_PURE m256 | xor_ (param256 a, param256 b) |
static Vc_ALWAYS_INLINE Vc_PURE m128 | and_ (param128 a, param128 b) |
static Vc_ALWAYS_INLINE Vc_PURE m128 | or_ (param128 a, param128 b) |
static Vc_ALWAYS_INLINE Vc_PURE m128 | xor_ (param128 a, param128 b) |
|
static |
Definition at line 209 of file mask.h.
Referenced by ROOT::Vc::AVX::operator&(), and ROOT::Vc::AVX::operator&&().
|
static |
|
static |
Definition at line 210 of file mask.h.
Referenced by ROOT::Vc::AVX::operator|(), and ROOT::Vc::AVX::operator||().
|
static |
|
static |
Definition at line 211 of file mask.h.
Referenced by ROOT::Vc::AVX::operator^().