/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 | 626 RegPressureDelta &Delta, in computeExcessPressureDelta() argument 629 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 651 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 652 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta() 668 RegPressureDelta &Delta) { in computeMaxPressureDelta() argument 669 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta() 670 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta() 679 if (!Delta.CriticalMax.isValid()) { in computeMaxPressureDelta() 686 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta() 687 Delta.CriticalMax.setUnitInc(PDiff); in computeMaxPressureDelta() [all …]
|
D | InterferenceCache.h | 109 void addRef(int Delta) { RefCount += Delta; } in addRef() argument
|
D | EarlyIfConversion.cpp | 667 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles() argument 668 if (Delta < 0 && Cyc + Delta > Cyc) in adjCycles() 670 return Cyc + Delta; in adjCycles()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 922 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 925 return Delta->isZero(); in isKnownPredicate() 927 return SE->isKnownNonZero(Delta); in isKnownPredicate() 929 return SE->isKnownNonNegative(Delta); in isKnownPredicate() 931 return SE->isKnownNonPositive(Delta); in isKnownPredicate() 933 return SE->isKnownPositive(Delta); in isKnownPredicate() 935 return SE->isKnownNegative(Delta); in isKnownPredicate() 1044 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1045 DEBUG(dbgs() << "\t Delta = " << *Delta); in strongSIVtest() 1046 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/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 351 RegPressureDelta &Delta, 357 RegPressureDelta &Delta, 366 RegPressureDelta &Delta, 374 RegPressureDelta &Delta, 378 return getMaxDownwardPressureDelta(MI, Delta, CriticalPSets, 382 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/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 745 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 746 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation() 750 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 751 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation() 755 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 756 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation() 781 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 782 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation() 800 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); in resolveSystemZRelocation() local 801 assert(int16_t(Delta / 2) * 2 == Delta && "R_390_PC16DBL overflow"); in resolveSystemZRelocation() [all …]
|
/external/lzma/CPP/7zip/Compress/ |
D | DeltaFilter.cpp | 103 CREATE_CODEC(Delta) 109 METHOD_ITEM(Delta, 3, L"Delta") 112 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 …]
|
D | modeling.rst | 1072 :math:`\Delta x` in the tangent space at the point on the sphere 1073 point and then "move" to the point :math:`x + \Delta x`, where the 1080 .. math:: x' = \boxplus(x, \Delta x), 1082 where :math:`x'` has the same size as :math:`x`, and :math:`\Delta 1091 :math:`\Delta x` at :math:`\Delta x = 0`. 1102 that :math:`\Delta x` lives in. 1106 :func:`LocalParameterization::Plus` implements :math:`\boxplus(x,\Delta x)`. 1112 ….. math:: J = \left . \frac{\partial }{\partial \Delta x} \boxplus(x,\Delta x)\right|_{\Delta x = … 1121 A trivial version of :math:`\boxplus` is when :math:`\Delta x` is 1124 .. math:: \boxplus(x, \Delta x) = x + \Delta x [all …]
|
/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/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/clang/test/OpenMP/ |
D | simd_codegen.cpp | 310 IterDouble operator + (int Delta) { in operator +() argument 312 re.Ptr = Ptr + Delta; in operator +()
|
/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 | 79 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local 80 Value -= FinalAddress + Delta; in resolveRelocation()
|
/external/clang/include/clang/Rewrite/Core/ |
D | DeltaTree.h | 46 void AddDelta(unsigned FileIndex, int Delta);
|
/external/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 60 changeset_ty Delta(const changeset_ty &Changes,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 351 int64_t Delta = -int64_t(StackSize); in emitPrologue() local 352 emitIncrement(MBB, MBBI, DL, SystemZ::R15D, Delta, ZII); in emitPrologue() 356 MCCFIInstruction::createDefCfaOffset(nullptr, SPOffsetFromCFA + Delta)); in emitPrologue() 359 SPOffsetFromCFA += Delta; in emitPrologue()
|
/external/skia/src/core/ |
D | SkDeviceLooper.h | 84 enum Delta { enum
|
/external/valgrind/docs/internals/ |
D | arm_thumb_notes_gdbserver.txt | 40 current one (which is to have a field Delta in IstMark which encodes 87 * the final solution implemented was to add a Delta fied in IstMark. 88 This Delta field gives the delta to add to the IstMark addr field
|
/external/e2fsprogs/lib/et/test_cases/ |
D | simple.et | 28 "Delta-T too big"
|