|
LLVM OpenMP 22.0.0git
|
Go to the source code of this file.
Macros | |
| #define | DOUBLE_DIGITS 20 /* dt^DOUBLE_DIGITS */ |
| #define | MAX_FACTOR 10 |
| #define | KNOWN_PRODUCT 3628800 /* 10! */ |
Functions | |
| int | test_omp_atomic () |
| int | main () |
| #define DOUBLE_DIGITS 20 /* dt^DOUBLE_DIGITS */ |
Definition at line 6 of file omp_atomic.c.
Referenced by test_omp_atomic(), test_omp_for_reduction(), test_omp_parallel_for_reduction(), and test_omp_parallel_reduction().
| #define KNOWN_PRODUCT 3628800 /* 10! */ |
Definition at line 8 of file omp_atomic.c.
Referenced by test_omp_atomic(), test_omp_for_reduction(), test_omp_parallel_for_reduction(), and test_omp_parallel_reduction().
| #define MAX_FACTOR 10 |
Definition at line 7 of file omp_atomic.c.
Referenced by test_omp_atomic(), test_omp_for_reduction(), test_omp_parallel_for_reduction(), and test_omp_parallel_reduction().
Definition at line 355 of file omp_atomic.c.
References i, REPETITIONS, and test_omp_atomic().
| int test_omp_atomic | ( | ) |
Definition at line 10 of file omp_atomic.c.
References div, DOUBLE_DIGITS, i, j, KNOWN_PRODUCT, LOOPCOUNT, MAX_FACTOR, result, and sum.
Referenced by main().