Home
last modified time | relevance | path

Searched refs:n_th (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp4586 int n_th = team->t.t_nproc; in __kmp_partition_places() local
4587 for (f = 1; f < n_th; f++) { in __kmp_partition_places()
4607 int n_th = team->t.t_nproc; in __kmp_partition_places() local
4614 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() local
4707 if (n_th <= n_places) { in __kmp_partition_places()
[all …]