Home
last modified time | relevance | path

Searched defs:bd1 (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/test/java/math/BigDecimal/
DFloatDoubleValueTests.java94 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
123 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
135 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
152 BigDecimal bd1 = new BigDecimal(i); in testFloatValue() local
DRangeTests.java156 BigDecimal bd1 = new BigDecimal(bi,scale, mc); in testRoundingFromBigInteger() local
195 BigDecimal bd1 = new BigDecimal(Long.MIN_VALUE,mc); in minLongConstructorTest() local
DRoundingTests.java41 BigDecimal bd1 = BigDecimal.valueOf(11, Integer.MIN_VALUE); in roundingTests() local
DMultiplyTests.java43 BigDecimal[] bd1 = { in multiplyTests() local
DAddTests.java53 BigDecimal[] bd1 = { in simpleTests() local
DSquareRootTests.java129 BigDecimal bd1 = bd0.multiply(ONE_TENTH); in twoDigitTests() local