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

Lines Matching refs:ROUND_FLOOR

131     'ROUND_FLOOR', 'ROUND_UP', 'ROUND_HALF_DOWN', 'ROUND_05UP',
154 ROUND_FLOOR = 'ROUND_FLOOR'
354 if context.rounding == ROUND_FLOOR:
1074 if not self and context.rounding != ROUND_FLOOR:
1076 # in ROUND_FLOOR rounding mode.
1096 if not self and context.rounding != ROUND_FLOOR:
1097 # + (-0) = 0, except in ROUND_FLOOR rounding mode.
1153 if context.rounding == ROUND_FLOOR and self._sign != other._sign:
1805 ROUND_FLOOR = _round_floor,
3409 context._set_rounding(ROUND_FLOOR)