Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py2704 rounding = context._set_rounding(ROUND_HALF_EVEN)
2999 rounding = context._set_rounding(ROUND_HALF_EVEN)
3131 rounding = context._set_rounding(ROUND_HALF_EVEN)
3212 rounding = context._set_rounding(ROUND_HALF_EVEN)
3407 context._set_rounding(ROUND_FLOOR)
3430 context._set_rounding(ROUND_CEILING)
3903 def _set_rounding(self, type): member in Context