dune-common
2.7.1
|
#include <dune/common/simd/loop.hh>
Public Member Functions | |
LoopSIMD () | |
LoopSIMD (T i) | |
DUNE_SIMD_LOOP_PREFIX_OP (++) | |
DUNE_SIMD_LOOP_PREFIX_OP (--) | |
DUNE_SIMD_LOOP_UNARY_OP (+) | |
DUNE_SIMD_LOOP_UNARY_OP (-) | |
DUNE_SIMD_LOOP_UNARY_OP (~) | |
auto | operator! () const |
DUNE_SIMD_LOOP_POSTFIX_OP (++) | |
DUNE_SIMD_LOOP_POSTFIX_OP (--) | |
DUNE_SIMD_LOOP_ASSIGNMENT_OP (+=) | |
DUNE_SIMD_LOOP_ASSIGNMENT_OP (-=) | |
DUNE_SIMD_LOOP_ASSIGNMENT_OP * | DUNE_SIMD_LOOP_ASSIGNMENT_OP (/=);DUNE_SIMD_LOOP_ASSIGNMENT_OP(%= |
DUNE_SIMD_LOOP_ASSIGNMENT_OP (<<=) | |
DUNE_SIMD_LOOP_ASSIGNMENT_OP (>>=) | |
DUNE_SIMD_LOOP_ASSIGNMENT_OP & | DUNE_SIMD_LOOP_ASSIGNMENT_OP (|=);DUNE_SIMD_LOOP_ASSIGNMENT_OP(^= |
Public Attributes | |
T | elements |
STL member. More... | |
This class specifies a vector-like type deriving from std::array for memory management and basic accessibility. This type is capable of dealing with all (well-defined) operators and is usable with the SIMD-interface.
|
inline |
|
inline |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_ASSIGNMENT_OP | ( | + | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_ASSIGNMENT_OP | ( | - | ) |
DUNE_SIMD_LOOP_ASSIGNMENT_OP* Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_ASSIGNMENT_OP | ( | / | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_ASSIGNMENT_OP | ( | << | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_ASSIGNMENT_OP | ( | >> | ) |
DUNE_SIMD_LOOP_ASSIGNMENT_OP& Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_ASSIGNMENT_OP | ( | | | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_POSTFIX_OP | ( | ++ | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_POSTFIX_OP | ( | -- | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_PREFIX_OP | ( | ++ | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_PREFIX_OP | ( | -- | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_UNARY_OP | ( | + | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_UNARY_OP | ( | - | ) |
Dune::LoopSIMD< T, S >::DUNE_SIMD_LOOP_UNARY_OP | ( | ~ | ) |
|
inline |
|
inherited |
STL member.