Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp4859 int n_places; in __kmp_partition_places() local
4865 if (n_th <= n_places) { in __kmp_partition_places()
4887 S = n_th / n_places; in __kmp_partition_places()
4890 gap = rem > 0 ? n_places / rem : n_places; in __kmp_partition_places()
4939 int n_places; in __kmp_partition_places() local
4946 if (n_th <= n_places) { in __kmp_partition_places()
4950 int S = n_places / n_th; in __kmp_partition_places()
5024 first -= n_places; in __kmp_partition_places()
5025 last -= n_places; in __kmp_partition_places()
5066 S = n_th / n_places; in __kmp_partition_places()
[all …]