ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Vc::Scalar::Mask< VectorSize > Class Template Reference

template<unsigned int VectorSize = 1>
class ROOT::Vc::Scalar::Mask< VectorSize >

Definition at line 30 of file mask.h.

Public Member Functions

Vc_ALWAYS_INLINE Mask ()
 
Vc_ALWAYS_INLINE Mask (bool b)
 
Vc_ALWAYS_INLINE Mask (VectorSpecialInitializerZero::ZEnum)
 
Vc_ALWAYS_INLINE Mask (VectorSpecialInitializerOne::OEnum)
 
Vc_ALWAYS_INLINE Mask (const Mask< VectorSize > *a)
 
Vc_ALWAYS_INLINE Maskoperator= (const Mask &rhs)
 
Vc_ALWAYS_INLINE Maskoperator= (bool rhs)
 
Vc_ALWAYS_INLINE void expand (Mask *x)
 
Vc_ALWAYS_INLINE bool operator== (const Mask &rhs) const
 
Vc_ALWAYS_INLINE bool operator!= (const Mask &rhs) const
 
Vc_ALWAYS_INLINE Mask operator&& (const Mask &rhs) const
 
Vc_ALWAYS_INLINE Mask operator& (const Mask &rhs) const
 
Vc_ALWAYS_INLINE Mask operator|| (const Mask &rhs) const
 
Vc_ALWAYS_INLINE Mask operator| (const Mask &rhs) const
 
Vc_ALWAYS_INLINE Mask operator^ (const Mask &rhs) const
 
Vc_ALWAYS_INLINE Mask operator! () const
 
Vc_ALWAYS_INLINE Maskoperator&= (const Mask &rhs)
 
Vc_ALWAYS_INLINE Maskoperator|= (const Mask &rhs)
 
Vc_ALWAYS_INLINE Maskoperator^= (const Mask &rhs)
 
Vc_ALWAYS_INLINE bool isFull () const
 
Vc_ALWAYS_INLINE bool isEmpty () const
 
Vc_ALWAYS_INLINE bool isMix () const
 
Vc_ALWAYS_INLINE bool data () const
 
Vc_ALWAYS_INLINE bool dataI () const
 
Vc_ALWAYS_INLINE bool dataD () const
 
Vc_ALWAYS_INLINE operator bool () const
 
template<unsigned int OtherSize>
Vc_ALWAYS_INLINE Mask cast () const
 
Vc_ALWAYS_INLINE bool operator[] (int) const
 
Vc_ALWAYS_INLINE int count () const
 
Vc_ALWAYS_INLINE int firstOne () const
 Returns the index of the first one in the mask. More...
 

Private Attributes

bool m
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/include/Vc/scalar/mask.h>

Constructor & Destructor Documentation

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE ROOT::Vc::Scalar::Mask< VectorSize >::Mask ( )
inline
template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE ROOT::Vc::Scalar::Mask< VectorSize >::Mask ( bool  b)
inlineexplicit

Definition at line 34 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE ROOT::Vc::Scalar::Mask< VectorSize >::Mask ( VectorSpecialInitializerZero::ZEnum  )
inlineexplicit

Definition at line 35 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE ROOT::Vc::Scalar::Mask< VectorSize >::Mask ( VectorSpecialInitializerOne::OEnum  )
inlineexplicit

Definition at line 36 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE ROOT::Vc::Scalar::Mask< VectorSize >::Mask ( const Mask< VectorSize > *  a)
inline

Definition at line 37 of file mask.h.

Member Function Documentation

template<unsigned int VectorSize = 1>
template<unsigned int OtherSize>
Vc_ALWAYS_INLINE Mask ROOT::Vc::Scalar::Mask< VectorSize >::cast ( ) const
inline

Definition at line 71 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE int ROOT::Vc::Scalar::Mask< VectorSize >::count ( ) const
inline

Definition at line 75 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::data ( ) const
inline
template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::dataD ( ) const
inline

Definition at line 64 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::dataI ( ) const
inline

Definition at line 63 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE void ROOT::Vc::Scalar::Mask< VectorSize >::expand ( Mask< VectorSize > *  x)
inline

Definition at line 42 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE int ROOT::Vc::Scalar::Mask< VectorSize >::firstOne ( ) const
inline

Returns the index of the first one in the mask.

The return value is undefined if the mask is empty.

Definition at line 82 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::isEmpty ( ) const
inline

Definition at line 59 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::isFull ( ) const
inline

Definition at line 58 of file mask.h.

Referenced by ROOT::Vc::Scalar::Mask< VectorSize >::operator bool().

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::isMix ( ) const
inline

Definition at line 60 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE ROOT::Vc::Scalar::Mask< VectorSize >::operator bool ( ) const
inline

Definition at line 67 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask ROOT::Vc::Scalar::Mask< VectorSize >::operator! ( ) const
inline

Definition at line 52 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::operator!= ( const Mask< VectorSize > &  rhs) const
inline

Definition at line 45 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask ROOT::Vc::Scalar::Mask< VectorSize >::operator& ( const Mask< VectorSize > &  rhs) const
inline

Definition at line 48 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask ROOT::Vc::Scalar::Mask< VectorSize >::operator&& ( const Mask< VectorSize > &  rhs) const
inline

Definition at line 47 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask& ROOT::Vc::Scalar::Mask< VectorSize >::operator&= ( const Mask< VectorSize > &  rhs)
inline

Definition at line 54 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask& ROOT::Vc::Scalar::Mask< VectorSize >::operator= ( const Mask< VectorSize > &  rhs)
inline

Definition at line 39 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask& ROOT::Vc::Scalar::Mask< VectorSize >::operator= ( bool  rhs)
inline

Definition at line 40 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::operator== ( const Mask< VectorSize > &  rhs) const
inline

Definition at line 44 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE bool ROOT::Vc::Scalar::Mask< VectorSize >::operator[] ( int  ) const
inline

Definition at line 73 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask ROOT::Vc::Scalar::Mask< VectorSize >::operator^ ( const Mask< VectorSize > &  rhs) const
inline

Definition at line 51 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask& ROOT::Vc::Scalar::Mask< VectorSize >::operator^= ( const Mask< VectorSize > &  rhs)
inline

Definition at line 56 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask ROOT::Vc::Scalar::Mask< VectorSize >::operator| ( const Mask< VectorSize > &  rhs) const
inline

Definition at line 50 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask& ROOT::Vc::Scalar::Mask< VectorSize >::operator|= ( const Mask< VectorSize > &  rhs)
inline

Definition at line 55 of file mask.h.

template<unsigned int VectorSize = 1>
Vc_ALWAYS_INLINE Mask ROOT::Vc::Scalar::Mask< VectorSize >::operator|| ( const Mask< VectorSize > &  rhs) const
inline

Definition at line 49 of file mask.h.

Member Data Documentation

template<unsigned int VectorSize = 1>
bool ROOT::Vc::Scalar::Mask< VectorSize >::m
private

The documentation for this class was generated from the following file: