Searched refs:ushr2 (Results 1 – 1 of 1) sorted by relevance
458 public static long ushr2(long arg) { in ushr2() method in Main716 assertLongEquals(ushr2(longArg), 0x048d159e21d950c8L); in main()722 assertLongEquals(ushr2(~longArg), 0x3b72ea61de26af37L); in main()