Lines Matching refs:big0
196 static final BigInteger big0 = BigInteger.ZERO; field in CR
939 if (rough_appr.compareTo(big0) < 0) { in ln()
1121 return big0; in approximate()
1140 if (appr2.signum() == 0) return big0; in approximate()
1173 if (log_scale_factor < 0) return big0; in approximate()
1199 if (p >= 1) return big0; in approximate()
1241 if (p >= 1) return big0; in approximate()
1286 if (p >= 1) return big0; in approximate()
1337 if (p >= 0) return big0; in approximate()
1386 if (p >= 2) return big0; // Never bigger than 4. in approximate()
1463 if (msd <= max_prec_needed) return big0; in approximate()