Lines Matching refs:big0
211 static final BigInteger big0 = BigInteger.ZERO; field in CR
981 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()
1513 if (msd <= max_op_prec_needed) return big0; in approximate()