reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
500 typedef std::numeric_limits<DigitsType> DigitsLimits; 502 static const int Width = sizeof(DigitsType) * 8; 506 DigitsType Digits = 0; 512 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) 529 static ScaledNumber getFraction(DigitsType N, DigitsType D) { 529 static ScaledNumber getFraction(DigitsType N, DigitsType D) { 534 DigitsType getDigits() const { return Digits; } 547 return Digits == DigitsType(1) << -Scale; 680 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { 680 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { 683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { 683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { 687 static int countLeadingZerosWidth(DigitsType Digits) {