Home | History | Annotate | Download | only in src

Lines Matching refs:divideLongByBillion

43     static long divideLongByBillion(long a) {
894 lres = divideLongByBillion(123000000000L);
896 System.out.println("divideLongByBillion PASSED");
898 System.out.println("divideLongByBillion FAILED: " + lres);