|
| AutoSIMD ()=default |
|
| AutoSIMD (const AutoSIMD &)=default |
|
MFEM_ALWAYS_INLINE scalar_t & | operator[] (int i) |
|
MFEM_ALWAYS_INLINE const scalar_t & | operator[] (int i) const |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator= (const scalar_t &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator+= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator+= (const scalar_t &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator-= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator-= (const scalar_t &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator*= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator*= (const scalar_t &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator/= (const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | operator/= (const scalar_t &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 scalar_t &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator- (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator- (const scalar_t &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator* (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator* (const scalar_t &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator/ (const AutoSIMD &v) const |
|
MFEM_ALWAYS_INLINE AutoSIMD | operator/ (const scalar_t &e) const |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const AutoSIMD &v, const AutoSIMD &w) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const AutoSIMD &v, const scalar_t &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | fma (const scalar_t &e, const AutoSIMD &v) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const AutoSIMD &v, const AutoSIMD &w) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const AutoSIMD &v, const scalar_t &e) |
|
MFEM_ALWAYS_INLINE AutoSIMD & | mul (const scalar_t &e, const AutoSIMD &v) |
|