Home
last modified time | relevance | path

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

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DScale.java21 public class Scale { class
35 private Scale(int magnitude, BigDecimal arbitrary) { in Scale() method in Scale
39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() method in Scale
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DScale.java22 public class Scale { class
36 private Scale(int magnitude, BigDecimal arbitrary) { in Scale() method in Scale
40 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() method in Scale
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h52 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded()
64 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32()
70 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64()
188 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl()
213 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg()
222 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor()
232 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling()
342 int16_t Scale = matchScales(LDigits, LScale, RDigits, RScale); in getSum() local
507 int16_t Scale = 0; variable
512 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_multiplier.cpp25 Scale::Scale(int32_t magnitude, DecNum* arbitraryToAdopt) in Scale() function in Scale
40 Scale::Scale(const Scale& other) in Scale() function in Scale
60 Scale::Scale(Scale&& src) U_NOEXCEPT in Scale() function in Scale
/third_party/icu/icu4c/source/i18n/
Dnumber_multiplier.cpp25 Scale::Scale(int32_t magnitude, DecNum* arbitraryToAdopt) in Scale() function in Scale
40 Scale::Scale(const Scale& other) in Scale() function in Scale
61 Scale::Scale(Scale&& src) U_NOEXCEPT in Scale() function in Scale
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_multiplier.cpp25 Scale::Scale(int32_t magnitude, DecNum* arbitraryToAdopt) in Scale() function in Scale
40 Scale::Scale(const Scale& other) in Scale() function in Scale
61 Scale::Scale(Scale&& src) U_NOEXCEPT in Scale() function in Scale
/third_party/node/deps/icu-small/source/i18n/
Dnumber_multiplier.cpp25 Scale::Scale(int32_t magnitude, DecNum* arbitraryToAdopt) in Scale() function in Scale
40 Scale::Scale(const Scale& other) in Scale() function in Scale
61 Scale::Scale(Scale&& src) U_NOEXCEPT in Scale() function in Scale
/third_party/skia/include/core/
DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef
/third_party/flutter/skia/include/core/
DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLowLevel.cpp166 #define TestRegAddrScaledIndex(Inst, Dst, Index, Scale, Disp, OpType, \ in TEST_F() argument
182 #define TestRegAddrBaseScaledIndex(Inst, Dst, Base, Index, Scale, Disp, \ in TEST_F() argument
199 #define TestAddrBaseScaledIndexImm(Inst, Base, Index, Scale, Disp, Imm, \ in TEST_F() argument
217 #define TestAddrBaseScaledIndexReg(Inst, Base, Index, Scale, Disp, Src, \ in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLowLevel.cpp210 #define TestRegAddrScaledIndex(Inst, Dst, Index, Scale, Disp, OpType, \ in TEST_F() argument
226 #define TestRegAddrBaseScaledIndex(Inst, Dst, Base, Index, Scale, Disp, \ in TEST_F() argument
242 #define TestAddrBaseScaledIndexImm(Inst, Base, Index, Scale, Disp, Imm, \ in TEST_F() argument
259 #define TestAddrBaseScaledIndexReg(Inst, Base, Index, Scale, Disp, Src, \ in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp358 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in optTwoAddrLEA() local
487 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstructionForSlowLEA() local
537 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstrForSlow3OpLEA() local
DX86ISelDAGToDAG.cpp65 unsigned Scale; member
251 SDValue &Base, SDValue &Scale, in tryFoldLoad()
270 MVT VT, SDValue &Base, SDValue &Scale, in getAddressOperands()
2284 SDValue &Scale, SDValue &Index, in selectVectorAddr()
2318 SDValue &Scale, SDValue &Index, in selectAddr()
2376 SDValue &Scale, SDValue &Index, in selectScalarSSELoad()
2459 SDValue &Scale, SDValue &Index, in selectLEA64_32Addr()
2496 SDValue &Base, SDValue &Scale, in selectLEAAddr()
2586 SDValue &Scale, SDValue &Index, in selectTLSADDRAddr()
2650 SDValue &Base, SDValue &Scale, in tryFoldLoad()
[all …]
DX86EvexToVex.cpp157 unsigned Scale = (Opc == X86::VALIGNQZ128rri || in performCustomAdjustments() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBranchProbability.cpp56 int Scale = 0; in getBranchProbability() local
/third_party/icu/docs/userguide/format_parse/numbers/
Dskeletons.md315 ### Scale subsection
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl30 …GLM_FUNC_QUALIFIER bool decompose(tmat4x4<T, P> const & ModelMatrix, tvec3<T, P> & Scale, tquat<T,…
/third_party/flutter/engine/flutter/flow/
Dmatrix_decomposition_unittests.cc32 TEST(MatrixDecomposition, Scale) { in TEST() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixBuiltinsTest.cpp76 TEST_P(MatrixBuiltinsTest, Scale) in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h121 APInt Scale; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixBuiltinsTest.cpp76 TEST_P(MatrixBuiltinsTest, Scale) in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp244 unsigned Scale; in tryCreateMaskedGatherOffset() local
/third_party/flutter/skia/src/sfnt/
DSkOTTable_glyf.h160 struct Scale { struct
161 SK_OT_F2DOT14 a_d;
/third_party/skia/src/sfnt/
DSkOTTable_glyf.h160 struct Scale { struct
161 SK_OT_F2DOT14 a_d;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp279 const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits, in GetLinearExpression()
568 APInt Scale(MaxPointerSize, DL.getTypeAllocSize(GTI.getIndexedType())); in DecomposeGEPExpression() local
1499 APInt Scale = DecompGEP1.VarIndices[i].Scale; in aliasGEP() local
1952 APInt Scale = Src[i].Scale; in GetIndexDifference() local

12345