Lines Matching defs:branch_factor
803 kmp_uint32 branch_factor = 1 << branch_bits;
832 if (child + 1 <= branch_factor && child_tid + 1 < nproc)
865 } while (child <= branch_factor && child_tid < nproc);
908 kmp_uint32 branch_factor = 1 << branch_bits;
970 if (child + 1 <= branch_factor && child_tid + 1 < nproc)
998 } while (child <= branch_factor && child_tid < nproc);
1016 kmp_uint32 branch_factor = 1 << branch_bits;
1041 if (((tid >> level) & (branch_factor - 1)) != 0) {
1065 child < branch_factor && child_tid < num_threads;
1072 if (child + 1 < branch_factor && next_child_tid < num_threads)
1134 kmp_uint32 branch_factor = 1 << branch_bits;
1199 offset < num_threads && (((tid >> level) & (branch_factor - 1)) == 0);
1216 for (child = (child < branch_factor - 1) ? child : branch_factor - 1,
1220 if (((tid >> level) & (branch_factor - 1)) != 0)
1226 child < branch_factor && child_tid < num_threads;
1241 if (child + 1 < branch_factor && next_child_tid < num_threads)