/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/ |
D | image_metrics.cc | 31 float Box2D::Intersection(const Box2D::Interval& a, const Box2D::Interval& b) { in Intersection() function in tflite::evaluation::image::Box2D 37 float Box2D::Intersection(const Box2D& other) const { in Intersection() function in tflite::evaluation::image::Box2D
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | FieldMaskTest.cs | 197 public void Intersection() in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMaskTest
|
/external/rust/crates/hashlink/src/ |
D | linked_hash_set.rs | 453 pub struct Intersection<'a, T, S> { struct 454 iter: Iter<'a, T>, 455 other: &'a LinkedHashSet<T, S>, 577 impl<'a, T, S> Clone for Intersection<'a, T, S> { implementation 587 impl<'a, T, S> Iterator for Intersection<'a, T, S> implementation 615 impl<'a, T, S> fmt::Debug for Intersection<'a, T, S> implementation
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.cc | 99 CPURegList CPURegList::Intersection(const CPURegList& list_1, in Intersection() function in vixl::aarch64::CPURegList 106 CPURegList CPURegList::Intersection(const CPURegList& list_1, in Intersection() function in vixl::aarch64::CPURegList
|
D | operands-aarch64.h | 167 static CPURegList Intersection(const CPURegList& list_1, in Intersection() function
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.cpp | 91 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local 277 auto Intersection = intersect(WriteInterval, CachedInterval); in writeBytes() local
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMaskPartial.cs | 305 public FieldMask Intersection(FieldMask additionalMask) in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMask
|
/external/rust/crates/hashbrown/src/ |
D | set.rs | 1380 pub struct Intersection<'a, T, S, A: Allocator + Clone = Global> { struct 1382 iter: Iter<'a, T>, 1384 other: &'a HashSet<T, S, A>, 1599 impl<T, S, A: Allocator + Clone> Clone for Intersection<'_, T, S, A> { implementation 1609 impl<'a, T, S, A> Iterator for Intersection<'a, T, S, A> implementation 1634 impl<T, S, A> fmt::Debug for Intersection<'_, T, S, A> implementation 1645 impl<T, S, A> FusedIterator for Intersection<'_, T, S, A> implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 135 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local 297 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 145 SmallBitVector Intersection(RegSize, false); in AddMachineRegPiece() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice_test.cc | 129 TEST(TensorSliceTest, Intersection) { in TEST() argument
|
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 10 Intersection = namedtuple("Intersection", ["pt", "t1", "t2"]) variable
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.h | 598 static VRegisterList Intersection(const VRegisterList& list_1, in Intersection() function 602 static VRegisterList Intersection(const VRegisterList& list_1, in Intersection() function 607 static VRegisterList Intersection(const VRegisterList& list_1, in Intersection() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1668 std::set<unsigned> Intersection; in computeRegUnitSets() local 1881 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 995 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 571 SmallVector<Metadata *, 4> Intersection; in intersectAccessGroups() local
|
D | DependenceAnalysis.cpp | 3560 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local 3895 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
|
D | ValueTracking.cpp | 5436 ConstantRange Intersection = DomCR.intersectWith(CR); in isImpliedCondMatchingImmOperands() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3476 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local 3838 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
|
D | ValueTracking.cpp | 4089 ConstantRange Intersection = DomCR.intersectWith(CR); in isImpliedCondMatchingImmOperands() local
|
/external/rust/crates/regex-syntax/src/ast/ |
D | mod.rs | 1082 Intersection, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1114 std::set<Value *> Intersection; in shouldSplit() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3348 ConstantRange Intersection = DominatingCR.intersectWith(CR); in visitICmpInst() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 210 if (auto *Intersection = dyn_cast<BinaryOperator>(VL[0])) { in propagateIRFlags() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1501 ConstantRange Intersection = DominatingCR.intersectWith(CR); in foldICmpWithDominatingICmp() local
|