Home
last modified time | relevance | path

Searched refs:LOOPCOUNT (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/test/worksharing/for/
H A Domp_for_reduction.c33 int logicsArray[LOOPCOUNT]; in test_omp_for_reduction()
38 known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
72 diff = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
151 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
185 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
223 for (i = 0; i < LOOPCOUNT; ++i) { in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
275 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
[all …]
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction()
44 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
114 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
120 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/test/worksharing/for/
H A Domp_for_reduction.c33 int logicsArray[LOOPCOUNT]; in test_omp_for_reduction()
38 known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
72 diff = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
151 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
185 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
223 for (i = 0; i < LOOPCOUNT; ++i) { in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
275 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
[all …]
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction()
44 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
114 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
120 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/test/worksharing/for/
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction()
44 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
114 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
120 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
[all …]
H A Domp_for_reduction.c33 int logicsArray[LOOPCOUNT]; in test_omp_for_reduction()
38 known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
72 diff = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
151 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
185 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
223 for (i = 0; i < LOOPCOUNT; ++i) { in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
275 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/test/worksharing/for/
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction()
44 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
114 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
120 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
[all …]
H A Domp_for_reduction.c33 int logicsArray[LOOPCOUNT]; in test_omp_for_reduction()
38 known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
72 diff = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
151 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
185 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
223 for (i = 0; i < LOOPCOUNT; ++i) { in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
275 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/test/worksharing/for/
H A Domp_for_reduction.c33 int logicsArray[LOOPCOUNT]; in test_omp_for_reduction()
38 known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
72 diff = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
151 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
185 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
223 for (i = 0; i < LOOPCOUNT; ++i) { in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
275 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
[all …]
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction()
44 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
114 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
120 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/test/worksharing/for/
H A Domp_for_reduction.c33 int logicsArray[LOOPCOUNT]; in test_omp_for_reduction()
38 known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
72 diff = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
151 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
185 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
223 for (i = 0; i < LOOPCOUNT; ++i) { in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
275 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
[all …]
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction()
44 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
114 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
120 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/test/worksharing/for/
H A Domp_for_reduction.c33 int logicsArray[LOOPCOUNT]; in test_omp_for_reduction()
38 known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
72 diff = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
151 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
185 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
223 for (i = 0; i < LOOPCOUNT; ++i) { in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
275 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
[all …]
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction()
44 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
114 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
120 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/test/worksharing/for/
H A Domp_for_reduction.c33 int logicsArray[LOOPCOUNT]; in test_omp_for_reduction()
38 known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
72 diff = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; in test_omp_for_reduction()
151 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
185 for (i = 0; i < LOOPCOUNT; i++) { in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
223 for (i = 0; i < LOOPCOUNT; ++i) { in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
275 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
[all …]
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction()
44 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_for_reduction()
114 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_for_reduction()
120 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction()
42 known_sum = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
46 for (i=1;i<=LOOPCOUNT;i++) { in test_omp_parallel_reduction()
55 diff = (LOOPCOUNT*(LOOPCOUNT+1))/2; in test_omp_parallel_reduction()
112 for(i=0;i<LOOPCOUNT;i++) { in test_omp_parallel_reduction()
117 for(i=0;i<LOOPCOUNT;++i) { in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
[all …]

12345678910>>...18