libsimdpp  1.0
simdpp::mask_int32< 4, void > Class Template Reference

Class representing possibly optimized mask data for 4x 32-bit integer vector. More...

Inheritance diagram for simdpp::mask_int32< 4, void >:

Public Types

using base_vector_type = mask_int32< 4, void >
 
using expr_type = void
 
using native_type = detail::array< bool, 4 >
 
- Public Types inherited from simdpp::any_int32< 4, mask_int32< 4, void > >
using uint_element_type = uint32_t
 
using int_vector_type = int32< N >
 
using uint_vector_type = uint32< N >
 
using mask_vector_type = mask_int32< N >
 

Public Member Functions

 mask_int32 ()=default
 
 mask_int32 (const mask_int32< 4 > &)=default
 
mask_int32< 4 > & operator= (const mask_int32< 4 > &)=default
 
 mask_int32 (const native_type &d)
 
template<class E >
 mask_int32 (const mask_float32< 4, E > &d)
 
template<class E >
mask_int32< 4 > & operator= (const mask_float32< 4, E > &d)
 
uint32< 4 > unmask () const
 Access the underlying type. More...
 
const mask_int32< 4 > & operator[] (unsigned) const
 
mask_int32< 4 > & operator[] (unsigned)
 
mask_int32< 4 > eval () const
 

Static Public Attributes

static const unsigned type_tag = SIMDPP_TAG_MASK_INT
 
- Static Public Attributes inherited from simdpp::any_int32< 4, mask_int32< 4, void > >
static const unsigned length
 
static const unsigned vec_length
 
static const unsigned num_bits
 
static const uint_element_type all_bits
 
- Static Public Attributes inherited from simdpp::any_vec32< N, mask_int32< 4, void > >
static const unsigned size_tag
 
- Static Public Attributes inherited from simdpp::any_vec< N *4, mask_int32< 4, void > >
static const unsigned length_bytes
 

Detailed Description

template<>
class simdpp::mask_int32< 4, void >

Class representing possibly optimized mask data for 4x 32-bit integer vector.

Member Typedef Documentation

using simdpp::mask_int32< 4, void >::base_vector_type = mask_int32<4,void>
using simdpp::mask_int32< 4, void >::expr_type = void
using simdpp::mask_int32< 4, void >::native_type = detail::array<bool, 4>

Constructor & Destructor Documentation

simdpp::mask_int32< 4, void >::mask_int32 ( )
default
simdpp::mask_int32< 4, void >::mask_int32 ( const mask_int32< 4 > &  )
default
simdpp::mask_int32< 4, void >::mask_int32 ( const native_type d)
inline
template<class E >
simdpp::mask_int32< 4, void >::mask_int32 ( const mask_float32< 4, E > &  d)
inlineexplicit

Member Function Documentation

mask_int32<4> simdpp::mask_int32< 4, void >::eval ( ) const
inline
mask_int32<4>& simdpp::mask_int32< 4, void >::operator= ( const mask_int32< 4 > &  )
default
template<class E >
mask_int32<4>& simdpp::mask_int32< 4, void >::operator= ( const mask_float32< 4, E > &  d)
inline
const mask_int32<4>& simdpp::mask_int32< 4, void >::operator[] ( unsigned  ) const
inline
mask_int32<4>& simdpp::mask_int32< 4, void >::operator[] ( unsigned  )
inline
uint32<4> simdpp::mask_int32< 4, void >::unmask ( ) const
inline

Access the underlying type.

Member Data Documentation

const unsigned simdpp::mask_int32< 4, void >::type_tag = SIMDPP_TAG_MASK_INT
static

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