Home
last modified time | relevance | path

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

/third_party/boost/libs/graph_parallel/test/
Ddistributed_page_rank_test.cpp73 double local_sum = 0.0; in test_distributed_page_rank() local
77 local_sum += ranks[i]; in test_distributed_page_rank()
81 local_sum, sum, std::plus<double>(), 0); in test_distributed_page_rank()