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