Searched refs:next_b (Results 1 – 2 of 2) sorted by relevance
1611 final BigInteger next_b; in approximate() local1624 next_b = next_b_as_CR.get_appr(eval_prec); in approximate()1625 final BigInteger scaled_next_b = scale(next_b, -extra_eval_prec); in approximate()1634 next_b = next_b_as_CR.get_appr(eval_prec); in approximate()1637 b_val.set(n + 1, scale(next_b, -extra_eval_prec)); in approximate()1644 b = next_b; in approximate()
259 bool next_b = in CommonFactors() local267 if (next_b) { in CommonFactors()