Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1422 public static short charToDoubleToShort(char value) { in charToDoubleToShort() method in Main
1768 assertIntEquals(1234, charToDoubleToShort((char) 1234)); in main()
1769 assertIntEquals(Character.MIN_VALUE, charToDoubleToShort(Character.MIN_VALUE)); in main()
1770 assertIntEquals(/* sign-extended */ -1, charToDoubleToShort(Character.MAX_VALUE)); in main()