Lines Matching refs:big1
215 static final BigInteger big1 = BigInteger.ONE; field in CR
351 BigInteger adj_k = shift(k, n+1).add(big1); in scale()
401 max_appr.compareTo(big1) <= 0 in msd()
404 if (max_appr.abs().compareTo(big1) <= 0) { in msd()
508 int comp1 = this_appr.compareTo(x_appr.add(big1)); in compareTo()
510 int comp2 = this_appr.compareTo(x_appr.subtract(big1)); in compareTo()
932 if (pi_multiples.and(big1).signum() != 0) { in cos()
1135 if (diff.compareTo(big1) <= 0) { in approximate()
1222 BigInteger dividend = big1.shiftLeft(log_scale_factor); in approximate()
1263 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate()
1268 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1308 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1310 current_term = big1.shiftLeft(-calc_precision); in approximate()
1348 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate()
1358 big1.shiftLeft(p - 2 - calc_precision); in approximate()
1402 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1460 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1539 return shifted_result.add(big1).shiftRight(1); in approximate()