Searched refs:byteToDoubleToShort (Results 1 – 1 of 1) sorted by relevance
1399 public static short byteToDoubleToShort(byte value) { in byteToDoubleToShort() method in Main1765 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()