Home
last modified time | relevance | path

Searched refs:DigitsType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h497 typedef DigitsT DigitsType; typedef
500 typedef std::numeric_limits<DigitsType> DigitsLimits;
502 static constexpr int Width = sizeof(DigitsType) * 8;
506 DigitsType Digits = 0;
512 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
529 static ScaledNumber getFraction(DigitsType N, DigitsType D) { in getFraction()
534 DigitsType getDigits() const { return Digits; } in getDigits()
547 return Digits == DigitsType(1) << -Scale; in isOne()
680 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { in getProduct()
683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
[all …]