|
| AutoSIMD ()=default |
|
| AutoSIMD (const AutoSIMD &)=default |
|
MFEM_ALWAYS_INLINE double & | operator[] (int i) |
|
MFEM_ALWAYS_INLINE const double & | operator[] (int i) const |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator+= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator+= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator-= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator-= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator*= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator*= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator/= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator/= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator- () const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator+ () const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator+ (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator+ (const double &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator- (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator- (const double &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator* (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator* (const double &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator/ (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator/ (const double &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const AutoSIMD &v, const AutoSIMD &w) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const AutoSIMD &v, const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const double &e, const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const AutoSIMD &v, const AutoSIMD &w) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const AutoSIMD &v, const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const double &e, const AutoSIMD &v) |
|
| AutoSIMD ()=default |
|
| AutoSIMD (const AutoSIMD &)=default |
|
MFEM_ALWAYS_INLINE double & | operator[] (int i) |
|
MFEM_ALWAYS_INLINE const double & | operator[] (int i) const |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator+= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator+= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator-= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator-= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator*= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator*= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator/= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator/= (const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator- () const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator+ () const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator+ (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator+ (const double &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator- (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator- (const double &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator* (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator* (const double &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator/ (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator/ (const double &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const AutoSIMD &v, const AutoSIMD &w) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const AutoSIMD &v, const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const double &e, const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const AutoSIMD &v, const AutoSIMD &w) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const AutoSIMD &v, const double &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const double &e, const AutoSIMD &v) |
|
Definition at line 28 of file sve.hpp.