Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScaledNumber.h498 typedef DigitsT DigitsType; typedef
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits;
513 ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) { in getFraction()
535 DigitsType getDigits() const { return Digits; } in getDigits()
548 return Digits == DigitsType(1) << -Scale; in isOne()
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { in getProduct()
684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
[all …]