Home
last modified time | relevance | path

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

/third_party/boost/libs/graph_parallel/test/
Dalgorithm_performance.cpp360 seqGraph; in test_csr() typedef
362 seqGraph sg(edges_are_sorted, in test_csr()
363 sorted_rmat_iterator<RandomGenerator, seqGraph>(gen, N, M, a, b, c, d), in test_csr()
364 sorted_rmat_iterator<RandomGenerator, seqGraph>(), in test_csr()
396 seqGraph; in test_csr() typedef
398 seqGraph sg(edges_are_sorted, in test_csr()
399 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(gen, N, M, a, b, c, d), in test_csr()
400 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(), in test_csr()
431 seqGraph; in test_csr() typedef
433 seqGraph sg(edges_are_sorted, in test_csr()
[all …]
Dssca.cpp600 seqGraph; in run_non_distributed_graph_tests() typedef
607 property<edge_weight_t, int> > seqGraph; in run_non_distributed_graph_tests()
619 seqGraph sg(edges_are_sorted, in run_non_distributed_graph_tests()
620 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(gen, n, m, a, b, c, d), in run_non_distributed_graph_tests()
621 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(), in run_non_distributed_graph_tests()
625 seqGraph sg(unique_rmat_iterator<RandomGenerator, seqGraph>(gen, n, m, a, b, c, d), in run_non_distributed_graph_tests()
626 unique_rmat_iterator<RandomGenerator, seqGraph>(), in run_non_distributed_graph_tests()
644 BGL_FORALL_VERTICES_T(v, sg, seqGraph) { in run_non_distributed_graph_tests()
657 std::vector<graph_traits<seqGraph>::edge_descriptor> seqS; in run_non_distributed_graph_tests()
686 … ref_property_map<graph_traits<seqGraph>::edge_descriptor, weight_t>(unit_weight), in run_non_distributed_graph_tests()
[all …]
Ddistributed_betweenness_centrality_test.cpp119 seqGraph; in test_main() typedef
128 property<edge_weight_t, int> > seqGraph; in test_main() typedef
151 seqGraph sg( in test_main()
192 typedef property_map<seqGraph, vertex_index_t>::const_type seqIndexMap; in test_main()
266 typedef graph_traits<seqGraph>::vertex_iterator vertex_iterator; in test_main()