/external/libvpx/libvpx/vp8/common/ |
D | quant_common.c | 39 int vp8_dc_quant(int QIndex, int Delta) in vp8_dc_quant() argument 43 QIndex = QIndex + Delta; in vp8_dc_quant() 54 int vp8_dc2quant(int QIndex, int Delta) in vp8_dc2quant() argument 58 QIndex = QIndex + Delta; in vp8_dc2quant() 69 int vp8_dc_uv_quant(int QIndex, int Delta) in vp8_dc_uv_quant() argument 73 QIndex = QIndex + Delta; in vp8_dc_uv_quant() 101 int vp8_ac2quant(int QIndex, int Delta) in vp8_ac2quant() argument 105 QIndex = QIndex + Delta; in vp8_ac2quant() 122 int vp8_ac_uv_quant(int QIndex, int Delta) in vp8_ac_uv_quant() argument 126 QIndex = QIndex + Delta; in vp8_ac_uv_quant()
|
D | quant_common.h | 24 extern int vp8_dc_quant(int QIndex, int Delta); 25 extern int vp8_dc2quant(int QIndex, int Delta); 26 extern int vp8_ac2quant(int QIndex, int Delta); 27 extern int vp8_dc_uv_quant(int QIndex, int Delta); 28 extern int vp8_ac_uv_quant(int QIndex, int Delta);
|
/external/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 41 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/lib/CodeGen/ |
D | RegisterPressure.cpp | 653 RegPressureDelta &Delta, in computeExcessPressureDelta() argument 656 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 677 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 678 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta() 694 RegPressureDelta &Delta) { in computeMaxPressureDelta() argument 695 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta() 696 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta() 705 if (!Delta.CriticalMax.isValid()) { in computeMaxPressureDelta() 712 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta() 713 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta() [all …]
|
D | InterferenceCache.h | 109 void addRef(int Delta) { RefCount += Delta; } in addRef() argument
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 971 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 974 return Delta->isZero(); in isKnownPredicate() 976 return SE->isKnownNonZero(Delta); in isKnownPredicate() 978 return SE->isKnownNonNegative(Delta); in isKnownPredicate() 980 return SE->isKnownNonPositive(Delta); in isKnownPredicate() 982 return SE->isKnownPositive(Delta); in isKnownPredicate() 984 return SE->isKnownNegative(Delta); in isKnownPredicate() 1095 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1096 DEBUG(dbgs() << "\t Delta = " << *Delta); in strongSIVtest() 1097 DEBUG(dbgs() << ", " << *Delta->getType() << "\n"); in strongSIVtest() [all …]
|
/external/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 44 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/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 308 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()), in MergedReplacement() 309 Offset(R.getOffset() + (MergeSecond ? 0 : Delta)), Length(R.getLength()), in MergedReplacement() 311 Delta += MergeSecond ? 0 : Text.size() - Length; in MergedReplacement() 320 unsigned REnd = R.getOffset() + Delta + R.getLength(); in merge() 327 StringRef Head = TextRef.substr(0, R.getOffset() + Delta - Offset); in merge() 330 Delta += R.getReplacementText().size() - R.getLength(); in merge() 350 return Offset + Text.size() < R.getOffset() + Delta; in endsBefore() 364 int Delta; member in clang::tooling::__anonbfe219540311::MergedReplacement 387 int Delta = 0; in mergeReplacements() local 398 FirstI->getOffset() < SecondI->getOffset() + Delta); in mergeReplacements() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 375 RegPressureDelta &Delta, 381 RegPressureDelta &Delta, 390 RegPressureDelta &Delta, 398 RegPressureDelta &Delta, 402 return getMaxDownwardPressureDelta(MI, Delta, CriticalPSets, 406 return getMaxUpwardPressureDelta(MI, nullptr, Delta, CriticalPSets,
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 107 RawMatrix Delta(YLen, ZLen); in applyR2() 118 Delta[i][j] = Min; in applyR2() 131 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2() 135 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2() 137 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 116 public Delta delta(AllocationStats baseline) { in delta() 117 return new Delta( in delta() 178 static final class Delta { class in AllocationStats 185 Delta( in Delta() method in AllocationStats.Delta
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | color_space.inl | 75 float Delta = Max - Min; local 81 hsv.y = Delta / hsv.z; 86 h = static_cast<T>(0) + T(60) * (rgbColor.g - rgbColor.b) / Delta; 89 h = static_cast<T>(120) + T(60) * (rgbColor.b - rgbColor.r) / Delta; 92 h = static_cast<T>(240) + T(60) * (rgbColor.r - rgbColor.g) / Delta;
|
/external/lzma/CPP/7zip/Compress/ |
D | DeltaFilter.cpp | 116 CREATE_CODEC(Delta) 122 METHOD_ITEM(Delta, 3, L"Delta") 125 REGISTER_CODECS(Delta)
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 45 determine a correction :math:`\Delta x` to the vector :math:`x`. For 47 the linearization :math:`F(x+\Delta x) \approx F(x) + J(x)\Delta x`, 50 .. math:: \min_{\Delta x} \frac{1}{2}\|J(x)\Delta x + F(x)\|^2 54 updating :math:`x \leftarrow x+ \Delta x` leads to an algorithm that 56 the size of the step :math:`\Delta x`. Depending on how the size of 57 the step :math:`\Delta x` is controlled, non-linear optimization 92 \arg \min_{\Delta x}& \frac{1}{2}\|J(x)\Delta x + F(x)\|^2 \\ 93 \text{such that} &\|D(x)\Delta x\|^2 \le \mu\\ 94 &L \le x + \Delta x \le U. 96 3. :math:`\rho = \frac{\displaystyle \|F(x + \Delta x)\|^2 - [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 974 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 975 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation() 979 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 980 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation() 984 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 985 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation() 1010 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1011 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation() 1029 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1030 assert(int16_t(Delta / 2) * 2 == Delta && "R_390_PC16DBL overflow"); in resolveSystemZRelocation() [all …]
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshglob.c | 504 FT_Pos Delta; in psh_blues_scale_zones() local 507 Delta = zone1->org_ref - zone2->org_ref; in psh_blues_scale_zones() 508 if ( Delta < 0 ) in psh_blues_scale_zones() 509 Delta = -Delta; in psh_blues_scale_zones() 511 if ( FT_MulFix( Delta, scale ) < 64 ) in psh_blues_scale_zones()
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 504 FT_Pos Delta; in psh_blues_scale_zones() local 507 Delta = zone1->org_ref - zone2->org_ref; in psh_blues_scale_zones() 508 if ( Delta < 0 ) in psh_blues_scale_zones() 509 Delta = -Delta; in psh_blues_scale_zones() 511 if ( FT_MulFix( Delta, scale ) < 64 ) in psh_blues_scale_zones()
|
/external/clang/test/OpenMP/ |
D | for_simd_codegen.cpp | 445 IterDouble operator + (int Delta) { in operator +() argument 447 re.Ptr = Ptr + Delta; in operator +()
|
D | parallel_for_simd_codegen.cpp | 403 IterDouble operator + (int Delta) { in operator +() argument 405 re.Ptr = Ptr + Delta; in operator +()
|
D | simd_codegen.cpp | 312 IterDouble operator + (int Delta) { in operator +() argument 314 re.Ptr = Ptr + Delta; in operator +()
|
/external/clang/include/clang/Rewrite/Core/ |
D | DeltaTree.h | 46 void AddDelta(unsigned FileIndex, int Delta);
|
/external/clang/test/Analysis/ |
D | unused-ivars.m | 3 //===--- BEGIN: Delta-debugging reduced headers. --------------------------===// 14 //===--- END: Delta-debugging reduced headers. ----------------------------===//
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 78 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local 79 Value -= FinalAddress + Delta; in resolveRelocation()
|
/external/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 60 changeset_ty Delta(const changeset_ty &Changes,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 357 int64_t Delta = -int64_t(StackSize); in emitPrologue() local 358 emitIncrement(MBB, MBBI, DL, SystemZ::R15D, Delta, ZII); in emitPrologue() 362 MCCFIInstruction::createDefCfaOffset(nullptr, SPOffsetFromCFA + Delta)); in emitPrologue() 365 SPOffsetFromCFA += Delta; in emitPrologue()
|