Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py1760 def _round_half_down(self, prec): member in Decimal
1800 ROUND_HALF_DOWN = _round_half_down,
/external/python/cpython3/Lib/
D_pydecimal.py1783 def _round_half_down(self, prec): member in Decimal
1823 ROUND_HALF_DOWN = _round_half_down,