Searched refs:n_th (Results 1 – 1 of 1) sorted by relevance
4847 int n_th = team->t.t_nproc; in __kmp_partition_places() local4848 for (f = 1; f < n_th; f++) { in __kmp_partition_places()4862 int n_th = team->t.t_nproc; in __kmp_partition_places() local4869 if (n_th <= n_places) { in __kmp_partition_places()4871 for (f = 1; f < n_th; f++) { in __kmp_partition_places()4891 S = n_th / n_places; in __kmp_partition_places()4893 rem = n_th - (S * n_places); in __kmp_partition_places()4897 for (f = 0; f < n_th; f++) { in __kmp_partition_places()4942 int n_th = team->t.t_nproc; in __kmp_partition_places() local4950 if (n_th <= n_places) { in __kmp_partition_places()[all …]