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

/external/python/cpython2/Lib/
H A 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 class:Context
3912 rounding = context._set_rounding(ROUND_UP)
3914 context._set_rounding(rounding)
/external/python/cpython3/Lib/
H A D_pydecimal.py2847 rounding = context._set_rounding(ROUND_HALF_EVEN)
3142 rounding = context._set_rounding(ROUND_HALF_EVEN)
3274 rounding = context._set_rounding(ROUND_HALF_EVEN)
3355 rounding = context._set_rounding(ROUND_HALF_EVEN)
3550 context._set_rounding(ROUND_FLOOR)
3573 context._set_rounding(ROUND_CEILING)
4112 def _set_rounding(self, type): member in class:Context
4121 rounding = context._set_rounding(ROUND_UP)
4123 context._set_rounding(rounding)

Completed in 213 milliseconds