Home
last modified time | relevance | path

Searched refs:Delta (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/libvpx/libvpx/vp8/common/
Dquant_common.c37 int vp8_dc_quant(int QIndex, int Delta) { in vp8_dc_quant() argument
40 QIndex = QIndex + Delta; in vp8_dc_quant()
52 int vp8_dc2quant(int QIndex, int Delta) { in vp8_dc2quant() argument
55 QIndex = QIndex + Delta; in vp8_dc2quant()
66 int vp8_dc_uv_quant(int QIndex, int Delta) { in vp8_dc_uv_quant() argument
69 QIndex = QIndex + Delta; in vp8_dc_uv_quant()
97 int vp8_ac2quant(int QIndex, int Delta) { in vp8_ac2quant() argument
100 QIndex = QIndex + Delta; in vp8_ac2quant()
117 int vp8_ac_uv_quant(int QIndex, int Delta) { in vp8_ac_uv_quant() argument
120 QIndex = QIndex + Delta; in vp8_ac_uv_quant()
Dquant_common.h23 extern int vp8_dc_quant(int QIndex, int Delta);
24 extern int vp8_dc2quant(int QIndex, int Delta);
25 extern int vp8_ac2quant(int QIndex, int Delta);
26 extern int vp8_dc_uv_quant(int QIndex, int Delta);
27 extern int vp8_ac_uv_quant(int QIndex, int Delta);
/external/clang/lib/Rewrite/
DDeltaTree.cpp41 int Delta; member
44 SourceDelta Delta; in get() local
45 Delta.FileLoc = Loc; in get()
46 Delta.Delta = D; in get()
47 return Delta; in get()
106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
137 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; in DeltaTreeInteriorNode()
168 NewFullDelta += Values[i].Delta; in RecomputeFullDeltaLocally()
179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() argument
182 FullDelta += Delta; in DoInsertion()
[all …]
/external/llvm-project/clang/lib/Rewrite/
DDeltaTree.cpp43 int Delta; member
46 SourceDelta Delta; in get() local
47 Delta.FileLoc = Loc; in get()
48 Delta.Delta = D; in get()
49 return Delta; in get()
109 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
141 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; in DeltaTreeInteriorNode()
173 NewFullDelta += Values[i].Delta; in RecomputeFullDeltaLocally()
184 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() argument
187 FullDelta += Delta; in DoInsertion()
[all …]
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DPostingList.cpp132 bool encodeVByte(DocID Delta, llvm::MutableArrayRef<uint8_t> &Payload) { in encodeVByte() argument
133 assert(Delta != 0 && "0 is not a valid PostingList delta."); in encodeVByte()
136 unsigned Width = 1 + llvm::findLastSet(Delta) / BitsPerEncodingByte; in encodeVByte()
141 uint8_t Encoding = Delta & 0x7f; in encodeVByte()
142 Delta >>= 7; in encodeVByte()
143 Payload.front() = Delta ? Encoding | 0x80 : Encoding; in encodeVByte()
145 } while (Delta != 0); in encodeVByte()
208 DocID Delta; in decompress() local
209 for (DocID Current = Head; !Bytes.empty(); Current += Delta) { in decompress()
213 Delta = *MaybeDelta; in decompress()
[all …]
/external/llvm-project/llvm/test/Other/
Dsize-remarks.ll24 ; CGSCC-SAME: Delta: [[DELTA:-?[1-9][0-9]*]]
28 ; CGSCC-SAME: Delta: [[DELTAFN:-?[1-9][0-9]*]]
40 ; CGSCC-NEXT: - String: '; Delta: '
54 ; CGSCC-NEXT: - String: '; Delta: '
64 ; FUNC-SAME: Delta: [[DELTA1:-?[1-9][0-9]*]]
68 ; FUNC-SAME: Delta: [[DELTAFOO:-?[1-9][0-9]*]]
72 ; FUNC-SAME: Delta: [[DELTA2:-?[1-9][0-9]*]]
76 ; FUNC-SAME: Delta: [[DELTABAR:-?[1-9][0-9]*]]
88 ; FUNC-NEXT: - String: '; Delta: '
102 ; FUNC-NEXT: - String: '; Delta: '
[all …]
Dmachine-size-remarks.ll17 ; CHECK-SAME: to [[INIT:[1-9][0-9]*]]; Delta: [[INIT]]
21 ; CHECK-SAME: Delta: [[DELTA:-?[1-9][0-9]*]]
35 ; CHECK-NEXT: - String: '; Delta: '
36 ; CHECK-NEXT: - Delta: '[[INIT]]'
50 ; CHECK-NEXT: - String: '; Delta: '
51 ; CHECK-NEXT: - Delta: '[[DELTA]]'
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp919 RegPressureDelta &Delta, in computeExcessPressureDelta() argument
922 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
943 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
944 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
960 RegPressureDelta &Delta) { in computeMaxPressureDelta() argument
961 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
962 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
971 if (!Delta.CriticalMax.isValid()) { in computeMaxPressureDelta()
978 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
979 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp960 RegPressureDelta &Delta, in computeExcessPressureDelta() argument
963 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
984 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
985 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1001 RegPressureDelta &Delta) { in computeMaxPressureDelta() argument
1002 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
1003 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
1012 if (!Delta.CriticalMax.isValid()) { in computeMaxPressureDelta()
1019 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
1020 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta()
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DRegisterPressure.cpp962 RegPressureDelta &Delta, in computeExcessPressureDelta() argument
965 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
986 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
987 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1003 RegPressureDelta &Delta) { in computeMaxPressureDelta() argument
1004 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
1005 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
1014 if (!Delta.CriticalMax.isValid()) { in computeMaxPressureDelta()
1021 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
1022 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta()
[all …]
/external/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_controller.h261 auto Delta = TSC - LatestTSC; in functionEnter() local
265 mask(FuncId), Delta); in functionEnter()
287 auto Delta = TSC - LatestTSC; in functionTailExit() local
290 mask(FuncId), Delta); in functionTailExit()
300 auto Delta = TSC - LatestTSC; in functionEnterArg() local
307 mask(FuncId), Delta, Arg); in functionEnterArg()
325 auto Delta = TSC - LatestTSC; in functionExit() local
330 Delta); in functionExit()
340 auto Delta = TSC - LatestTSC; in customEvent() local
344 return W.writeCustomEvent(Delta, Event, EventSize); in customEvent()
[all …]
Dxray_fdr_log_writer.h129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) {
134 R.TSCDelta = Delta;
140 int32_t Delta, uint64_t Arg) {
149 R.TSCDelta = Delta;
167 bool writeCustomEvent(int32_t Delta, const void *Event, int32_t EventSize) {
175 EventSize, Delta);
192 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event,
198 EventSize, Delta, EventType);
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dcombined_test.cpp104 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) { in testAllocator() local
105 if (static_cast<scudo::sptr>(1U << SizeLog) + Delta <= 0) in testAllocator()
107 const scudo::uptr Size = (1U << SizeLog) + Delta; in testAllocator()
123 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in testAllocator() local
124 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in testAllocator()
138 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in testAllocator() local
139 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in testAllocator()
155 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in testAllocator() local
156 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in testAllocator()
212 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) { in testAllocator() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp989 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
992 return Delta->isZero(); in isKnownPredicate()
994 return SE->isKnownNonZero(Delta); in isKnownPredicate()
996 return SE->isKnownNonNegative(Delta); in isKnownPredicate()
998 return SE->isKnownNonPositive(Delta); in isKnownPredicate()
1000 return SE->isKnownPositive(Delta); in isKnownPredicate()
1002 return SE->isKnownNegative(Delta); in isKnownPredicate()
1158 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1159 LLVM_DEBUG(dbgs() << "\t Delta = " << *Delta); in strongSIVtest()
1160 LLVM_DEBUG(dbgs() << ", " << *Delta->getType() << "\n"); in strongSIVtest()
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp963 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
966 return Delta->isZero(); in isKnownPredicate()
968 return SE->isKnownNonZero(Delta); in isKnownPredicate()
970 return SE->isKnownNonNegative(Delta); in isKnownPredicate()
972 return SE->isKnownNonPositive(Delta); in isKnownPredicate()
974 return SE->isKnownPositive(Delta); in isKnownPredicate()
976 return SE->isKnownNegative(Delta); in isKnownPredicate()
1081 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1082 DEBUG(dbgs() << "\t Delta = " << *Delta); in strongSIVtest()
1083 DEBUG(dbgs() << ", " << *Delta->getType() << "\n"); in strongSIVtest()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp25 int64_t Delta; member
27 DeltaInfo(int64_t D, uint32_t C) : Delta(D), Count(C) {} in DeltaInfo()
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <() argument
31 return LHS.Delta < Delta; in operator <()
146 if (Pos != End && Pos->Delta == LineDelta) in encode()
168 const int64_t FirstDelta = DeltaInfos[I].Delta; in encode()
172 auto LineRange = DeltaInfos[J].Delta - FirstDelta; in encode()
183 MinLineDelta = DeltaInfos[BestIndex].Delta; in encode()
184 MaxLineDelta = DeltaInfos[BestEndIndex].Delta; in encode()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp25 int64_t Delta; member
27 DeltaInfo(int64_t D, uint32_t C) : Delta(D), Count(C) {} in DeltaInfo()
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <() argument
31 return LHS.Delta < Delta; in operator <()
146 if (Pos != End && Pos->Delta == LineDelta) in encode()
168 const int64_t FirstDelta = DeltaInfos[I].Delta; in encode()
172 auto LineRange = DeltaInfos[J].Delta - FirstDelta; in encode()
183 MinLineDelta = DeltaInfos[BestIndex].Delta; in encode()
184 MaxLineDelta = DeltaInfos[BestEndIndex].Delta; in encode()
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp991 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
994 return Delta->isZero(); in isKnownPredicate()
996 return SE->isKnownNonZero(Delta); in isKnownPredicate()
998 return SE->isKnownNonNegative(Delta); in isKnownPredicate()
1000 return SE->isKnownNonPositive(Delta); in isKnownPredicate()
1002 return SE->isKnownPositive(Delta); in isKnownPredicate()
1004 return SE->isKnownNegative(Delta); in isKnownPredicate()
1160 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1161 LLVM_DEBUG(dbgs() << "\t Delta = " << *Delta); in strongSIVtest()
1162 LLVM_DEBUG(dbgs() << ", " << *Delta->getType() << "\n"); in strongSIVtest()
[all …]
/external/scudo/standalone/tests/
Dcombined_test.cpp154 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) { in BasicTest() local
155 if (static_cast<scudo::sptr>(1U << SizeLog) + Delta <= 0) in BasicTest()
157 const scudo::uptr Size = (1U << SizeLog) + Delta; in BasicTest()
181 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local
182 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in SCUDO_TYPED_TEST()
199 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local
200 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in SCUDO_TYPED_TEST()
219 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local
220 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in SCUDO_TYPED_TEST()
289 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) { in SCUDO_TYPED_TEST() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
66 return Delta(Changes, SplitSets); in Delta()
79 Res = Delta(*it, Sets); in Search()
95 Res = Delta(Complement, ComplementSets); in Search()
113 return Delta(Changes, Sets); in Run()
/external/llvm-project/llvm/lib/Support/
DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
66 return Delta(Changes, SplitSets); in Delta()
79 Res = Delta(*it, Sets); in Search()
95 Res = Delta(Complement, ComplementSets); in Search()
113 return Delta(Changes, Sets); in Run()
/external/llvm/lib/Support/
DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
66 return Delta(Changes, SplitSets); in Delta()
79 Res = Delta(*it, Sets); in Search()
95 Res = Delta(Complement, ComplementSets); in Search()
113 return Delta(Changes, Sets); in Run()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmachine-outliner-size-info.mir14 # CHECK-SAME: Delta: [[FOODELTA:-?[1-9][0-9]*]]
17 # CHECK-SAME: 0 to [[OFUNCSIZE:[1-9][0-9]*]]; Delta: [[OFUNCSIZE]]
25 # CHECK-NEXT: - String: '; Delta: '
26 # CHECK-NEXT: - Delta: '[[FOODELTA]]'
40 # CHECK-NEXT: - String: '; Delta: '
41 # CHECK-NEXT: - Delta: '[[OFUNCSIZE]]'
/external/llvm-project/llvm/test/ThinLTO/X86/
Dpr35472.ll19 %struct.Delta = type { %struct.Charlie }
27 %Hotel = alloca %struct.Delta, align 4
29 …call void @llvm.dbg.declare(metadata %struct.Delta* %Hotel, metadata !10, metadata !DIExpression()…
44 define linkonce_odr void @_ZN5DeltaD2Ev(%struct.Delta* %this) unnamed_addr comdat align 2 !dbg !36 {
64 !11 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "Delta", file: !1, line: 6, size:…
86 !36 = distinct !DISubprogram(name: "~Delta", linkageName: "_ZN5DeltaD2Ev", scope: !11, file: !1, li…
90 !40 = !DISubprogram(name: "~Delta", scope: !11, type: !37, isLocal: false, isDefinition: false, fla…
103 ; struct Delta {
115 ; Delta Hotel;
/external/clang/lib/Tooling/Core/
DReplacement.cpp358 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()), in MergedReplacement()
359 Offset(R.getOffset() + (MergeSecond ? 0 : Delta)), Length(R.getLength()), in MergedReplacement()
361 Delta += MergeSecond ? 0 : Text.size() - Length; in MergedReplacement()
370 unsigned REnd = R.getOffset() + Delta + R.getLength(); in merge()
377 StringRef Head = TextRef.substr(0, R.getOffset() + Delta - Offset); in merge()
380 Delta += R.getReplacementText().size() - R.getLength(); in merge()
400 return Offset + Text.size() < R.getOffset() + Delta; in endsBefore()
414 int Delta; member in clang::tooling::__anon05d232b60411::MergedReplacement
446 int Delta = 0; in mergeReplacements() local
457 FirstI->getOffset() < SecondI->getOffset() + Delta); in mergeReplacements()
[all …]

1234567891011