Home
last modified time | relevance | path

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

12345

/third_party/mindspore/mindspore/core/ops/
Dscale.h35 Scale() : PrimitiveC(kNameScale) {} in Scale() function
38 explicit Scale(const std::string k_name) : PrimitiveC(k_name) {} in Scale() function
/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/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/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/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/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/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/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Ddiv2k_node.h79 const int32_t &Scale() const { return scale_; } in Scale() function
/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/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dscale_fp16.cc74 int ScaleFp16CPUKernel::Scale(int task_id) { in Scale() function in mindspore::kernel::ScaleFp16CPUKernel
/third_party/boost/boost/units/
Dio.hpp449 …stem<heterogeneous_system_impl<dimensionless_type, dimensionless_type, Scale> > >&, Subformatter f) in to_string_impl()
460 …sion, heterogeneous_system<heterogeneous_system_impl<Units, Dimension, Scale> > >&, Subformatter f) in to_string_impl()
488 …_system_dim<Unit, static_rational<1> >,dimensionless_type>, Dimension, Scale> > >&, Subformatter f) in to_string_impl()
523 to_string_impl( in to_string_impl()
829 …sion, heterogeneous_system<heterogeneous_system_impl<Units, Dimension, Scale> > >&, Subformatter f) in maybe_parenthesize()
855 …ous_system_dim<Unit, static_rational<1> >,dimensionless_type>, Dimension, Scale> > >&, Subformatte… in maybe_parenthesize()
887 do_print_prefixed( in do_print_prefixed()
929 void do_print_prefixed( in do_print_prefixed()
/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/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dscale_fp32.cc149 int ScaleCPUKernel::Scale(int task_id) { in Scale() function in mindspore::kernel::ScaleCPUKernel
/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
DX86EvexToVex.cpp157 unsigned Scale = (Opc == X86::VALIGNQZ128rri || in performCustomAdjustments() 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/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

12345