Lines Matching defs:ROUND_FLOOR
135 'ROUND_FLOOR', 'ROUND_UP', 'ROUND_HALF_DOWN', 'ROUND_05UP',
171 ROUND_FLOOR = 'ROUND_FLOOR'
385 if context.rounding == ROUND_FLOOR:
433 ROUND_FLOOR, ROUND_UP, ROUND_HALF_DOWN, ROUND_05UP)
1115 if not self and context.rounding != ROUND_FLOOR:
1117 # in ROUND_FLOOR rounding mode.
1137 if not self and context.rounding != ROUND_FLOOR:
1138 # + (-0) = 0, except in ROUND_FLOOR rounding mode.
1194 if context.rounding == ROUND_FLOOR and self._sign != other._sign:
1836 ROUND_FLOOR = _round_floor,
1915 return int(self._rescale(0, ROUND_FLOOR))
3523 context._set_rounding(ROUND_FLOOR)