Home
last modified time | relevance | path

Searched refs:exclusiv_bit_or (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/openmp/runtime/test/worksharing/sections/
Domp_parallel_sections_reduction.c23 int exclusiv_bit_or; in test_omp_parallel_sections_reduction() local
36 exclusiv_bit_or=0; in test_omp_parallel_sections_reduction()
438 #pragma omp parallel sections private(i) reduction(^:exclusiv_bit_or) in test_omp_parallel_sections_reduction()
443 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_sections_reduction()
449 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_sections_reduction()
455 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_sections_reduction()
459 if(exclusiv_bit_or) { in test_omp_parallel_sections_reduction()
464 exclusiv_bit_or = 0; in test_omp_parallel_sections_reduction()
467 #pragma omp parallel sections private(i) reduction(^:exclusiv_bit_or) in test_omp_parallel_sections_reduction()
472 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_sections_reduction()
[all …]
Domp_sections_reduction.c22 int exclusiv_bit_or; in test_omp_sections_reduction() local
36 exclusiv_bit_or=0; in test_omp_sections_reduction()
470 #pragma omp sections private(i) reduction(^:exclusiv_bit_or) in test_omp_sections_reduction()
475 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_sections_reduction()
481 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_sections_reduction()
487 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_sections_reduction()
492 if(exclusiv_bit_or) { in test_omp_sections_reduction()
497 exclusiv_bit_or = 0; in test_omp_sections_reduction()
502 #pragma omp sections private(i) reduction(^:exclusiv_bit_or) in test_omp_sections_reduction()
507 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_sections_reduction()
[all …]
/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_parallel_for_reduction.c26 int exclusiv_bit_or; in test_omp_parallel_for_reduction() local
41 exclusiv_bit_or=0; in test_omp_parallel_for_reduction()
229 reduction(^:exclusiv_bit_or) in test_omp_parallel_for_reduction()
231 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_for_reduction()
233 if(exclusiv_bit_or) { in test_omp_parallel_for_reduction()
238 exclusiv_bit_or = 0; in test_omp_parallel_for_reduction()
242 reduction(^:exclusiv_bit_or) in test_omp_parallel_for_reduction()
244 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_for_reduction()
246 if(!exclusiv_bit_or) { in test_omp_parallel_for_reduction()
Domp_for_reduction.c24 int exclusiv_bit_or; in test_omp_for_reduction() local
50 exclusiv_bit_or = 0; in test_omp_for_reduction()
298 #pragma omp for schedule(dynamic,1) reduction(^:exclusiv_bit_or) in test_omp_for_reduction()
300 exclusiv_bit_or = exclusiv_bit_or ^ logics[j]; in test_omp_for_reduction()
303 if (exclusiv_bit_or) { in test_omp_for_reduction()
308 exclusiv_bit_or = 0; in test_omp_for_reduction()
314 #pragma omp for schedule(dynamic,1) reduction(^:exclusiv_bit_or) in test_omp_for_reduction()
316 exclusiv_bit_or = exclusiv_bit_or ^ logics[j]; in test_omp_for_reduction()
319 if (!exclusiv_bit_or) { in test_omp_for_reduction()
/external/llvm-project/openmp/runtime/test/parallel/
Domp_parallel_reduction.c26 int exclusiv_bit_or; in test_omp_parallel_reduction() local
39 exclusiv_bit_or=0; in test_omp_parallel_reduction()
218 #pragma omp parallel for schedule(dynamic,1) private(i) reduction(^:exclusiv_bit_or) in test_omp_parallel_reduction()
220 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_reduction()
222 if(exclusiv_bit_or) { in test_omp_parallel_reduction()
227 exclusiv_bit_or = 0; in test_omp_parallel_reduction()
230 #pragma omp parallel for schedule(dynamic,1) private(i) reduction(^:exclusiv_bit_or) in test_omp_parallel_reduction()
232 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_reduction()
234 if(!exclusiv_bit_or) { in test_omp_parallel_reduction()
/external/llvm-project/openmp/runtime/test/atomic/
Domp_atomic.c22 int exclusiv_bit_or = 0; in test_omp_atomic() local
286 exclusiv_bit_or = 0; in test_omp_atomic()
293 exclusiv_bit_or ^= logics[i]; in test_omp_atomic()
296 if (exclusiv_bit_or) { in test_omp_atomic()
302 exclusiv_bit_or = 0; in test_omp_atomic()
310 exclusiv_bit_or ^= logics[i]; in test_omp_atomic()
314 if (!exclusiv_bit_or) { in test_omp_atomic()