Home | History | Annotate | Download | only in src

Lines Matching full:lres

899         long lres;
901 lres = divideLongByBillion(123000000000L);
902 if (lres == 123) {
905 System.out.println("divideLongByBillion FAILED: " + lres);
985 lres = longShiftTest(0xd5aa96deff00aa01L, 16);
986 if (lres == 0x96deff00aa010000L) {
989 System.out.println("longShiftTest FAILED: " + lres);
1065 lres= testStackOverflow();
1066 if (lres == 0) {
1069 System.out.println("testStackOverflow FAILED: " + lres);