Home
last modified time | relevance | path

Searched defs:Scale (Results 1 – 25 of 67) sorted by relevance

123

/external/llvm/include/llvm/Support/
DScaledNumber.h53 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded()
65 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32()
71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64()
189 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl()
214 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg()
223 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor()
233 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling()
343 int16_t Scale = matchScales(LDigits, LScale, RDigits, RScale); in getSum() local
508 int16_t Scale; variable
513 ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
/external/skia/include/core/
DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp62 unsigned Scale; member
237 SDValue &Scale, SDValue &Index, in getAddressOperands()
1327 SDValue &Scale, SDValue &Index, in SelectAddr()
1373 SDValue &Scale, SDValue &Index, in SelectScalarSSELoad()
1439 SDValue &Scale, SDValue &Index, in SelectLEA64_32Addr()
1478 SDValue &Base, SDValue &Scale, in SelectLEAAddr()
1540 SDValue &Scale, SDValue &Index, in SelectTLSADDRAddr()
1564 SDValue &Base, SDValue &Scale, in TryFoldLoad()
1781 SDValue Base, Scale, Index, Disp, Segment; in SelectAtomicLoadArith() local
2049 ConstantSDNode *Scale = dyn_cast<ConstantSDNode>(Node->getOperand(6)); in SelectGather() local
[all …]
DX86InstrBuilder.h48 unsigned Scale; member
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp174 int64_t Scale; member
196 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, in GetLinearExpression()
367 uint64_t Scale = DL.getTypeAllocSize(*GTI); in DecomposeGEPExpression() local
1208 int64_t Scale = GEP1VariableIndices[i].Scale; in aliasGEP() local
1565 int64_t Scale = Src[i].Scale; in GetIndexDifference() local
/external/llvm/lib/CodeGen/
DMachineBranchProbabilityInfo.cpp109 uint32_t Scale = 1; in getEdgeProbability() local
/external/ceres-solver/internal/ceres/
Dsuitesparse.h114 void Scale(cholmod_dense* scale, int mode, cholmod_sparse* A) { in Scale() function
Ddense_sparse_matrix_test.cc148 TEST_F(DenseSparseMatrixTest, Scale) { in TEST_F() argument
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp835 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()
849 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createBranchWeights() local
867 uint64_t Scale = calculateWeightScale(MaxWeight); in createBranchWeights() local
/external/clang/test/CodeGen/
Dpragma-loop.cpp133 const int Scale = 4; in for_template_constant_expression_test() local
/external/fonttools/Lib/fontTools/misc/
Dtransform.py340 def Scale(x, y=None): function
/external/skia/src/sfnt/
DSkOTTable_glyf.h161 struct Scale { struct
162 SK_OT_F2DOT14 a_d;
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h210 bool HasBaseReg, int64_t Scale) { in isLegalAddressingMode()
221 bool HasBaseReg, int64_t Scale) { in getScalingFactorCost()
DTargetTransformInfo.h651 bool HasBaseReg, int64_t Scale) override { in isLegalAddressingMode()
662 bool HasBaseReg, int64_t Scale) override { in getScalingFactorCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h128 bool HasBaseReg, int64_t Scale) { in isLegalAddressingMode()
138 bool HasBaseReg, int64_t Scale) { in getScalingFactorCost()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp436 int Scale = 1; in getFrameIndexInstrOffset() local
636 unsigned Scale = 1; in isFrameOffsetLegal() local
DARMConstantIslandPass.cpp674 unsigned Scale = 1; in initializeFunctionInfo() local
731 unsigned Scale = 1; in initializeFunctionInfo() local
1715 unsigned Scale = 1; in optimizeThumb2Instructions() local
1769 unsigned Scale = 1; in optimizeThumb2Branches() local
DThumb2InstrInfo.cpp545 unsigned Scale = 1; in rewriteT2FrameIndex() local
/external/skia/src/effects/
DSkDisplacementMapEffect.cpp27 uint32_t getValue(SkColor, const SkUnPreMultiply::Scale*) { in getValue()
48 SkColor l, const SkUnPreMultiply::Scale*) { in getValue()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp140 unsigned Bits, Scale; in branchMaxOffsets() local
683 unsigned Scale = 1; in initializeFunctionInfo() local
765 unsigned Scale = 1; in initializeFunctionInfo() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp255 unsigned BaseReg, IndexReg, TmpReg, Scale; member in __anon89e3312e0111::X86AsmParser::IntelExprStateMachine
1014 unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, in CreateMemForInlineAsm()
1289 int Scale = SM.getScale(); in ParseIntelBracExpression() local
1886 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; in ParseMemOperand() local
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DAnimationFactory.java67 Translation, Rotation, Scale; enumConstant
/external/llvm/include/llvm/ADT/
DBitVector.h547 const unsigned Scale = BITWORD_SIZE / 32; in applyMask() local
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1076 unsigned Scale, raw_ostream &O) { in printUImm12Offset()
1087 unsigned Scale, raw_ostream &O) { in printAMIndexedWB()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp237 int64_t Scale; member
1381 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded()
1436 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded()
1473 int64_t Scale) { in isLegalUse()
1545 int64_t Scale = Kind == LSRUse::ICmpZero ? -1 : 1; in isAlwaysFoldable() local
1578 int64_t Scale = Kind == LSRUse::ICmpZero ? -1 : 1; in isAlwaysFoldable() local
2176 int64_t Scale = C->getSExtValue(); in OptimizeLoopTermCond() local

123