Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_runtime.cpp4543 int n_places; in __kmp_partition_places() local
4545 n_places = last_place - first_place + 1; in __kmp_partition_places()
4547 n_places = __kmp_affinity_num_masks - first_place + last_place + 1; in __kmp_partition_places()
4549 if (n_th <= n_places) { in __kmp_partition_places()
4577 S = n_th / n_places; in __kmp_partition_places()
4579 rem = n_th - (S * n_places); in __kmp_partition_places()
4580 gap = rem > 0 ? n_places / rem : n_places; in __kmp_partition_places()
4635 int n_places; in __kmp_partition_places() local
4638 n_places = last_place - first_place + 1; in __kmp_partition_places()
4640 n_places = __kmp_affinity_num_masks - first_place + last_place + 1; in __kmp_partition_places()
[all …]