Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/parallel/
Ddistribution.hpp149 SizeType cutoff_processor = n % p; in operator ()() local
150 SizeType cutoff = cutoff_processor * (n / p + 1); in operator ()()
153 else return cutoff_processor + (i - cutoff) / (n / p); in operator ()()
161 ID cutoff_processor = n % p; in start() local
162 if (id < cutoff_processor) return estimate; in start()
163 else return estimate - (id - cutoff_processor); in start()