Searched refs:_divide (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 1383 def _divide(self, other, context): member in Decimal 1455 quotient, remainder = self._divide(other, context) 1489 remainder = self._divide(other, context)[1] 1601 return self._divide(other, context)[0]
|
/external/python/cpython2/Lib/ |
D | decimal.py | 1350 def _divide(self, other, context): member in Decimal 1425 quotient, remainder = self._divide(other, context) 1459 remainder = self._divide(other, context)[1] 1571 return self._divide(other, context)[0]
|