Searched refs:getQuotient (Results 1 – 2 of 2) sorted by relevance
154 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function173 return getQuotient(Dividend, Divisor); in getQuotient32()179 return getQuotient(Dividend, Divisor); in getQuotient64()531 return getQuotient(N, D); in getFraction()691 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function692 return ScaledNumbers::getQuotient(Dividend, Divisor); in getQuotient()826 *this = getQuotient(Digits, X.Digits);
134 TEST(ScaledNumberHelpersTest, getQuotient) { in TEST() argument