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