Searched refs:logics (Results 1 – 10 of 10) sorted by relevance
24 int logics[1000]; in test_omp_parallel_sections_reduction() local197 logics[i]=1; in test_omp_parallel_sections_reduction()205 logic_and = (logic_and && logics[i]); in test_omp_parallel_sections_reduction()211 logic_and = (logic_and && logics[i]); in test_omp_parallel_sections_reduction()217 logic_and = (logic_and && logics[i]); in test_omp_parallel_sections_reduction()226 logics[501] = 0; in test_omp_parallel_sections_reduction()233 logic_and = (logic_and && logics[i]); in test_omp_parallel_sections_reduction()239 logic_and = (logic_and && logics[i]); in test_omp_parallel_sections_reduction()245 logic_and = (logic_and && logics[i]); in test_omp_parallel_sections_reduction()256 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()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()[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()160 logic_and = (logic_and && logics[j]); in test_omp_for_reduction()169 logics[LOOPCOUNT / 2] = 0; in test_omp_for_reduction()176 logic_and = logic_and && logics[j]; in test_omp_for_reduction()186 logics[i] = 0; in test_omp_for_reduction()194 logic_or = logic_or || logics[j]; in test_omp_for_reduction()203 logics[LOOPCOUNT / 2] = 1; in test_omp_for_reduction()210 logic_or = logic_or || logics[j]; 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()121 logic_and = (logic_and && logics[i]); in test_omp_parallel_for_reduction()129 logics[LOOPCOUNT/2]=0; in test_omp_parallel_for_reduction()134 logic_and = logic_and && logics[i]; in test_omp_parallel_for_reduction()143 logics[i]=0; in test_omp_parallel_for_reduction()149 logic_or = logic_or || logics[i]; in test_omp_parallel_for_reduction()156 logics[LOOPCOUNT/2]=1; in test_omp_parallel_for_reduction()161 logic_or = logic_or || logics[i]; in test_omp_parallel_for_reduction()170 logics[i]=1; 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()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()[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 …]
327 that are newtype wrappers implementing different (de)serialization logics.409 and vastly simplifies many logics.
605 // post processing logics where the process units do not work on one tensor at