ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends | List of all members
ROOT::Vc::AVX::WriteMaskedVector< T > Class Template Reference

template<typename T>
class ROOT::Vc::AVX::WriteMaskedVector< T >

Definition at line 31 of file writemaskedvector.h.

Public Member Functions

Vector< T > Vc_ALWAYS_INLINE_Loperator++ () Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINE_Loperator-- () Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINE_L operator++ (int) Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINE_L operator-- (int) Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINE_Loperator+= (const Vector< T > &x) Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINE_Loperator-= (const Vector< T > &x) Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINE_Loperator*= (const Vector< T > &x) Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINE_Loperator/= (const Vector< T > &x) Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINEoperator+= (EntryType x)
 
Vector< T > Vc_ALWAYS_INLINEoperator-= (EntryType x)
 
Vector< T > Vc_ALWAYS_INLINEoperator*= (EntryType x)
 
Vector< T > Vc_ALWAYS_INLINEoperator/= (EntryType x)
 
Vector< T > Vc_ALWAYS_INLINE_Loperator= (const Vector< T > &x) Vc_ALWAYS_INLINE_R
 
Vector< T > Vc_ALWAYS_INLINEoperator= (EntryType x)
 
template<typename F >
Vc_INTRINSIC void call (const F &f) const
 
template<typename F >
Vc_INTRINSIC void call (F &f) const
 
template<typename F >
Vc_INTRINSIC Vector< Tapply (const F &f) const
 
template<typename F >
Vc_INTRINSIC Vector< Tapply (F &f) const
 

Private Types

enum  Constants { Size = sizeof(VectorType) / sizeof(EntryType) }
 
typedef VectorTypeHelper< T >::Type VectorType
 
typedef DetermineEntryType< T >
::Type 
EntryType
 
typedef Vc::AVX::Mask< Size,
sizeof(VectorType)> 
Mask
 

Private Member Functions

Vc_ALWAYS_INLINE WriteMaskedVector (Vector< T > *v, const Mask &k)
 

Private Attributes

Vector< T > *const vec
 
Mask mask
 

Friends

class Vector< T >
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/math/vc/include/Vc/avx/writemaskedvector.h>

Member Typedef Documentation

template<typename T >
typedef DetermineEntryType<T>::Type ROOT::Vc::AVX::WriteMaskedVector< T >::EntryType
private

Definition at line 35 of file writemaskedvector.h.

template<typename T >
typedef Vc::AVX::Mask<Size, sizeof(VectorType)> ROOT::Vc::AVX::WriteMaskedVector< T >::Mask
private

Definition at line 37 of file writemaskedvector.h.

template<typename T >
typedef VectorTypeHelper<T>::Type ROOT::Vc::AVX::WriteMaskedVector< T >::VectorType
private

Definition at line 34 of file writemaskedvector.h.

Member Enumeration Documentation

template<typename T >
enum ROOT::Vc::AVX::WriteMaskedVector::Constants
private
Enumerator
Size 

Definition at line 36 of file writemaskedvector.h.

Constructor & Destructor Documentation

template<typename T >
Vc_ALWAYS_INLINE ROOT::Vc::AVX::WriteMaskedVector< T >::WriteMaskedVector ( Vector< T > *  v,
const Mask k 
)
inlineprivate

Definition at line 72 of file writemaskedvector.h.

Member Function Documentation

template<typename T >
template<typename F >
Vc_INTRINSIC Vector<T> ROOT::Vc::AVX::WriteMaskedVector< T >::apply ( const F f) const
inline

Definition at line 65 of file writemaskedvector.h.

template<typename T >
template<typename F >
Vc_INTRINSIC Vector<T> ROOT::Vc::AVX::WriteMaskedVector< T >::apply ( F f) const
inline

Definition at line 68 of file writemaskedvector.h.

template<typename T >
template<typename F >
Vc_INTRINSIC void ROOT::Vc::AVX::WriteMaskedVector< T >::call ( const F f) const
inline

Definition at line 59 of file writemaskedvector.h.

template<typename T >
template<typename F >
Vc_INTRINSIC void ROOT::Vc::AVX::WriteMaskedVector< T >::call ( F f) const
inline

Definition at line 62 of file writemaskedvector.h.

template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L& ROOT::Vc::AVX::WriteMaskedVector< T >::operator*= ( const Vector< T > &  x)
template<typename T >
Vector<T> Vc_ALWAYS_INLINE& ROOT::Vc::AVX::WriteMaskedVector< T >::operator*= ( EntryType  x)
inline
template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L& ROOT::Vc::AVX::WriteMaskedVector< T >::operator++ ( )
template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L ROOT::Vc::AVX::WriteMaskedVector< T >::operator++ ( int  )
template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L& ROOT::Vc::AVX::WriteMaskedVector< T >::operator+= ( const Vector< T > &  x)
template<typename T >
Vector<T> Vc_ALWAYS_INLINE& ROOT::Vc::AVX::WriteMaskedVector< T >::operator+= ( EntryType  x)
inline
template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L& ROOT::Vc::AVX::WriteMaskedVector< T >::operator-- ( )
template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L ROOT::Vc::AVX::WriteMaskedVector< T >::operator-- ( int  )
template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L& ROOT::Vc::AVX::WriteMaskedVector< T >::operator-= ( const Vector< T > &  x)
template<typename T >
Vector<T> Vc_ALWAYS_INLINE& ROOT::Vc::AVX::WriteMaskedVector< T >::operator-= ( EntryType  x)
inline
template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L& ROOT::Vc::AVX::WriteMaskedVector< T >::operator/= ( const Vector< T > &  x)
template<typename T >
Vector<T> Vc_ALWAYS_INLINE& ROOT::Vc::AVX::WriteMaskedVector< T >::operator/= ( EntryType  x)
inline
template<typename T >
Vector<T> Vc_ALWAYS_INLINE_L& ROOT::Vc::AVX::WriteMaskedVector< T >::operator= ( const Vector< T > &  x)
template<typename T >
Vector<T> Vc_ALWAYS_INLINE& ROOT::Vc::AVX::WriteMaskedVector< T >::operator= ( EntryType  x)
inline

Friends And Related Function Documentation

template<typename T >
friend class Vector< T >
friend

Definition at line 33 of file writemaskedvector.h.

Member Data Documentation

template<typename T >
Mask ROOT::Vc::AVX::WriteMaskedVector< T >::mask
private
template<typename T >
Vector<T>* const ROOT::Vc::AVX::WriteMaskedVector< T >::vec
private
Collaboration diagram for ROOT::Vc::AVX::WriteMaskedVector< T >:
[legend]

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