| /external/rust/crates/plotters-backend/src/rasterizer/ |
| D | polygon.rs | 6 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/ |
| D | GrTriangulator.h | 375 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/ |
| D | propagator.h | 33 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/ |
| D | propagator.h | 33 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/ |
| D | propagator.h | 33 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/ |
| D | min_cost_flow_assignment.cc | 145 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/ |
| D | SkRegion_path.cpp | 391 struct Edge { struct 402 Edge* fNext; argument 419 static void find_link(Edge* base, Edge* stop) { in find_link() argument
|
| /external/skqp/src/core/ |
| D | SkRegion_path.cpp | 392 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/ |
| D | README.md | 293 ### Compile the binary 307 ### Sign the binary 349 ### Flash the binary
|
| /external/llvm-project/lld/MachO/ |
| D | ExportTrie.cpp | 53 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/ |
| D | Edge.java | 27 public abstract class Edge { class 31 protected Edge(NodeId fromId, NodeId toId) { in Edge() method in Edge
|
| /external/tensorflow/tensorflow/core/grappler/ |
| D | graph_view.h | 96 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/ |
| D | resource_util.cc | 86 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/ |
| D | README.md | 468 ### Compile the binary 483 ### Sign the binary 525 ### Flash the binary
|
| /external/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_deadlock_detector.h | 390 struct Edge { struct 404 Edge edges_[BV::kSize * 32]; argument
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_deadlock_detector.h | 396 struct Edge { struct 410 Edge edges_[BV::kSize * 32]; argument
|
| /external/rust/crates/bindgen/src/ir/ |
| D | traversal.rs | 15 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/ |
| D | GrTessellator.cpp | 340 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/ |
| D | SuffixTree.cpp | 42 unsigned StartIdx, unsigned Edge) { in insertLeaf() 55 unsigned EndIdx, unsigned Edge) { in insertInternalNode()
|
| /external/llvm-project/llvm/lib/LTO/ |
| D | SummaryBasedOptimizations.cpp | 51 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/ |
| D | SummaryBasedOptimizations.cpp | 51 auto GetCallSiteRelFreq = [](FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts() 74 auto GetProfileCount = [&](ValueInfo V, FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts()
|
| /external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | GCOVProfiling.cpp | 215 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/ |
| D | ModuleSummaryIndex.cpp | 269 struct Edge { struct 270 uint64_t SrcMod; 271 int Hotness; 272 GlobalValue::GUID Src; 273 GlobalValue::GUID Dst;
|
| /external/llvm-project/llvm/lib/IR/ |
| D | ModuleSummaryIndex.cpp | 342 struct Edge { struct 343 uint64_t SrcMod; 344 int Hotness; 345 GlobalValue::GUID Src; 346 GlobalValue::GUID Dst;
|
| /external/llvm-project/lld/ELF/ |
| D | CallGraphSort.cpp | 55 struct Edge { struct 56 int from; 57 uint64_t weight;
|