Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp4608 int n_places; in __kmp_partition_places() local
4610 n_places = last_place - first_place + 1; in __kmp_partition_places()
4612 n_places = __kmp_affinity_num_masks - first_place + last_place + 1; in __kmp_partition_places()
4614 if (n_th <= n_places) { 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()
4645 gap = rem > 0 ? n_places / rem : n_places; in __kmp_partition_places()
4700 int n_places; in __kmp_partition_places() local
4703 n_places = last_place - first_place + 1; in __kmp_partition_places()
4705 n_places = __kmp_affinity_num_masks - first_place + last_place + 1; in __kmp_partition_places()
[all …]