Searched refs:CEILING (Results 1 – 14 of 14) sorted by relevance
/libcore/luni/src/main/java/java/math/ |
D | RoundingMode.java | 48 CEILING(BigDecimal.ROUND_CEILING), enumConstant 103 return CEILING; in valueOf()
|
D | BigDecimal.java | 2773 case CEILING: in roundingBehavior()
|
/libcore/luni/src/test/java/libcore/java/math/ |
D | OldBigDecimalConstructorsTest.java | 38 RoundingMode rm = RoundingMode.CEILING; in testConstrBigIntegerMathContext() 64 mc = new MathContext(33, RoundingMode.CEILING); in testConstrBigIntegerMathContext() 119 RoundingMode rm = RoundingMode.CEILING; in testConstrBigIntegerScaleMathContext() 151 mc = new MathContext(33, RoundingMode.CEILING); in testConstrBigIntegerScaleMathContext() 211 mc = new MathContext(33, RoundingMode.CEILING); in testConstrBigIntegerScaleMathContext() 282 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContext() 320 mc = new MathContext(33, RoundingMode.CEILING); in testConstrCharIntIntMathContext() 375 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContextException1() 408 mc = new MathContext(33, RoundingMode.CEILING); in testConstrCharMathContext() 435 RoundingMode rm = RoundingMode.CEILING; in testConstrDoubleMathContext() [all …]
|
D | OldBigDecimalTest.java | 81 setScale2 = setScale1.setScale(17, RoundingMode.CEILING); in test_setScaleILjava_math_RoundingMode() 90 setScale2 = setScale1.setScale(1, RoundingMode.CEILING); in test_setScaleILjava_math_RoundingMode() 95 setScale2 = setNeg.setScale(1, RoundingMode.CEILING); in test_setScaleILjava_math_RoundingMode()
|
D | OldBigDecimalCompareTest.java | 44 mc = new MathContext(34, RoundingMode.CEILING); in testAbsMathContextNeg()
|
D | OldBigDecimalArithmeticTest.java | 495 mc = new MathContext(33, RoundingMode.CEILING); in testRoundNonTrivial() 573 RoundingMode rm = RoundingMode.CEILING; in test_DivideBigDecimalRoundingModeCEILING()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigDecimalConstructorsTest.java | 102 RoundingMode rm = RoundingMode.CEILING; in testConstrBigIntegerMathContext() 119 RoundingMode rm = RoundingMode.CEILING; in testConstrBigIntegerScaleMathContext() 176 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContext() 200 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContextException1() 217 RoundingMode rm = RoundingMode.CEILING; in testConstrCharIntIntMathContextException2() 292 RoundingMode rm = RoundingMode.CEILING; in testConstrDoubleMathContext() 355 RoundingMode rm = RoundingMode.CEILING; in testConstrIntMathContext() 382 RoundingMode rm = RoundingMode.CEILING; in testConstrLongMathContext() 676 RoundingMode rm = RoundingMode.CEILING; in testConstrStringMathContext()
|
D | RoundingModeTest.java | 29 …f failed for ROUND_CEILING", RoundingMode.valueOf(BigDecimal.ROUND_CEILING), RoundingMode.CEILING); in test_valueOfI()
|
D | BigDecimalCompareTest.java | 404 RoundingMode rm = RoundingMode.CEILING; in testPlusMathContextNegative() 464 RoundingMode rm = RoundingMode.CEILING; in testNegateMathContextNegative()
|
D | BigDecimalArithmeticTest.java | 131 MathContext mc = new MathContext(15, RoundingMode.CEILING); in testAddMathContextDiffScalePosNeg() 200 MathContext mc = new MathContext(15, RoundingMode.CEILING); in testSubtractMathContextEqualScalePosPos() 1067 RoundingMode rm = RoundingMode.CEILING; in testDivideBigDecimalScaleRoundingModeCEILING() 1199 RoundingMode rm = RoundingMode.CEILING; in testDivideBigDecimalScaleMathContextCEILING() 1301 java.math.RoundingMode.CEILING); in testDivideLargeScale()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | NumberFormatTest.java | 291 ((NumberFormat) choiceFormat).setRoundingMode(RoundingMode.CEILING); in test_setRoundingMode_Normal()
|
D | DecimalFormatTest.java | 2199 decimalFormat.setRoundingMode(RoundingMode.CEILING); in test_format_withRoundingMode() 2311 decimalFormat.setRoundingMode(RoundingMode.CEILING); in test_format_withRoundingMode() 2405 decimalFormat.setRoundingMode(RoundingMode.CEILING); in test_format_withRoundingMode()
|
/libcore/ojluni/src/main/java/java/text/ |
D | DigitList.java | 438 case CEILING: in shouldRoundUp()
|
D | DecimalFormat.java | 1366 case CEILING: in convertRoundingMode()
|