Home
last modified time | relevance | path

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

/art/test/107-int-math2/
Dexpected.txt12 longOperTest PASSED
/art/test/003-omnibus-opcodes/
Dexpected.txt14 IntMath.longOperTest
/art/test/003-omnibus-opcodes/src/
DIntMath.java378 static long[] longOperTest(long x, long y) { in longOperTest() method in IntMath
588 longResults = longOperTest(70000000000L, -3L); in run()
/art/test/107-int-math2/src/
DMain.java463 static int longOperTest(long x, long y) { in longOperTest() method in Main
978 res = longOperTest(70000000000L, -3L); in main()