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