Lines Matching refs:op_appr
1209 BigInteger op_appr = op.get_appr(op_prec); in approximate() local
1225 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()
1251 BigInteger op_appr = op.get_appr(op_prec); in approximate() local
1268 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()
1269 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()
1346 BigInteger op_appr = op.get_appr(op_prec); in approximate() local
1349 BigInteger x_nth = scale(op_appr, op_prec - calc_precision); in approximate()
1360 x_nth = scale(x_nth.multiply(op_appr), op_prec); in approximate()
1400 BigInteger op_appr = op.get_appr(op_prec); in approximate() local
1415 BigInteger current_term = op_appr.shiftLeft(op_prec - calc_precision); in approximate()
1432 current_factor = scale(current_factor.multiply(op_appr), op_prec + 2); in approximate()
1435 current_factor = current_factor.multiply(op_appr); in approximate()
1473 BigInteger op_appr = op.get_appr(prod_prec); in approximate() local
1478 last_appr.multiply(last_appr).add(op_appr); in approximate()