Home
last modified time | relevance | path

Searched refs:CEILING (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/java/math/
DOldBigDecimalConstructorsTest.java38 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 …]
DOldBigDecimalTest.java81 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()
DOldBigDecimalCompareTest.java44 mc = new MathContext(34, RoundingMode.CEILING); in testAbsMathContextNeg()
DOldBigDecimalArithmeticTest.java495 mc = new MathContext(33, RoundingMode.CEILING); in testRoundNonTrivial()
573 RoundingMode rm = RoundingMode.CEILING; in test_DivideBigDecimalRoundingModeCEILING()
DBigDecimalTest.java138 checkDivide("0", 1, Long.MIN_VALUE, 0, RoundingMode.CEILING); in testDivideRounding()
/libcore/ojluni/src/main/java/java/math/
DRoundingMode.java195 CEILING(BigDecimal.ROUND_CEILING), enumConstant
383 case BigDecimal.ROUND_CEILING -> CEILING; in valueOf()
DBigDecimal.java2312 case CEILING: in sqrt()
2419 case CEILING:
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigDecimalConstructorsTest.java102 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()
DRoundingModeTest.java29 …f failed for ROUND_CEILING", RoundingMode.valueOf(BigDecimal.ROUND_CEILING), RoundingMode.CEILING); in test_valueOfI()
DBigDecimalCompareTest.java404 RoundingMode rm = RoundingMode.CEILING; in testPlusMathContextNegative()
464 RoundingMode rm = RoundingMode.CEILING; in testNegateMathContextNegative()
DBigDecimalArithmeticTest.java131 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/ojluni/src/test/java/math/BigDecimal/
DSquareRootTests.java95 RoundingMode.CEILING, RoundingMode.FLOOR, in oneDigitTests()
124 RoundingMode.CEILING, RoundingMode.FLOOR, in twoDigitTests()
190 RoundingMode.CEILING, RoundingMode.FLOOR, in squareRootTwoTests()
287 MathContext mc = new MathContext(i, RoundingMode.CEILING);
650 case CEILING:
DNegateTests.java79 negateTest(testCasesCeiling, new MathContext(1, RoundingMode.CEILING)); in negateTests()
/libcore/ojluni/src/test/java/math/RoundingMode/
DRoundingModeTests.java53 Assert.assertEquals(RoundingMode.CEILING, RoundingMode.valueOf(BigDecimal.ROUND_CEILING), in testRoundingMode()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DNumberFormatTest.java291 ((NumberFormat) choiceFormat).setRoundingMode(RoundingMode.CEILING); in test_setRoundingMode_Normal()
DDecimalFormatTest.java2235 decimalFormat.setRoundingMode(RoundingMode.CEILING); in test_format_withRoundingMode()
2347 decimalFormat.setRoundingMode(RoundingMode.CEILING); in test_format_withRoundingMode()
2441 decimalFormat.setRoundingMode(RoundingMode.CEILING); in test_format_withRoundingMode()
/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java4319 case CEILING: in convertRoundingMode()
/libcore/api/
Dcurrent.txt5314 enum_constant public static final java.math.RoundingMode CEILING;