Home
last modified time | relevance | path

Searched refs:DOUBLE_DIGITS (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_parallel_for_reduction.c6 #define DOUBLE_DIGITS 20 /* dt^DOUBLE_DIGITS */ macro
69 for (i=0;i<DOUBLE_DIGITS;++i) { in test_omp_parallel_for_reduction()
74 for (i=0;i<DOUBLE_DIGITS;++i) { in test_omp_parallel_for_reduction()
86 for (i=0;i<DOUBLE_DIGITS;++i) { in test_omp_parallel_for_reduction()
92 for (i=0;i<DOUBLE_DIGITS;++i) { in test_omp_parallel_for_reduction()
Domp_for_reduction.c7 #define DOUBLE_DIGITS 20 /* dt^DOUBLE_DIGITS */ macro
110 for (i = 0; i < DOUBLE_DIGITS; ++i) { in test_omp_for_reduction()
118 for (j = 0; j < DOUBLE_DIGITS; j++) { in test_omp_for_reduction()
135 for (j = 0; j < DOUBLE_DIGITS; ++j) { in test_omp_for_reduction()
/external/llvm-project/openmp/runtime/test/atomic/
Domp_atomic.c6 #define DOUBLE_DIGITS 20 /* dt^DOUBLE_DIGITS */ macro
82 for (j = 0; j < DOUBLE_DIGITS; ++j) { in test_omp_atomic()
90 for (i = 0; i < DOUBLE_DIGITS; ++i) { in test_omp_atomic()
104 for (j = 0; j < DOUBLE_DIGITS; ++j) { in test_omp_atomic()
112 for (i = 0; i < DOUBLE_DIGITS; ++i) { in test_omp_atomic()
/external/llvm-project/openmp/runtime/test/parallel/
Domp_parallel_reduction.c6 #define DOUBLE_DIGITS 20 /* dt^DOUBLE_DIGITS */ macro
69 for (i=0;i<DOUBLE_DIGITS;++i) { in test_omp_parallel_reduction()
74 for (i=0;i<DOUBLE_DIGITS;++i) { in test_omp_parallel_reduction()
85 for (i=0;i<DOUBLE_DIGITS;++i) { in test_omp_parallel_reduction()
91 for (i=0;i<DOUBLE_DIGITS;++i) { in test_omp_parallel_reduction()