Home | History | Annotate | Download | only in python2.7

Lines Matching defs:_set_rounding

2706         rounding = context._set_rounding(ROUND_HALF_EVEN)
3001 rounding = context._set_rounding(ROUND_HALF_EVEN)
3133 rounding = context._set_rounding(ROUND_HALF_EVEN)
3214 rounding = context._set_rounding(ROUND_HALF_EVEN)
3409 context._set_rounding(ROUND_FLOOR)
3432 context._set_rounding(ROUND_CEILING)
3903 def _set_rounding(self, type):
3912 rounding = context._set_rounding(ROUND_UP)
3914 context._set_rounding(rounding)