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