Lines Matching refs:ROUND_DOWN
78 ROUND_DOWN = P.ROUND_DOWN variable
87 ROUND_UP, ROUND_DOWN, ROUND_CEILING, ROUND_FLOOR,
235 'down' : ROUND_DOWN,
2341 c.rounding = ROUND_DOWN
2353 c.rounding = ROUND_DOWN
2365 c.rounding = ROUND_DOWN
2377 c.rounding = ROUND_DOWN
2519 r = d.to_integral(ROUND_DOWN)
2536 r = d.to_integral(ROUND_DOWN)
2576 context = Context(prec=5, rounding=ROUND_DOWN)
2610 Decimal('7.335').quantize(Decimal('.01'), rounding=ROUND_DOWN),
2620 x = d.quantize(context=c, exp=Decimal("1e797"), rounding=ROUND_DOWN)
4155 c = MyContext(rounding=ROUND_DOWN, prec=1)
4156 self.assertEqual(c.rounding, ROUND_DOWN)
4914 self.assertIs(C.ROUND_DOWN, P.ROUND_DOWN)