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