Searched refs:logic_or (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/openmp/runtime/test/worksharing/sections/ |
D | omp_parallel_sections_reduction.c | 21 int logic_or; in test_omp_parallel_sections_reduction() local 34 logic_or=0; in test_omp_parallel_sections_reduction() 259 #pragma omp parallel sections private(i) reduction(||:logic_or) in test_omp_parallel_sections_reduction() 264 logic_or = (logic_or || logics[i]); in test_omp_parallel_sections_reduction() 270 logic_or = (logic_or || logics[i]); in test_omp_parallel_sections_reduction() 276 logic_or = (logic_or || logics[i]); in test_omp_parallel_sections_reduction() 280 if(logic_or) { in test_omp_parallel_sections_reduction() 285 logic_or = 0; in test_omp_parallel_sections_reduction() 288 #pragma omp parallel sections private(i) reduction(||:logic_or) in test_omp_parallel_sections_reduction() 293 logic_or = (logic_or || logics[i]); in test_omp_parallel_sections_reduction() [all …]
|
D | omp_sections_reduction.c | 20 int logic_or; in test_omp_sections_reduction() local 34 logic_or=0; in test_omp_sections_reduction() 276 #pragma omp sections private(i) reduction(||:logic_or) in test_omp_sections_reduction() 281 logic_or = (logic_or || logics[i]); in test_omp_sections_reduction() 287 logic_or = (logic_or || logics[i]); in test_omp_sections_reduction() 293 logic_or = (logic_or || logics[i]); in test_omp_sections_reduction() 298 if(logic_or) { in test_omp_sections_reduction() 303 logic_or = 0; in test_omp_sections_reduction() 308 #pragma omp sections private(i) reduction(||:logic_or) in test_omp_sections_reduction() 313 logic_or = (logic_or || logics[i]); in test_omp_sections_reduction() [all …]
|
/external/llvm-project/openmp/runtime/test/worksharing/for/ |
D | omp_parallel_for_reduction.c | 23 int logic_or; in test_omp_parallel_for_reduction() local 38 logic_or=0; in test_omp_parallel_for_reduction() 147 reduction(||:logic_or) in test_omp_parallel_for_reduction() 149 logic_or = logic_or || logics[i]; in test_omp_parallel_for_reduction() 151 if(logic_or) { in test_omp_parallel_for_reduction() 155 logic_or = 0; in test_omp_parallel_for_reduction() 159 reduction(||:logic_or) in test_omp_parallel_for_reduction() 161 logic_or = logic_or || logics[i]; in test_omp_parallel_for_reduction() 163 if(!logic_or) { in test_omp_parallel_for_reduction()
|
D | omp_for_reduction.c | 21 int logic_or; in test_omp_for_reduction() local 45 logic_or = 0; in test_omp_for_reduction() 192 #pragma omp for schedule(dynamic,1) reduction(||:logic_or) in test_omp_for_reduction() 194 logic_or = logic_or || logics[j]; in test_omp_for_reduction() 197 if (logic_or) { in test_omp_for_reduction() 202 logic_or = 0; in test_omp_for_reduction() 208 #pragma omp for schedule(dynamic,1) reduction(||:logic_or) in test_omp_for_reduction() 210 logic_or = logic_or || logics[j]; in test_omp_for_reduction() 213 if(!logic_or) { in test_omp_for_reduction()
|
/external/llvm-project/openmp/runtime/test/parallel/ |
D | omp_parallel_reduction.c | 23 int logic_or; in test_omp_parallel_reduction() local 36 logic_or=0; in test_omp_parallel_reduction() 142 #pragma omp parallel for schedule(dynamic,1) private(i) reduction(||:logic_or) in test_omp_parallel_reduction() 144 logic_or = logic_or || logics[i]; in test_omp_parallel_reduction() 146 if(logic_or) { in test_omp_parallel_reduction() 150 logic_or = 0; in test_omp_parallel_reduction() 153 #pragma omp parallel for schedule(dynamic,1) private(i) reduction(||:logic_or) in test_omp_parallel_reduction() 155 logic_or = logic_or || logics[i]; in test_omp_parallel_reduction() 157 if(!logic_or) { in test_omp_parallel_reduction()
|
/external/llvm-project/openmp/runtime/test/atomic/ |
D | omp_atomic.c | 29 int logic_or = 0; in test_omp_atomic() local
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 170 ir_expression *logic_or(operand a, operand b);
|
D | opt_algebraic.cpp | 471 return b2f(logic_or(b2f_0->operands[0], b2f_1->operands[0])); in handle_expression() 778 return logic_not(logic_or(op_expr[0]->operands[0], in handle_expression()
|
D | ir_builder.cpp | 402 logic_or(operand a, operand b) in logic_or() function
|
D | lower_instructions.cpp | 506 logic_or(flush_to_zero, in ldexp_to_arith()
|
D | ast_to_hir.cpp | 6843 : logic_or(cmp, equal(cnst, state->switch_state.test_var)); in hir() 7007 logic_or(fallthru_var, equal(label, deref_test_var)))); in hir() 7021 logic_or(fallthru_var, in hir()
|