Home | History | Annotate | Download | only in math

Lines Matching refs:UP

33             MathContext mc = new MathContext("precision=" + p + " roundingMode=" + RoundingMode.UP);
35 assertEquals(RoundingMode.UP, mc.getRoundingMode());
39 new MathContext("precision=1 roundingMode=UP");
41 new MathContext("Precision=1 roundingMode=UP");
46 new MathContext("precision=1 RoundingMode=UP");
53 new MathContext("precision=1 roundingMode=up");
60 new MathContext("precision=1roundingMode=UP");
65 new MathContext("precision=1 roundingMode=UP");
70 new MathContext("precision=1\troundingMode=UP");
77 new MathContext(" precision=1 roundingMode=UP");
82 new MathContext("precision=1 roundingMode=UP ");