Home
last modified time | relevance | path

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

/art/test/538-checker-embed-constants/src/
DMain.java366 public static long shl63(long arg) { in shl63() method in Main
694 assertLongEquals(shl63(longArg), 0x8000000000000000L); in main()
700 assertLongEquals(shl63(~longArg), 0x0000000000000000L); in main()