Searched refs:shl32 (Results 1 – 1 of 1) sorted by relevance
312 public static long shl32(long arg) { in shl32() method in Main530 assertLongEquals(shl32(longArg), 0x8765432100000000L); in main()536 assertLongEquals(shl32(~longArg), 0x789abcde00000000L); in main()