Home
last modified time | relevance | path

Searched defs:edges (Results 1 – 25 of 178) sorted by relevance

12345678

/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable()
67 static void PrintEdges(Edges *edges) { in PrintEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
176 static int RandomEdge(RandomEngine* rng, Edges *edges) { in RandomEdge()
182 static int EdgeIndex(Edges *edges, int from, int to) { in EdgeIndex()
194 Edges edges; // from, to in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable()
67 static void PrintEdges(Edges *edges) { in PrintEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
176 static int RandomEdge(RandomEngine* rng, Edges *edges) { in RandomEdge()
182 static int EdgeIndex(Edges *edges, int from, int to) { in EdgeIndex()
194 Edges edges; // from, to in TEST() local
/third_party/boost/libs/mpi/src/
Dgraph_communicator.cpp51 edges(const graph_communicator& comm) in edges() function
57 shared_array<int> edges(new int[nedges]); in edges() local
/third_party/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp40 SkScalar edges[3 * kMaxEdges]; in Make() local
148 const float edges[]) in GrConvexPolyEffect()
192 SkScalar edges[kMaxEdges * 3]; in TestCreate() local
DGrConvexPolyEffect.h42 const float edges[]) { in Make()
/third_party/boost/libs/graph/test/
Dstoer_wagner_test.cpp60 edge_t edges[] = { { 0, 1 }, { 1, 2 }, { 2, 3 }, { 0, 4 }, { 1, 4 }, in BOOST_AUTO_TEST_CASE() local
96 edge_t edges[] = { { 0, 1 }, { 1, 2 }, { 1, 2 }, { 2, 0 } }; in BOOST_AUTO_TEST_CASE() local
120 edge_t edges[] = { { 5, 2 }, { 0, 6 }, { 5, 6 }, { 3, 1 }, { 0, 1 }, in BOOST_AUTO_TEST_CASE() local
143 edge_t edges[] = { { 3, 4 }, { 3, 6 }, { 3, 5 }, { 0, 4 }, { 0, 1 }, in BOOST_AUTO_TEST_CASE() local
173 edge_t edges[] = { { 0, 1 }, { 1, 2 }, { 2, 3 }, { 0, 4 }, { 1, 4 }, in BOOST_AUTO_TEST_CASE() local
/third_party/flutter/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp118 SkScalar edges[3 * kMaxEdges]; in Make() local
183 GrConvexPolyEffect::GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]) in GrConvexPolyEffect()
222 SkScalar edges[kMaxEdges * 3]; in TestCreate() local
DGrConvexPolyEffect.h42 const SkScalar edges[]) { in Make()
/third_party/boost/libs/yap/example/autodiff_library/
DEdgeSet.h29 std::list<Edge> edges; variable
/third_party/boost/boost/graph/detail/
Dadj_list_edge_iterator.hpp122 std::pair< OutEdgeIterator, OutEdgeIterator > edges; member in boost::detail::adj_list_edge_iterator
124 boost::optional< std::pair< OutEdgeIterator, OutEdgeIterator > > edges; member in boost::detail::adj_list_edge_iterator
/third_party/boost/libs/graph/example/
Dremove_edge_if_dir.cpp44 Edge edges[6] = { Edge(0, 3), Edge(0, 2), Edge(0, 3), Edge(1, 3), in main() local
Dedge_coloring.cpp44 Pair edges[14] = { Pair(0, 3), // a-d in main() local
Dstoer_wagner.cpp38 edge_t edges[] = { { 3, 4 }, { 3, 6 }, { 3, 5 }, { 0, 4 }, { 0, 1 }, in main() local
Dtopo_sort.cpp46 Pair edges[6] = { Pair(0, 1), Pair(2, 4), Pair(2, 5), Pair(0, 3), in main() local
Dprim-example.cpp21 E edges[] in main() local
Dcopy-example.cpp40 E edges[] = { E(a, c), E(a, d), E(b, a), E(b, d), E(c, f), E(d, c), E(d, e), in main() local
Dbellman-ford-internet.cpp32 Edge edges[] = { Edge(A, B), Edge(A, C), Edge(B, D), Edge(B, E), Edge(C, E), in main() local
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dgraphviz.py45 def WriteGraph(edges): argument
/third_party/node/tools/gyp/tools/
Dgraphviz.py45 def WriteGraph(edges): argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcontrol_dependence.cpp177 std::vector<ControlDependence> edges; in TEST() local
278 std::vector<ControlDependence> edges; in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcontrol_dependence.cpp177 std::vector<ControlDependence> edges; in TEST() local
278 std::vector<ControlDependence> edges; in TEST() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dcanny.cc130 static void NonMaximumSuppression(const LiteMat &gx, const LiteMat &gy, LiteMat &edges, bool L2grad… in NonMaximumSuppression()
190 static void Hysteresis(const LiteMat &edges, uint8_t *dst, double low_thresh, double high_thresh) { in Hysteresis()
267 LiteMat edges; in Canny() local
/third_party/mesa3d/src/util/
Ddag.h45 struct util_dynarray edges; member
/third_party/boost/boost/msm/mpl_graph/
Dmpl_graph.hpp101 struct edges : struct
/third_party/boost/boost/graph/
Dssca_graph_generator.hpp106 int edges; in operator ++() local
139 int edges = num_parallel_edges(*gen); in operator ++() local

12345678