Home
last modified time | relevance | path

Searched defs:Intersection (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.cc31 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/
DFieldMaskTest.cs197 public void Intersection() in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMaskTest
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp91 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local
277 auto Intersection = intersect(WriteInterval, CachedInterval); in writeBytes() local
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs305 public FieldMask Intersection(FieldMask additionalMask) in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMask
/external/vixl/src/aarch64/
Doperands-aarch64.cc104 CPURegList CPURegList::Intersection(const CPURegList& list_1, in Intersection() function in vixl::aarch64::CPURegList
111 CPURegList CPURegList::Intersection(const CPURegList& list_1, in Intersection() function in vixl::aarch64::CPURegList
Doperands-aarch64.h651 static CPURegList Intersection(const CPURegList& list_1, in Intersection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp136 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local
298 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp145 SmallBitVector Intersection(RegSize, false); in AddMachineRegPiece() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc127 TEST(TensorSliceTest, Intersection) { in TEST() argument
/external/v4l2_codec2/accel/
Dvideo_frame.cc39 Rect Intersection(Rect a, const Rect& b) { in Intersection() function
/external/vixl/src/aarch32/
Dinstructions-aarch32.h598 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/
DCodeGenRegisters.cpp1668 std::set<unsigned> Intersection; in computeRegUnitSets() local
1881 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp1868 std::set<unsigned> Intersection; in computeRegUnitSets() local
2080 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1728 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp3536 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local
3873 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
DValueTracking.cpp5009 ConstantRange Intersection = DomCR.intersectWith(CR); in isImpliedCondMatchingImmOperands() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3476 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local
3838 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
DValueTracking.cpp4089 ConstantRange Intersection = DomCR.intersectWith(CR); in isImpliedCondMatchingImmOperands() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3348 ConstantRange Intersection = DominatingCR.intersectWith(CR); in visitICmpInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1389 ConstantRange Intersection = DominatingCR.intersectWith(CR); in foldICmpWithConstant() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp210 if (auto *Intersection = dyn_cast<BinaryOperator>(VL[0])) { in propagateIRFlags() local