Home
last modified time | relevance | path

Searched refs:ushr31 (Results 1 – 1 of 1) sorted by relevance

/art/test/538-checker-embed-constants/src/
DMain.java470 public static long ushr31(long arg) { in ushr31() method in Main
717 assertLongEquals(ushr31(longArg), 0x000000002468acf1L); in main()
723 assertLongEquals(ushr31(~longArg), 0x00000001db97530eL); in main()