|
LLVM OpenMP
|
#include <cstdlib>#include <numeric>#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | N 100 |
Functions | |
| template<typename T> | |
| bool | test_exclusive (T *a, const T *b) |
| template<typename T> | |
| bool | test_inclusive (T *a, const T *b) |
| int | main () |
| #define N 100 |
Definition at line 13 of file omp_scan_inscan_template.cpp.
Definition at line 49 of file omp_scan_inscan_template.cpp.
References a, b, N, test_exclusive(), and test_inclusive().
| bool test_exclusive | ( | T * | a, |
| const T * | b ) |