Searched refs:n_th (Results 1 – 1 of 1) sorted by relevance
4586 int n_th = team->t.t_nproc; in __kmp_partition_places() local4587 for (f = 1; f < n_th; f++) { in __kmp_partition_places()4607 int n_th = team->t.t_nproc; in __kmp_partition_places() local4614 if (n_th <= n_places) { in __kmp_partition_places()4616 for (f = 1; f < n_th; f++) { in __kmp_partition_places()4642 S = n_th / n_places; in __kmp_partition_places()4644 rem = n_th - (S * n_places); in __kmp_partition_places()4648 for (f = 0; f < n_th; f++) { in __kmp_partition_places()4699 int n_th = team->t.t_nproc; in __kmp_partition_places() local4707 if (n_th <= n_places) { in __kmp_partition_places()[all …]