Searched refs:ushr1 (Results 1 – 1 of 1) sorted by relevance
446 public static long ushr1(long arg) { in ushr1() method in Main715 assertLongEquals(ushr1(longArg), 0x091a2b3c43b2a190L); in main()721 assertLongEquals(ushr1(~longArg), 0x76e5d4c3bc4d5e6fL); in main()