Home
last modified time | relevance | path

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

/aosp12/art/test/107-int-math2/
H A Dexpected-stdout.txt13 longShiftTest PASSED
/aosp12/art/test/003-omnibus-opcodes/
H A Dexpected-stdout.txt21 IntMath.longShiftTest
/aosp12/art/test/003-omnibus-opcodes/src/
H A DIntMath.java426 static long[] longShiftTest(long value, int dist) { in longShiftTest() method in IntMath
599 longResults = longShiftTest(0xd5aa96deff00aa01L, 16); in run()
/aosp12/art/test/107-int-math2/src/
H A DMain.java501 static long longShiftTest(long value, int dist) { in longShiftTest() method in Main
985 lres = longShiftTest(0xd5aa96deff00aa01L, 16); in main()