Lines Matching refs:quotient
1380 # Here the quotient is too large to be representable
1382 'quotient too large in //, % or divmod')
1427 quotient, remainder = self._divide(other, context)
1429 return quotient, remainder
1510 # catch most cases of large or small quotient
5767 # compute quotient c*10**e/(log(10)) = c*10**(e+q)/(log(10)*10**q),