Lines Matching full:big1
197 static final BigInteger big1 = BigInteger.ONE;
330 BigInteger adj_k = shift(k, n+1).add(big1);
380 max_appr.compareTo(big1) <= 0
383 if (max_appr.abs().compareTo(big1) <= 0) {
483 int comp1 = this_appr.compareTo(x_appr.add(big1));
485 int comp2 = this_appr.compareTo(x_appr.subtract(big1));
884 if (pi_multiples.and(big1).signum() != 0) {
1087 if (diff.compareTo(big1) <= 0) {
1174 BigInteger dividend = big1.shiftLeft(log_scale_factor);
1215 BigInteger scaled_1 = big1.shiftLeft(-calc_precision);
1220 big1.shiftLeft(p - 4 - calc_precision);
1260 big1.shiftLeft(p - 4 - calc_precision);
1262 current_term = big1.shiftLeft(-calc_precision);
1300 BigInteger scaled_1 = big1.shiftLeft(-calc_precision);
1310 big1.shiftLeft(p - 2 - calc_precision);
1348 BigInteger scaled_1 = big1.shiftLeft(-calc_precision);
1355 big1.shiftLeft(p - 4 - calc_precision);
1413 big1.shiftLeft(p - 4 - calc_precision);
1482 return shifted_result.add(big1).shiftRight(1);