Home
last modified time | relevance | path

Searched defs:Delta (Results 1 – 25 of 99) sorted by relevance

1234

/external/libvpx/vp8/common/
Dquant_common.c37 int vp8_dc_quant(int QIndex, int Delta) { in vp8_dc_quant()
52 int vp8_dc2quant(int QIndex, int Delta) { in vp8_dc2quant()
66 int vp8_dc_uv_quant(int QIndex, int Delta) { in vp8_dc_uv_quant()
97 int vp8_ac2quant(int QIndex, int Delta) { in vp8_ac2quant()
117 int vp8_ac_uv_quant(int QIndex, int Delta) { in vp8_ac_uv_quant()
/external/clang/lib/Rewrite/
DDeltaTree.cpp41 int Delta; member
44 SourceDelta Delta; in get() local
179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()
451 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() local
92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock() local
DMachO_x86_64.cpp303 JITTargetAddress Delta = in addRelocations() local
495 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1)); in applyFixup() local
507 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1Anon)); in applyFixup() local
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java178 static final class Delta { class in AllocationStats
185 Delta( in Delta() method in AllocationStats.Delta
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_time_wait_list_manager.h252 int /*num_packets*/, QuicTime::Delta /*delta*/, in OnPacketReceivedForKnownConnection()
/external/tensorflow/tensorflow/core/lib/monitoring/
Dcell_reader.h148 ValueType CellReader<ValueType>::Delta(const LabelType&... labels) { in Delta() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset()
101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InsertPrefetch.cpp48 int64_t Delta; member
211 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp82 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
DRegisterPressure.cpp960 RegPressureDelta &Delta, in computeExcessPressureDelta()
1001 RegPressureDelta &Delta) { in computeMaxPressureDelta()
1094 RegPressureDelta &Delta, in getMaxUpwardPressureDelta()
1162 RegPressureDelta &Delta, in getUpwardPressureDelta()
1342 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp779 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
784 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
789 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
816 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
835 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
842 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
848 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
854 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
860 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp993 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
998 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
1003 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
1029 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
1048 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
1055 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
1061 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
1070 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp25 int64_t Delta; member
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp989 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
1158 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1291 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local
1407 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD()
1504 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local
1716 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local
1825 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local
1905 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local
2372 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local
2541 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp963 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
1081 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1214 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local
1330 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD()
1427 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local
1639 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local
1748 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local
1828 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local
2295 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local
2464 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local
[all …]
/external/llvm/lib/Support/
DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h237 int32_t Delta = 0; variable
264 int32_t Delta = 0; variable
375 uint32_t Delta = 0; variable
/external/webrtc/net/dcsctp/common/
Dsequence_numbers.h78 static int64_t Delta(WrappedType value, WrappedType prev_value) { in Delta() function
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcolor_space.inl69 float Delta = Max - Min; local
/external/scudo/standalone/tests/
Dcombined_test.cpp156 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) { in BasicTest() local
206 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local
224 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local
244 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local
335 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) { in SCUDO_TYPED_TEST() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h78 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp919 RegPressureDelta &Delta, in computeExcessPressureDelta()
960 RegPressureDelta &Delta) { in computeMaxPressureDelta()
1053 RegPressureDelta &Delta, in getMaxUpwardPressureDelta()
1121 RegPressureDelta &Delta, in getUpwardPressureDelta()
1299 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
/external/angle/util/
DEvent.h52 int Delta; member

1234