Lines Matching refs:logics
19 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()
284 logics[j] = 0; in test_omp_atomic()
293 exclusiv_bit_or ^= logics[i]; in test_omp_atomic()
303 logics[LOOPCOUNT / 2] = 1; in test_omp_atomic()
310 exclusiv_bit_or ^= logics[i]; in test_omp_atomic()