Lines Matching refs:logics

23   int logics[1000];  in test_omp_sections_reduction()  local
206 logics[i]=1; in test_omp_sections_reduction()
216 logic_and = (logic_and && logics[i]); in test_omp_sections_reduction()
222 logic_and = (logic_and && logics[i]); in test_omp_sections_reduction()
228 logic_and = (logic_and && logics[i]); in test_omp_sections_reduction()
239 logics[501] = 0; in test_omp_sections_reduction()
248 logic_and = (logic_and && logics[i]); in test_omp_sections_reduction()
254 logic_and = (logic_and && logics[i]); in test_omp_sections_reduction()
260 logic_and = (logic_and && logics[i]); in test_omp_sections_reduction()
271 logics[i]=0; 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()
304 logics[501]=1; in test_omp_sections_reduction()
313 logic_or = (logic_or || logics[i]); in test_omp_sections_reduction()
319 logic_or = (logic_or || logics[i]); in test_omp_sections_reduction()
325 logic_or = (logic_or || logics[i]); in test_omp_sections_reduction()
336 logics[i]=1; in test_omp_sections_reduction()
346 bit_and = (bit_and & logics[i]); in test_omp_sections_reduction()
352 bit_and = (bit_and & logics[i]); in test_omp_sections_reduction()
358 bit_and = (bit_and & logics[i]); in test_omp_sections_reduction()
369 logics[501]=0; in test_omp_sections_reduction()
378 bit_and = bit_and & logics[i]; in test_omp_sections_reduction()
384 bit_and = bit_and & logics[i]; in test_omp_sections_reduction()
390 bit_and = bit_and & logics[i]; in test_omp_sections_reduction()
401 logics[i]=0; in test_omp_sections_reduction()
411 bit_or = bit_or | logics[i]; in test_omp_sections_reduction()
417 bit_or = bit_or | logics[i]; in test_omp_sections_reduction()
423 bit_or = bit_or | logics[i]; in test_omp_sections_reduction()
433 logics[501]=1; in test_omp_sections_reduction()
442 bit_or = bit_or | logics[i]; in test_omp_sections_reduction()
448 bit_or = bit_or | logics[i]; in test_omp_sections_reduction()
454 bit_or = bit_or | logics[i]; in test_omp_sections_reduction()
465 logics[i]=0; 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()
498 logics[501]=1; in test_omp_sections_reduction()
507 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_sections_reduction()
513 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_sections_reduction()
519 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_sections_reduction()