Home
last modified time | relevance | path

Searched refs:Overlap (Results 1 – 25 of 57) sorted by relevance

123

/external/clang/utils/valgrind/
Dx86_64-pc-linux-gnu_gcc-4.3.3.supp3 Memcheck:Overlap
11 Memcheck:Overlap
19 Memcheck:Overlap
/external/llvm-project/clang/utils/valgrind/
Dx86_64-pc-linux-gnu_gcc-4.3.3.supp3 Memcheck:Overlap
11 Memcheck:Overlap
19 Memcheck:Overlap
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp503 OverlapStats &Overlap, in overlap() argument
515 Overlap.Base.ValueCounts[ValueKind], in overlap()
516 Overlap.Test.ValueCounts[ValueKind]); in overlap()
527 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap()
528 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; in overlap()
534 OverlapStats &Overlap, in overlapValueProfData() argument
546 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap, in overlapValueProfData()
550 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap() argument
570 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlap()
576 overlapValueProfData(Kind, Other, Overlap, FuncLevelOverlap); in overlap()
[all …]
DInstrProfWriter.cpp191 OverlapStats &Overlap, in overlapRecord() argument
198 Overlap.addOneUnique(FuncLevelOverlap.Test); in overlapRecord()
202 Overlap.Overlap.NumEntries += 1; in overlapRecord()
211 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlapRecord()
221 Dest.overlap(Other, Overlap, FuncLevelOverlap, ValueCutoff); in overlapRecord()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp507 OverlapStats &Overlap, in overlap() argument
519 Overlap.Base.ValueCounts[ValueKind], in overlap()
520 Overlap.Test.ValueCounts[ValueKind]); in overlap()
531 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap()
532 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; in overlap()
538 OverlapStats &Overlap, in overlapValueProfData() argument
550 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap, in overlapValueProfData()
554 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap() argument
574 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlap()
580 overlapValueProfData(Kind, Other, Overlap, FuncLevelOverlap); in overlap()
[all …]
DInstrProfWriter.cpp192 OverlapStats &Overlap, in overlapRecord() argument
199 Overlap.addOneUnique(FuncLevelOverlap.Test); in overlapRecord()
203 Overlap.Overlap.NumEntries += 1; in overlapRecord()
212 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlapRecord()
222 Dest.overlap(Other, Overlap, FuncLevelOverlap, ValueCutoff); in overlapRecord()
/external/llvm-project/llvm/include/llvm/ADT/
DCoalescingBitVector.h182 for (IntervalT Overlap : Overlaps) variable
183 insert(Overlap.first, Overlap.second);
196 for (IntervalT Overlap : Overlaps) { in intersectWithComplement() local
198 std::tie(OlapStart, OlapStop) = Overlap; in intersectWithComplement()
415 for (IntervalT Overlap : Overlaps) { in getNonOverlappingParts() local
417 std::tie(OlapStart, OlapStop) = Overlap; in getNonOverlappingParts()
/external/crosvm/devices/src/
Dbus.rs101 Overlap, enumerator
109 Overlap => write!(f, "new device overlaps with an old device"), in fmt()
215 return Err(Error::Overlap); in insert()
224 return Err(Error::Overlap); in insert()
232 return Err(Error::Overlap); in insert()
248 return Err(Error::Overlap); in insert_sync()
257 return Err(Error::Overlap); in insert_sync()
265 return Err(Error::Overlap); in insert_sync()
/external/dng_sdk/source/
Ddng_misc_opcodes.cpp204 dng_rect dng_area_spec::Overlap (const dng_rect &tile) const in Overlap() function in dng_area_spec
393 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
406 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
612 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
625 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
974 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
987 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
1180 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
1193 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
1360 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
[all …]
Ddng_gain_map.h194 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
Ddng_misc_opcodes.h146 dng_rect Overlap (const dng_rect &tile) const;
/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp96 auto Overlap = std::make_pair( in erase() local
100 if (Overlap.first != UnclaimedRanges.begin()) { in erase()
101 --Overlap.first; in erase()
103 if (Overlap.first->end() <= Claim.begin()) in erase()
104 ++Overlap.first; in erase()
106 if (Overlap.first == Overlap.second) in erase()
110 auto OutFirst = Out.insert(Out.end(), Overlap.first, Overlap.second); in erase()
125 UnclaimedRanges.erase(Overlap.first, Overlap.second); in erase()
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics_test.cc106 EXPECT_NEAR(0.25, a.Overlap(b), 1e-6); in TEST()
110 EXPECT_NEAR(0.0625, b.Overlap(a), 1e-6); in TEST()
Dimage_metrics.h49 float Overlap(const Box2D& other) const;
Dimage_metrics.cc54 float Box2D::Overlap(const Box2D& other) const { in Overlap() function in tflite::evaluation::image::Box2D
/external/llvm-project/llvm/test/tools/llvm-profdata/
Dsample-overlap.test64 ; OVERLAP2:Base weight Test weight Similarity Overlap Base unique Test unique Base sa…
89 ; OVERLAP3:Base weight Test weight Similarity Overlap Base unique Test unique Base sa…
114 ; OVERLAP4:Base weight Test weight Similarity Overlap Base unique Test unique Base sa…
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2018-005.md1 ## TFSA-2018-005: Old Snappy Library Usage Resulting in Memcpy Parameter Overlap
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h105 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
DInstrProf.h612 CountSumOrPercent Overlap; member
681 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
774 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
779 OverlapStats &Overlap,
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfWriter.h109 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
DInstrProf.h618 CountSumOrPercent Overlap; member
687 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
780 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
785 OverlapStats &Overlap,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1270 bool isDead = false, bool Overlap = false,
1277 bool Overlap = false,
1279 int Idx = findRegisterDefOperandIdx(Reg, isDead, Overlap, TRI);
1285 bool Overlap = false,
1288 Reg, isDead, Overlap, TRI);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1382 bool isDead = false, bool Overlap = false,
1389 bool Overlap = false,
1391 int Idx = findRegisterDefOperandIdx(Reg, isDead, Overlap, TRI);
1397 bool Overlap = false,
1400 Reg, isDead, Overlap, TRI);
/external/llvm-project/clang/lib/Tooling/Core/
DReplacement.cpp305 auto Overlap = [](const Replacement &R1, const Replacement &R2) -> bool { in add() local
311 if (!Overlap(R, *I)) { in add()
329 if (!Overlap(R, *I)) in add()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp202 OverlapStats &Overlap, in overlapInput() argument
219 WC->Writer.overlapRecord(std::move(I), Overlap, FuncOverlap, FuncFilter); in overlapInput()
930 OverlapStats Overlap; in overlapInstrProfile() local
931 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
934 if (Overlap.Base.CountSum < 1.0f) { in overlapInstrProfile()
938 if (Overlap.Test.CountSum < 1.0f) { in overlapInstrProfile()
943 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
945 Overlap.dump(OS); in overlapInstrProfile()

123