Searched refs:BucketIndex (Results 1 – 2 of 2) sorted by relevance
80 typedef typename std::vector<Bucket*>::size_type BucketIndex; typedef in boost::graph::distributed::delta_stepping_impl252 BucketIndex max_bucket = (std::numeric_limits<BucketIndex>::max)(); in run()253 BucketIndex current_bucket = 0; in run()273 current_bucket = all_reduce(pg, current_bucket, minimum<BucketIndex>()); in run()380 BucketIndex new_index = static_cast<BucketIndex>(x / delta); in relax()392 BucketIndex old_index in relax()393 = static_cast<BucketIndex>(get(distance, v) / delta); in relax()
162 typedef typename std::vector<Bucket*>::size_type BucketIndex; typedef in boost::graph::parallel::detail::betweenness_centrality_delta_stepping_impl345 BucketIndex max_bucket = (std::numeric_limits<BucketIndex>::max)(); in run()346 BucketIndex current_bucket = 0; in run()370 current_bucket = all_reduce(pg, current_bucket, minimum<BucketIndex>()); in run()537 BucketIndex new_index = static_cast<BucketIndex>(x / delta); in relax()549 BucketIndex old_index in relax()550 = static_cast<BucketIndex>(get(distance, v) / delta); in relax()