Searched refs:n_places (Results 1 – 1 of 1) sorted by relevance
4863 int n_places; in __kmp_partition_places() local4865 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() local4946 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 …]