Lines Matching defs:n_th
4847 int n_th = team->t.t_nproc;
4848 for (f = 1; f < n_th; f++) {
4862 int n_th = team->t.t_nproc;
4869 if (n_th <= n_places) {
4871 for (f = 1; f < n_th; f++) {
4891 S = n_th / n_places;
4893 rem = n_th - (S * n_places);
4897 for (f = 0; f < n_th; f++) {
4942 int n_th = team->t.t_nproc;
4950 if (n_th <= n_places) {
4954 int S = n_places / n_th;
4958 rem = n_places - n_th * S;
4959 gap = rem ? n_th / rem : 1;
4961 thidx = n_th;
5015 (static_cast<double>(n_places + 1) / static_cast<double>(n_th));
5019 thidx = n_th + 1;
5031 KMP_DEBUG_ASSERT(f == n_th);
5035 KMP_DEBUG_ASSERT(f == (n_th - 1));
5039 KMP_DEBUG_ASSERT(f == n_th);
5049 if (f < n_th) {
5070 S = n_th / n_places;
5072 rem = n_th - (S * n_places);
5076 thidx = n_th;