Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1303 public static int intToDoubleToInt(int value) { in intToDoubleToInt() method in Main
1756 assertIntEquals(1234567, intToDoubleToInt(1234567)); in main()
1757 assertIntEquals(Integer.MIN_VALUE, intToDoubleToInt(Integer.MIN_VALUE)); in main()
1758 assertIntEquals(Integer.MAX_VALUE, intToDoubleToInt(Integer.MAX_VALUE)); in main()