Searched refs:shl63 (Results 1 – 1 of 1) sorted by relevance
334 public static long shl63(long arg) { in shl63() method in Main532 assertLongEquals(shl63(longArg), 0x8000000000000000L); in main()538 assertLongEquals(shl63(~longArg), 0x0000000000000000L); in main()