Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp4847 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()
[all …]