Searched refs:longOperTest (Results 1 - 2 of 2) sorted by relevance

/art/test/003-omnibus-opcodes/src/
H A DIntMath.java378 static long[] longOperTest(long x, long y) { method in class:IntMath
379 System.out.println("IntMath.longOperTest");
588 longResults = longOperTest(70000000000L, -3L);
/art/test/107-int-math2/src/
H A DMain.java463 static int longOperTest(long x, long y) { method in class:Main
978 res = longOperTest(70000000000L, -3L);
980 System.out.println("longOperTest PASSED");
982 System.out.println("longOperTest FAILED: " + res);

Completed in 612 milliseconds