Searched refs:NextQuotientBit (Results 1 – 2 of 2) sorted by relevance
241 if (NextQuotientBit(top, msb, divisor)) { in Divide()245 bool guard{NextQuotientBit(top, msb, divisor)}; in Divide()246 bool round{NextQuotientBit(top, msb, divisor)}; in Divide()
396 static constexpr bool NextQuotientBit( in NextQuotientBit() function