Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScaledNumber.h499 typedef DigitsT DigitsType; typedef
502 typedef std::numeric_limits<DigitsType> DigitsLimits;
504 static const int Width = sizeof(DigitsType) * 8;
508 DigitsType Digits;
514 ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
531 static ScaledNumber getFraction(DigitsType N, DigitsType D) { in getFraction()
536 DigitsType getDigits() const { return Digits; } in getDigits()
549 return Digits == DigitsType(1) << -Scale; in isOne()
689 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { in getProduct()
692 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
[all …]