Searched defs:rm (Results 1 – 10 of 10) sorted by relevance
38 RoundingMode rm = RoundingMode.CEILING; in testConstrBigIntegerMathContext() local119 RoundingMode rm = RoundingMode.CEILING; in testConstrBigIntegerScaleMathContext() local282 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContext() local375 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContextException1() local435 RoundingMode rm = RoundingMode.CEILING; in testConstrDoubleMathContext() local573 RoundingMode rm = RoundingMode.CEILING; in testConstrLongMathContext() local662 RoundingMode rm = RoundingMode.CEILING; in testConstrStringMathContext() local
543 RoundingMode rm = RoundingMode.UP; in test_DivideBigDecimalRoundingModeUP() local558 RoundingMode rm = RoundingMode.DOWN; in test_DivideBigDecimalRoundingModeDOWN() local573 RoundingMode rm = RoundingMode.CEILING; in test_DivideBigDecimalRoundingModeCEILING() local588 RoundingMode rm = RoundingMode.FLOOR; in test_DivideBigDecimalRoundingModeFLOOR() local603 RoundingMode rm = RoundingMode.HALF_UP; in test_DivideBigDecimalRoundingModeHALF_UP() local621 RoundingMode rm = RoundingMode.HALF_DOWN; in test_DivideBigDecimalRoundingModeHALF_DOWN() local637 RoundingMode rm = RoundingMode.HALF_EVEN; in test_DivideBigDecimalRoundingModeHALF_EVEN() local652 RoundingMode rm = RoundingMode.UNNECESSARY; in test_DivideBigDecimalRoundingExc() local
127 private static void checkDivide(String expected, long n, long d, int scale, RoundingMode rm) { in checkDivide()
102 RoundingMode rm = RoundingMode.CEILING; in testConstrBigIntegerMathContext() local119 RoundingMode rm = RoundingMode.CEILING; in testConstrBigIntegerScaleMathContext() local176 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContext() local200 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContextException1() local217 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContextException2() local292 RoundingMode rm = RoundingMode.CEILING; in testConstrDoubleMathContext() local355 RoundingMode rm = RoundingMode.CEILING; in testConstrIntMathContext() local382 RoundingMode rm = RoundingMode.CEILING; in testConstrLongMathContext() local676 RoundingMode rm = RoundingMode.CEILING; in testConstrStringMathContext() local
1031 RoundingMode rm = RoundingMode.UP; in testDivideBigDecimalScaleRoundingModeUP() local1049 RoundingMode rm = RoundingMode.DOWN; in testDivideBigDecimalScaleRoundingModeDOWN() local1067 RoundingMode rm = RoundingMode.CEILING; in testDivideBigDecimalScaleRoundingModeCEILING() local1085 RoundingMode rm = RoundingMode.FLOOR; in testDivideBigDecimalScaleRoundingModeFLOOR() local1103 RoundingMode rm = RoundingMode.HALF_UP; in testDivideBigDecimalScaleRoundingModeHALF_UP() local1123 RoundingMode rm = RoundingMode.HALF_DOWN; in testDivideBigDecimalScaleRoundingModeHALF_DOWN() local1141 RoundingMode rm = RoundingMode.HALF_EVEN; in testDivideBigDecimalScaleRoundingModeHALF_EVEN() local1159 RoundingMode rm = RoundingMode.UP; in testDivideBigDecimalScaleMathContextUP() local1179 RoundingMode rm = RoundingMode.DOWN; in testDivideBigDecimalScaleMathContextDOWN() local1199 RoundingMode rm = RoundingMode.CEILING; in testDivideBigDecimalScaleMathContextCEILING() local[all …]
63 RoundingMode rm = RoundingMode.HALF_DOWN; in testAbsMathContextNeg() local79 RoundingMode rm = RoundingMode.HALF_EVEN; in testAbsMathContextPos() local374 RoundingMode rm = RoundingMode.FLOOR; in testPlusMathContextPositive() local404 RoundingMode rm = RoundingMode.CEILING; in testPlusMathContextNegative() local434 RoundingMode rm = RoundingMode.FLOOR; in testNegateMathContextPositive() local464 RoundingMode rm = RoundingMode.CEILING; in testNegateMathContextNegative() local
924 RoundingMode rm = RoundingMode.HALF_DOWN; in testMathContextConstruction() local
88 RoundingMode(int rm) { in RoundingMode()
182 int rm = (lo + rh) >>> 1; in compute() local295 int rm = (lo + rh) >>> 1; in compute() local406 int rm = (lo + rh) >>> 1; in compute() local517 int rm = (lo + rh) >>> 1; in compute() local628 int rm = (lo + rh) >>> 1; in compute() local739 int rm = (lo + rh) >>> 1; in compute() local850 int rm = (lo + rh) >>> 1; in compute() local961 int rm = (lo + rh) >>> 1; in compute() local
4128 private static int convertRoundingMode(RoundingMode rm) { in convertRoundingMode()