Lines Matching refs:n_th
4847 int n_th = team->t.t_nproc; in __kmp_partition_places() local
4848 for (f = 1; f < n_th; f++) { in __kmp_partition_places()
4862 int n_th = team->t.t_nproc; in __kmp_partition_places() local
4869 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() local
4950 if (n_th <= n_places) { in __kmp_partition_places()
4954 int S = n_places / n_th; in __kmp_partition_places()
4958 rem = n_places - n_th * S; in __kmp_partition_places()
4959 gap = rem ? n_th / rem : 1; in __kmp_partition_places()
4961 thidx = n_th; in __kmp_partition_places()
5015 (static_cast<double>(n_places + 1) / static_cast<double>(n_th)); in __kmp_partition_places()
5019 thidx = n_th + 1; in __kmp_partition_places()
5031 KMP_DEBUG_ASSERT(f == n_th); in __kmp_partition_places()
5035 KMP_DEBUG_ASSERT(f == (n_th - 1)); in __kmp_partition_places()
5039 KMP_DEBUG_ASSERT(f == n_th); in __kmp_partition_places()
5049 if (f < n_th) { in __kmp_partition_places()
5070 S = n_th / n_places; in __kmp_partition_places()
5072 rem = n_th - (S * n_places); in __kmp_partition_places()
5076 thidx = n_th; in __kmp_partition_places()