Home
last modified time | relevance | path

Searched refs:_log10_exp_bound (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2269 bound = self._log10_exp_bound() + other.adjusted()
3110 def _log10_exp_bound(self): member in Decimal
3176 places = p-self._log10_exp_bound()+2