Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h156 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function
175 return getQuotient(Dividend, Divisor); in getQuotient32()
181 return getQuotient(Dividend, Divisor); in getQuotient64()
534 return getQuotient(N, D); in getFraction()
687 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
688 return ScaledNumbers::getQuotient(Dividend, Divisor); in getQuotient()
832 *this = getQuotient(Digits, X.Digits);