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