Lines Matching full:scale
25 Scale::Scale(int32_t magnitude, DecNum* arbitraryToAdopt) in Scale() function in Scale
40 Scale::Scale(const Scale& other) in Scale() function in Scale
48 Scale& Scale::operator=(const Scale& other) { in operator =()
61 Scale::Scale(Scale&& src) noexcept in Scale() function in Scale
67 Scale& Scale::operator=(Scale&& src) noexcept { in operator =()
77 Scale::~Scale() { in ~Scale()
82 Scale Scale::none() { in none()
86 Scale Scale::powerOfTen(int32_t power) { in powerOfTen()
90 Scale Scale::byDecimal(StringPiece multiplicand) { in byDecimal()
103 Scale Scale::byDouble(double multiplicand) { in byDouble()
116 Scale Scale::byDoubleAndPowerOfTen(double multiplicand, int32_t power) { in byDoubleAndPowerOfTen()
129 void Scale::applyTo(impl::DecimalQuantity& quantity) const { in applyTo()
137 void Scale::applyReciprocalTo(impl::DecimalQuantity& quantity) const { in applyReciprocalTo()
147 MultiplierFormatHandler::setAndChain(const Scale& multiplier, const MicroPropsGenerator* parent) { in setAndChain()