Searched refs:ushr32 (Results 1 – 1 of 1) sorted by relevance
481 public static long ushr32(long arg) { in ushr32() method in Main718 assertLongEquals(ushr32(longArg), 0x0000000012345678L); in main()724 assertLongEquals(ushr32(~longArg), 0x00000000edcba987L); in main()