Home
last modified time | relevance | path

Searched refs:logics (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/worksharing/sections/
H A Domp_parallel_sections_reduction.c24 int logics[1000]; in test_omp_parallel_sections_reduction() local
197 logics[i]=1; in test_omp_parallel_sections_reduction()
226 logics[501] = 0; in test_omp_parallel_sections_reduction()
256 logics[i]=0; in test_omp_parallel_sections_reduction()
286 logics[501]=1; in test_omp_parallel_sections_reduction()
316 logics[i]=1; in test_omp_parallel_sections_reduction()
346 logics[501]=0; in test_omp_parallel_sections_reduction()
376 logics[i]=0; in test_omp_parallel_sections_reduction()
405 logics[501]=1; in test_omp_parallel_sections_reduction()
435 logics[i]=0; in test_omp_parallel_sections_reduction()
[all …]
H A Domp_sections_reduction.c23 int logics[1000]; in test_omp_sections_reduction() local
206 logics[i]=1; in test_omp_sections_reduction()
239 logics[501] = 0; in test_omp_sections_reduction()
271 logics[i]=0; in test_omp_sections_reduction()
304 logics[501]=1; in test_omp_sections_reduction()
336 logics[i]=1; in test_omp_sections_reduction()
369 logics[501]=0; in test_omp_sections_reduction()
401 logics[i]=0; in test_omp_sections_reduction()
433 logics[501]=1; in test_omp_sections_reduction()
465 logics[i]=0; in test_omp_sections_reduction()
[all …]
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_for_reduction.c25 int *logics; in test_omp_for_reduction() local
43 logics = logicsArray; in test_omp_for_reduction()
152 logics[i] = 1; in test_omp_for_reduction()
169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
186 logics[i] = 0; in test_omp_for_reduction()
203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()
224 logics[i] = 1; in test_omp_for_reduction()
241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()
258 logics[i] = 0; in test_omp_for_reduction()
292 logics[i] = 0; in test_omp_for_reduction()
[all …]
H A Domp_parallel_for_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction() local
115 logics[i]=1; in test_omp_parallel_for_reduction()
129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
143 logics[i]=0; in test_omp_parallel_for_reduction()
156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
170 logics[i]=1; in test_omp_parallel_for_reduction()
184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()
198 logics[i]=0; in test_omp_parallel_for_reduction()
211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()
225 logics[i]=0; in test_omp_parallel_for_reduction()
[all …]
/llvm-project-15.0.7/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction() local
113 logics[i]=1; in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
139 logics[i]=0; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
164 logics[i]=1; in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
189 logics[i]=0; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
214 logics[i]=0; in test_omp_parallel_reduction()
[all …]
/llvm-project-15.0.7/openmp/runtime/test/atomic/
H A Domp_atomic.c19 int *logics; in test_omp_atomic() local
34 logics = logicsArray; in test_omp_atomic()
211 logics[j] = 1; in test_omp_atomic()
220 bit_and &= logics[i]; in test_omp_atomic()
230 logics[LOOPCOUNT / 2] = 0; in test_omp_atomic()
237 bit_and &= logics[i]; in test_omp_atomic()
247 logics[j] = 0; in test_omp_atomic()
256 bit_or |= logics[i]; in test_omp_atomic()
266 logics[LOOPCOUNT / 2] = 1; in test_omp_atomic()
274 bit_or |= logics[i]; in test_omp_atomic()
[all …]
/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dx86-varargs.mlir2 // Varaidic argument list (va_list) and the extraction logics are ABI-specific.