20 #ifndef VC_SCALAR_WRITEMASKEDVECTOR_H
21 #define VC_SCALAR_WRITEMASKEDVECTOR_H
91 #endif // VC_SCALAR_WRITEMASKEDVECTOR_H
Vc_ALWAYS_INLINE void call(const F &f) const
Vc_ALWAYS_INLINE Vector< T > & operator/=(EntryType x)
Vc_ALWAYS_INLINE Vector< T > & operator++()
Namespace for new ROOT classes and functions.
Vc_ALWAYS_INLINE Vector< T > & operator/=(Vector< T > x)
Vc_ALWAYS_INLINE Vector< T > & operator--()
Vc_ALWAYS_INLINE Vector< T > apply(const F &f) const
Vc_ALWAYS_INLINE Vector< T > & operator+=(EntryType x)
Vc_ALWAYS_INLINE Vector< T > operator--(int)
Vector< T >::EntryType EntryType
Vc_ALWAYS_INLINE void call(F &f) const
Vc_ALWAYS_INLINE Vector< T > & operator*=(Vector< T > x)
Vc_ALWAYS_INLINE Vector< T > & operator-=(EntryType x)
Vc_ALWAYS_INLINE Vector< T > & operator*=(EntryType x)
Vc_ALWAYS_INLINE Vector< T > operator++(int)
Vc_ALWAYS_INLINE Vector< T > & operator-=(Vector< T > x)
Vc_ALWAYS_INLINE Vector< T > apply(F &f) const
Vc_ALWAYS_INLINE Vector< T > & operator+=(Vector< T > x)
Vc_ALWAYS_INLINE Vector< T > & operator=(Vector< T > x)
DetermineEntryType< T >::Type EntryType
Vc_ALWAYS_INLINE Vector< T > & operator=(EntryType x)
Vc_ALWAYS_INLINE WriteMaskedVector(Vector< T > *v, Mask k)