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

Lines Matching refs:ROUND_DOWN

130     'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
150 ROUND_DOWN = 'ROUND_DOWN'
1799 ROUND_DOWN = _round_down,
3943 >>> context = Context(prec=5, rounding=ROUND_DOWN)