Searched refs:_rescale (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | decimal.py | 1166 ans = other._rescale(exp, context.rounding) 1171 ans = self._rescale(exp, context.rounding) 1367 self._rescale(ideal_exp, context.rounding)) 1517 ans = self._rescale(ideal_exponent, context.rounding) 2419 ans = self._rescale(exp._exp, rounding) 2444 ans = self._rescale(exp._exp, rounding) 2480 def _rescale(self, exp, rounding): member in Decimal 2528 ans = self._rescale(self.adjusted()+1-places, rounding) 2534 ans = ans._rescale(ans.adjusted()+1-places, rounding) 2560 ans = self._rescale(0, rounding) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | extra.decTest | 131 -- a bug in _rescale caused the following to fail in Python 2.5.1
|