#include <vector_intrin.h>
Public Member Functions | |
void ALWAYS_INLINE | load_p (Treal const *ptr) |
void ALWAYS_INLINE | load1_p (Treal const *ptr) |
void ALWAYS_INLINE | store_p (Treal *ptr) const |
Vector_intrin< Treal, Treal > &ALWAYS_INLINE | operator*= (Vector_intrin< Treal, Treal > const &other) |
Vector_intrin< Treal, Treal > &ALWAYS_INLINE | operator+= (Vector_intrin< Treal, Treal > const &other) |
Vector_intrin< Treal, Treal > &ALWAYS_INLINE | operator+= (Treal const *ptr) |
void ALWAYS_INLINE | set_to_zero () |
Protected Attributes | |
Treal | values |
void ALWAYS_INLINE Vector_intrin< Treal, Treal >::load1_p | ( | Treal const * | ptr | ) | [inline] |
References Vector_intrin< Treal, Treg >::values.
void ALWAYS_INLINE Vector_intrin< Treal, Treal >::load_p | ( | Treal const * | ptr | ) | [inline] |
References Vector_intrin< Treal, Treg >::values.
Vector_intrin<Treal, Treal>& ALWAYS_INLINE Vector_intrin< Treal, Treal >::operator*= | ( | Vector_intrin< Treal, Treal > const & | other | ) | [inline] |
References values, and Vector_intrin< Treal, Treg >::values.
Vector_intrin<Treal, Treal>& ALWAYS_INLINE Vector_intrin< Treal, Treal >::operator+= | ( | Treal const * | ptr | ) | [inline] |
References Vector_intrin< Treal, Treg >::values.
Vector_intrin<Treal, Treal>& ALWAYS_INLINE Vector_intrin< Treal, Treal >::operator+= | ( | Vector_intrin< Treal, Treal > const & | other | ) | [inline] |
References values, and Vector_intrin< Treal, Treg >::values.
void ALWAYS_INLINE Vector_intrin< Treal, Treal >::set_to_zero | ( | ) | [inline] |
References Vector_intrin< Treal, Treg >::values.
void ALWAYS_INLINE Vector_intrin< Treal, Treal >::store_p | ( | Treal * | ptr | ) | const [inline] |
References Vector_intrin< Treal, Treg >::values.
Treal Vector_intrin< Treal, Treal >::values [protected] |
Referenced by operator*=(), and operator+=().