Home
last modified time | relevance | path

Searched defs:Edge (Results 1 – 25 of 155) sorted by relevance

1234567

/external/rust/crates/plotters-backend/src/rasterizer/
Dpolygon.rs6 struct Edge { struct
13 impl Edge { argument
14 fn horizontal_sweep(mut from: BackendCoord, mut to: BackendCoord) -> Option<Edge> { in horizontal_sweep()
31 fn vertical_sweep(from: BackendCoord, to: BackendCoord) -> Option<Edge> { in vertical_sweep()
50 impl PartialOrd for Edge { implementation
56 impl PartialEq for Edge { implementation
62 impl Eq for Edge {} implementation
64 impl Ord for Edge { implementation
/external/skia/src/gpu/
DGrTriangulator.h375 struct GrTriangulator::Edge { struct
376 Edge(Vertex* top, Vertex* bottom, int winding, EdgeType type) in Edge() function
400 EdgeType fType; argument
401 Edge* fLeft; // The linked list of edges in the active edge list. argument
402 Edge* fRight; // " argument
403 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above". argument
404 Edge* fNextEdgeAbove; // " argument
405 Edge* fPrevEdgeBelow; // The linked list of edges in the top Vertex's "edges below". argument
406 Edge* fNextEdgeBelow; // " argument
409 Edge* fLeftPolyPrev; argument
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dpropagator.h33 struct Edge { struct
34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() argument
40 bool operator<(const Edge& o) const { argument
/external/deqp-deps/SPIRV-Tools/source/opt/
Dpropagator.h33 struct Edge { struct
34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() function
40 bool operator<(const Edge& o) const { argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpropagator.h33 struct Edge { struct
34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() argument
40 bool operator<(const Edge& o) const { argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dmin_cost_flow_assignment.cc145 struct Edge { struct in tflite::gpu::__anon59e2908c0111::MinCostFlowSolver
146 Edge(size_t dst, int cap, int cost) : dst(dst), cap(cap), cost(cost) {} in Edge() argument
148 size_t dst;
149 int cap;
150 int cost;
/external/skia/src/core/
DSkRegion_path.cpp391 struct Edge { struct
402 Edge* fNext; argument
419 static void find_link(Edge* base, Edge* stop) { in find_link() argument
/external/skqp/src/core/
DSkRegion_path.cpp392 struct Edge { struct
403 Edge* fNext; argument
420 static void find_link(Edge* base, Edge* stop) { in find_link() argument
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/
DREADME.md293 ### Compile the binary
307 ### Sign the binary
349 ### Flash the binary
/external/llvm-project/lld/MachO/
DExportTrie.cpp53 struct Edge { struct
54 Edge(StringRef s, TrieNode *node) : substring(s), child(node) {} in Edge() function
56 StringRef substring;
57 struct TrieNode *child;
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DEdge.java27 public abstract class Edge { class
31 protected Edge(NodeId fromId, NodeId toId) { in Edge() method in Edge
/external/tensorflow/tensorflow/core/grappler/
Dgraph_view.h96 struct Edge { struct
97 Edge(OutputPort s, InputPort d) : src(s), dst(d) {} in Edge() argument
104 friend H AbslHashValue(H h, const Edge& e) { in AbslHashValue() argument
108 OutputPort src;
109 InputPort dst;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_util.cc86 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in PropagateFromStackOrTensorArraySourceOp()
102 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in PropagateFromArgOp()
137 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in UpdateResourceUsageFromFunctionBodyAnalysis()
186 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in PropagateThroughCallOp()
229 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in PropagateThroughIdentityOp()
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/
DREADME.md468 ### Compile the binary
483 ### Sign the binary
525 ### Flash the binary
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h390 struct Edge { struct
404 Edge edges_[BV::kSize * 32]; argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h396 struct Edge { struct
410 Edge edges_[BV::kSize * 32]; argument
/external/rust/crates/bindgen/src/ir/
Dtraversal.rs15 pub struct Edge { struct
17 kind: EdgeKind, argument
20 impl Edge { impl
22 pub fn new(to: ItemId, kind: EdgeKind) -> Edge { in new()
27 impl Into<ItemId> for Edge { implementation
/external/skqp/src/gpu/
DGrTessellator.cpp340 struct Edge { struct
341 enum class Type { kInner, kOuter, kConnector };
342 Edge(Vertex* top, Vertex* bottom, int winding, Type type) in Edge() argument
365 int fWinding; // 1 == edge goes downward; -1 = edge goes upward.
366 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt).
367 Vertex* fBottom; // The bottom vertex in vertex-sort-order.
368 Type fType;
369 Edge* fLeft; // The linked list of edges in the active edge list.
370 Edge* fRight; // "
371 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above".
[all …]
/external/llvm-project/llvm/lib/Support/
DSuffixTree.cpp42 unsigned StartIdx, unsigned Edge) { in insertLeaf()
55 unsigned EndIdx, unsigned Edge) { in insertInternalNode()
/external/llvm-project/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp51 auto GetCallSiteRelFreq = [](FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts()
74 auto GetProfileCount = [&](ValueInfo V, FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp51 auto GetCallSiteRelFreq = [](FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts()
74 auto GetProfileCount = [&](ValueInfo V, FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp215 struct Edge { struct
218 const BasicBlock *SrcBB;
219 const BasicBlock *DestBB;
220 uint64_t Weight;
221 BasicBlock *Place = nullptr;
222 uint32_t SrcNumber, DstNumber;
223 bool InMST = false;
224 bool Removed = false;
225 bool IsCritical = false;
227 Edge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in Edge() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp269 struct Edge { struct
270 uint64_t SrcMod;
271 int Hotness;
272 GlobalValue::GUID Src;
273 GlobalValue::GUID Dst;
/external/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp342 struct Edge { struct
343 uint64_t SrcMod;
344 int Hotness;
345 GlobalValue::GUID Src;
346 GlobalValue::GUID Dst;
/external/llvm-project/lld/ELF/
DCallGraphSort.cpp55 struct Edge { struct
56 int from;
57 uint64_t weight;

1234567