Searched refs:big0 (Results 1 – 3 of 3) sorted by relevance
211 static final BigInteger big0 = BigInteger.ZERO; field in CR981 if (rough_appr.compareTo(big0) < 0) { in ln()1163 return big0; in approximate()1182 if (appr2.signum() == 0) return big0; in approximate()1215 if (log_scale_factor < 0) return big0; in approximate()1241 if (p >= 1) return big0; in approximate()1283 if (p >= 1) return big0; in approximate()1328 if (p >= 1) return big0; in approximate()1379 if (p >= 0) return big0; in approximate()1427 if (p >= 2) return big0; // Never bigger than 4. in approximate()[all …]
349 if (digits_needed < 0) return big0; in approximate()
167 final BigInteger big0 = ZipUtil.longToBig(l0); in testLongToBig() local173 assertEquals(0, big0.longValue()); in testLongToBig()