Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java611 Method intToDouble = numericCastingMethod(int.class, double.class); in testCastIntegerToFloatingPoint() local
612 assertEquals(0.0, intToDouble.invoke(null, 0)); in testCastIntegerToFloatingPoint()
613 assertEquals(-1.0, intToDouble.invoke(null, -1)); in testCastIntegerToFloatingPoint()
614 assertEquals(16777216.0, intToDouble.invoke(null, 16777216)); in testCastIntegerToFloatingPoint()
615 assertEquals(16777217.0, intToDouble.invoke(null, 16777217)); in testCastIntegerToFloatingPoint()