Searched refs:ushr31 (Results 1 – 1 of 1) sorted by relevance
470 public static long ushr31(long arg) { in ushr31() method in Main717 assertLongEquals(ushr31(longArg), 0x000000002468acf1L); in main()723 assertLongEquals(ushr31(~longArg), 0x00000001db97530eL); in main()