Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2514 def _round(self, places, rounding): member in Decimal
3655 self = self._round(precision+1, rounding)
3659 self = self._round(precision, rounding)