Lines Matching refs:logics
27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction() local
113 logics[i]=1; in test_omp_parallel_reduction()
118 logic_and = (logic_and && logics[i]); in test_omp_parallel_reduction()
126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
130 logic_and = logic_and && logics[i]; in test_omp_parallel_reduction()
139 logics[i]=0; in test_omp_parallel_reduction()
144 logic_or = logic_or || logics[i]; in test_omp_parallel_reduction()
151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
155 logic_or = logic_or || logics[i]; in test_omp_parallel_reduction()
164 logics[i]=1; in test_omp_parallel_reduction()
169 bit_and = (bit_and & logics[i]); in test_omp_parallel_reduction()
177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()
181 bit_and = bit_and & logics[i]; in test_omp_parallel_reduction()
189 logics[i]=0; in test_omp_parallel_reduction()
195 bit_or = bit_or | logics[i]; in test_omp_parallel_reduction()
202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
206 bit_or = bit_or | logics[i]; in test_omp_parallel_reduction()
214 logics[i]=0; in test_omp_parallel_reduction()
220 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_reduction()
228 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()
232 exclusiv_bit_or = exclusiv_bit_or ^ logics[i]; in test_omp_parallel_reduction()