Home | History | Annotate | Download | only in src

Lines Matching refs:longShiftTest

501     static long longShiftTest(long value, int dist) {
985 lres = longShiftTest(0xd5aa96deff00aa01L, 16);
987 System.out.println("longShiftTest PASSED");
989 System.out.println("longShiftTest FAILED: " + lres);