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

/art/test/003-omnibus-opcodes/src/
H A DIntMath.java426 static long[] longShiftTest(long value, int dist) { method in class:IntMath
427 System.out.println("IntMath.longShiftTest");
599 longResults = longShiftTest(0xd5aa96deff00aa01L, 16);
/art/test/107-int-math2/src/
H A DMain.java501 static long longShiftTest(long value, int dist) { method in class:Main
985 lres = longShiftTest(0xd5aa96deff00aa01L, 16);
987 System.out.println("longShiftTest PASSED");
989 System.out.println("longShiftTest FAILED: " + lres);

Completed in 76 milliseconds