Lines Matching defs:branch_factor
804 kmp_uint32 branch_factor = 1 << branch_bits;
833 if (child + 1 <= branch_factor && child_tid + 1 < nproc)
866 } while (child <= branch_factor && child_tid < nproc);
909 kmp_uint32 branch_factor = 1 << branch_bits;
971 if (child + 1 <= branch_factor && child_tid + 1 < nproc)
999 } while (child <= branch_factor && child_tid < nproc);
1017 kmp_uint32 branch_factor = 1 << branch_bits;
1042 if (((tid >> level) & (branch_factor - 1)) != 0) {
1066 child < branch_factor && child_tid < num_threads;
1073 if (child + 1 < branch_factor && next_child_tid < num_threads)
1135 kmp_uint32 branch_factor = 1 << branch_bits;
1200 offset < num_threads && (((tid >> level) & (branch_factor - 1)) == 0);
1217 for (child = (child < branch_factor - 1) ? child : branch_factor - 1,
1221 if (((tid >> level) & (branch_factor - 1)) != 0)
1227 child < branch_factor && child_tid < num_threads;
1242 if (child + 1 < branch_factor && next_child_tid < num_threads)