Searched refs:big0 (Results 1 – 3 of 3) sorted by relevance
214 static final BigInteger big0 = BigInteger.ZERO; field in CR987 if (rough_appr.compareTo(big0) < 0) { in ln()1169 return big0; in approximate()1188 if (appr2.signum() == 0) return big0; in approximate()1221 if (log_scale_factor < 0) return big0; in approximate()1247 if (p >= 1) return big0; in approximate()1289 if (p >= 1) return big0; in approximate()1334 if (p >= 1) return big0; in approximate()1385 if (p >= 0) return big0; in approximate()1433 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()