Searched refs:ushr63 (Results 1 – 1 of 1) sorted by relevance
503 public static long ushr63(long arg) { in ushr63() method in Main720 assertLongEquals(ushr63(longArg), 0x0000000000000000L); in main()726 assertLongEquals(ushr63(~longArg), 0x0000000000000001L); in main()