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