Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_runtime.cpp4863 int n_places; in __kmp_partition_places() local
4865 n_places = last_place - first_place + 1; in __kmp_partition_places()
4867 n_places = num_masks - first_place + last_place + 1; in __kmp_partition_places()
4869 if (n_th <= n_places) { 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()
4894 gap = rem > 0 ? n_places / rem : n_places; in __kmp_partition_places()
4943 int n_places; in __kmp_partition_places() local
4946 n_places = last_place - first_place + 1; in __kmp_partition_places()
4948 n_places = num_masks - first_place + last_place + 1; in __kmp_partition_places()
[all …]