Searched refs:longToDouble (Results 1 – 3 of 3) sorted by relevance
698 Method longToDouble = numericCastingMethod(long.class, double.class); in testCastIntegerToFloatingPoint() local699 assertEquals(0.0, longToDouble.invoke(null, 0L)); in testCastIntegerToFloatingPoint()700 assertEquals(-1.0, longToDouble.invoke(null, -1L)); in testCastIntegerToFloatingPoint()701 assertEquals(9007199254740992.0, longToDouble.invoke(null, 9007199254740992L)); in testCastIntegerToFloatingPoint()702 assertEquals(9007199254740992.0, longToDouble.invoke(null, 9007199254740993L)); // precision in testCastIntegerToFloatingPoint()
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...