|
Peano
|

Go to the source code of this file.
| #define endParallelDfor |
| #define endParallelFor |
| #define endSimtDfor endParallelDfor |
| #define endSimtFor endParallelFor |
| #define parallelDforWithSchedulerInstructions2d | ( | counter, | |
| max, | |||
| loopParallelism ) |
| #define parallelDforWithSchedulerInstructions3d | ( | counter, | |
| max, | |||
| loopParallelism ) |
| #define parallelDforWithSchedulerInstructions4d | ( | counter, | |
| max, | |||
| loopParallelism ) |
| #define parallelDforWithSchedulerInstructions5d | ( | counter, | |
| max, | |||
| loopParallelism ) |
| #define parallelForWithSchedulerInstructions | ( | counter, | |
| max, | |||
| loopParallelism ) |
| #define simtDforWithSchedulerInstructions2d | ( | counter, | |
| max, | |||
| loopParallelism ) parallelDforWithSchedulerInstructions2d(counter, max, (loopParallelism==::peano4::utils::LoopPlacement::Nested ? ::peano4::utils::LoopPlacement::Nested : ::peano4::utils::LoopPlacement::Serial)) |
| #define simtDforWithSchedulerInstructions3d | ( | counter, | |
| max, | |||
| loopParallelism ) parallelDforWithSchedulerInstructions3d(counter, max, (loopParallelism==::peano4::utils::LoopPlacement::Nested ? ::peano4::utils::LoopPlacement::Nested : ::peano4::utils::LoopPlacement::Serial)) |
| #define simtDforWithSchedulerInstructions4d | ( | counter, | |
| max, | |||
| loopParallelism ) parallelDforWithSchedulerInstructions4d(counter, max, (loopParallelism==::peano4::utils::LoopPlacement::Nested ? ::peano4::utils::LoopPlacement::Nested : ::peano4::utils::LoopPlacement::Serial)) |
| #define simtDforWithSchedulerInstructions5d | ( | counter, | |
| max, | |||
| loopParallelism ) parallelDforWithSchedulerInstructions5d(counter, max, (loopParallelism==::peano4::utils::LoopPlacement::Nested ? ::peano4::utils::LoopPlacement::Nested : ::peano4::utils::LoopPlacement::Serial)) |
| #define simtForWithSchedulerInstructions | ( | counter, | |
| max, | |||
| loopParallelism ) parallelForWithSchedulerInstructions(counter, max, (loopParallelism==::peano4::utils::LoopPlacement::Nested ? ::peano4::utils::LoopPlacement::Nested : ::peano4::utils::LoopPlacement::Serial)) |