Searched refs:intAnd0x17fffToShort (Results 1 – 1 of 1) sorted by relevance
1616 public static short intAnd0x17fffToShort(int value) { in intAnd0x17fffToShort() method in Main1802 assertIntEquals(0x4321, intAnd0x17fffToShort(0x87654321)); in main()1803 assertIntEquals(0x0888, intAnd0x17fffToShort(0x88888888)); in main()1804 assertIntEquals(0, intAnd0x17fffToShort(Integer.MIN_VALUE)); in main()1805 assertIntEquals(Short.MAX_VALUE, intAnd0x17fffToShort(Integer.MAX_VALUE)); in main()