Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1342 public static int byteToDoubleToInt(byte value) { in byteToDoubleToInt() method in Main
1760 assertIntEquals(12, byteToDoubleToInt((byte) 12)); in main()
1761 assertIntEquals(Byte.MIN_VALUE, byteToDoubleToInt(Byte.MIN_VALUE)); in main()
1762 assertIntEquals(Byte.MAX_VALUE, byteToDoubleToInt(Byte.MAX_VALUE)); in main()