Searched refs:logics (Results 1 – 7 of 7) sorted by relevance
24 int logics[1000]; in test_omp_parallel_sections_reduction() local197 logics[i]=1; in test_omp_parallel_sections_reduction()226 logics[501] = 0; in test_omp_parallel_sections_reduction()256 logics[i]=0; in test_omp_parallel_sections_reduction()286 logics[501]=1; in test_omp_parallel_sections_reduction()316 logics[i]=1; in test_omp_parallel_sections_reduction()346 logics[501]=0; in test_omp_parallel_sections_reduction()376 logics[i]=0; in test_omp_parallel_sections_reduction()405 logics[501]=1; in test_omp_parallel_sections_reduction()435 logics[i]=0; in test_omp_parallel_sections_reduction()[all …]
23 int logics[1000]; in test_omp_sections_reduction() local206 logics[i]=1; in test_omp_sections_reduction()239 logics[501] = 0; in test_omp_sections_reduction()271 logics[i]=0; in test_omp_sections_reduction()304 logics[501]=1; in test_omp_sections_reduction()336 logics[i]=1; in test_omp_sections_reduction()369 logics[501]=0; in test_omp_sections_reduction()401 logics[i]=0; in test_omp_sections_reduction()433 logics[501]=1; in test_omp_sections_reduction()465 logics[i]=0; in test_omp_sections_reduction()[all …]
25 int *logics; in test_omp_for_reduction() local43 logics = logicsArray; in test_omp_for_reduction()152 logics[i] = 1; in test_omp_for_reduction()169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()186 logics[i] = 0; in test_omp_for_reduction()203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()224 logics[i] = 1; in test_omp_for_reduction()241 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()258 logics[i] = 0; in test_omp_for_reduction()292 logics[i] = 0; in test_omp_for_reduction()[all …]
27 int logics[LOOPCOUNT]; in test_omp_parallel_for_reduction() local115 logics[i]=1; in test_omp_parallel_for_reduction()129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()143 logics[i]=0; in test_omp_parallel_for_reduction()156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()170 logics[i]=1; in test_omp_parallel_for_reduction()184 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()198 logics[i]=0; in test_omp_parallel_for_reduction()211 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()225 logics[i]=0; in test_omp_parallel_for_reduction()[all …]
27 int logics[LOOPCOUNT]; in test_omp_parallel_reduction() local113 logics[i]=1; in test_omp_parallel_reduction()126 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()139 logics[i]=0; in test_omp_parallel_reduction()151 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()164 logics[i]=1; in test_omp_parallel_reduction()177 logics[LOOPCOUNT/2]=0; in test_omp_parallel_reduction()189 logics[i]=0; in test_omp_parallel_reduction()202 logics[LOOPCOUNT/2]=1; in test_omp_parallel_reduction()214 logics[i]=0; in test_omp_parallel_reduction()[all …]
19 int *logics; in test_omp_atomic() local34 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()[all …]
2 // Varaidic argument list (va_list) and the extraction logics are ABI-specific.