Home
last modified time | relevance | path

Searched defs:bd2 (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/math/BigDecimal/
DFloatDoubleValueTests.java95 BigDecimal bd2 = new BigDecimal(-i); in testFloatDoubleValue() local
124 BigDecimal bd2 = new BigDecimal(-i); in testDoubleValue() local
136 BigDecimal bd2 = new BigDecimal(-i); in testDoubleValue() local
153 BigDecimal bd2 = new BigDecimal(-i); in testFloatValue() local
DRangeTests.java157 BigDecimal bd2 = (new BigDecimal(bi,scale)).round(mc); in testRoundingFromBigInteger() local
196 BigDecimal bd2 = new BigDecimal(Long.MIN_VALUE).round(mc); in minLongConstructorTest() local
DRoundingTests.java42 BigDecimal bd2 = null; in roundingTests() local
DMultiplyTests.java49 BigDecimal[] bd2 = { in multiplyTests() local
DAddTests.java58 BigDecimal bd2 = new BigDecimal(new BigInteger("2790000"), 1); in simpleTests() local
DSquareRootTests.java130 BigDecimal bd2 = bd1.multiply(ONE_TENTH); in twoDigitTests() local
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java1868 BigDecimal bd2 = new BigDecimal("12.21"); in testSetObject_int_Object_int_int() local