/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Scale.java | 21 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/ |
D | Scale.java | 22 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/ |
D | ScaledNumber.h | 52 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/ |
D | number_multiplier.cpp | 25 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/ |
D | number_multiplier.cpp | 25 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/ |
D | number_multiplier.cpp | 25 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/ |
D | number_multiplier.cpp | 25 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/ |
D | SkUnPreMultiply.h | 20 typedef uint32_t Scale; typedef
|
/third_party/flutter/skia/include/core/ |
D | SkUnPreMultiply.h | 20 typedef uint32_t Scale; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | LowLevel.cpp | 166 #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/ |
D | LowLevel.cpp | 210 #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/ |
D | X86FixupLEAs.cpp | 358 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
|
D | X86ISelDAGToDAG.cpp | 65 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 …]
|
D | X86EvexToVex.cpp | 157 unsigned Scale = (Opc == X86::VALIGNQZ128rri || in performCustomAdjustments() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BranchProbability.cpp | 56 int Scale = 0; in getBranchProbability() local
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | skeletons.md | 315 ### Scale subsection
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | matrix_decompose.inl | 30 …GLM_FUNC_QUALIFIER bool decompose(tmat4x4<T, P> const & ModelMatrix, tvec3<T, P> & Scale, tquat<T,…
|
/third_party/flutter/engine/flutter/flow/ |
D | matrix_decomposition_unittests.cc | 32 TEST(MatrixDecomposition, Scale) { in TEST() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | MatrixBuiltinsTest.cpp | 76 TEST_P(MatrixBuiltinsTest, Scale) in TEST_P() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 121 APInt Scale; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | MatrixBuiltinsTest.cpp | 76 TEST_P(MatrixBuiltinsTest, Scale) in TEST_P() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVEGatherScatterLowering.cpp | 244 unsigned Scale; in tryCreateMaskedGatherOffset() local
|
/third_party/flutter/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 160 struct Scale { struct 161 SK_OT_F2DOT14 a_d;
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 160 struct Scale { struct 161 SK_OT_F2DOT14 a_d;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 279 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
|