Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1399 public static short byteToDoubleToShort(byte value) { in byteToDoubleToShort() method in Main
1765 assertIntEquals(123, byteToDoubleToShort((byte) 123)); in main()
1766 assertIntEquals(Byte.MIN_VALUE, byteToDoubleToShort(Byte.MIN_VALUE)); in main()
1767 assertIntEquals(Byte.MAX_VALUE, byteToDoubleToShort(Byte.MAX_VALUE)); in main()