Searched refs:getQuotient (Results 1 – 1 of 1) sorted by relevance
156 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function175 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() function688 return ScaledNumbers::getQuotient(Dividend, Divisor); in getQuotient()832 *this = getQuotient(Digits, X.Digits);