Home
last modified time | relevance | path

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

1234

/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()
DBranchProbability.h233 uint32_t Scale = Sum / UINT32_MAX + 1; in normalizeEdgeWeights() local
/external/skia/include/core/
DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp61 unsigned Scale; member
246 SDValue &Base, SDValue &Scale, in getAddressOperands()
1420 SDValue &Scale, SDValue &Index, in selectVectorAddr()
1463 SDValue &Scale, SDValue &Index, in selectAddr()
1509 SDValue &Scale, SDValue &Index, in selectScalarSSELoad()
1576 SDValue &Scale, SDValue &Index, in selectLEA64_32Addr()
1616 SDValue &Base, SDValue &Scale, in selectLEAAddr()
1677 SDValue &Scale, SDValue &Index, in selectTLSADDRAddr()
1701 SDValue &Base, SDValue &Scale, in tryFoldLoad()
1918 SDValue Base, Scale, Index, Disp, Segment; in selectAtomicLoadArith() local
[all …]
DX86InstrBuilder.h48 unsigned Scale; member
/external/webrtc/webrtc/common_video/libyuv/
Dscaler.cc50 int Scaler::Scale(const VideoFrame& src_frame, VideoFrame* dst_frame) { in Scale() function in webrtc::Scaler
/external/ImageMagick/Magick++/demo/
Dzoom.cpp45 Scale, in main() enumerator
/external/llvm/lib/Support/
DBranchProbability.cpp54 int Scale = 0; in getBranchProbability() local
/external/webrtc/webrtc/modules/utility/source/
Daudio_frame_operations.cc77 int AudioFrameOperations::Scale(float left, float right, AudioFrame& frame) { in Scale() function in webrtc::AudioFrameOperations
/external/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h98 int64_t Scale; member
DTargetTransformInfoImpl.h206 bool HasBaseReg, int64_t Scale, in isLegalAddressingMode()
222 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) { in getScalingFactorCost()
412 int64_t Scale = 0; in getGEPCost() 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/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h148 Matrix& Scale(const S& scalar) { in Scale() function
157 Matrix& Scale(const Matrix& operand, const S& scalar) { in Scale() function
/external/llvm/include/llvm/Transforms/
DInstrumentation.h169 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) { in scaleBranchCount()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp182 const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits, in GetLinearExpression()
412 uint64_t Scale = DL.getTypeAllocSize(*GTI); in DecomposeGEPExpression() local
1092 int64_t Scale = GEP1VariableIndices[i].Scale; in aliasGEP() local
1479 int64_t Scale = Src[i].Scale; in GetIndexDifference() local
DTargetTransformInfo.cpp110 int64_t Scale, in isLegalAddressingMode()
135 int64_t Scale, in getScalingFactorCost()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbackground_noise.cc161 int16_t BackgroundNoise::Scale(size_t channel) const { in Scale() function in webrtc::BackgroundNoise
/external/clang/test/CodeGenCXX/
Dpragma-loop.cpp133 const int Scale = 4; in for_template_constant_expression_test() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp787 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()
801 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createProfileWeights() local
820 uint64_t Scale = calculateWeightScale(MaxWeight); in createProfileWeights() 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
DParticleChannels.java110 public static final ChannelDescriptor Scale = new ChannelDescriptor(newGlobalId(), float.class, 1); field in ParticleChannels
/external/v8/src/interpreter/
Dbytecodes.h295 #define DECLARE_OPERAND_SCALE(Name, Scale) k##Name = Scale, argument
/external/dng_sdk/source/
Ddng_matrix.cpp227 void dng_matrix::Scale (real64 factor) in Scale() function in dng_matrix
571 void dng_vector::Scale (real64 factor) in Scale() function in dng_vector

1234