Searched refs:op_prec (Results 1 – 1 of 1) sorted by relevance
1250 int op_prec = p - 3; in approximate() local1251 BigInteger op_appr = op.get_appr(op_prec); in approximate()1267 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()1292 int op_prec = p - 2; in approximate() local1293 BigInteger op_appr = op.get_appr(op_prec); in approximate()1310 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()1311 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()1387 int op_prec = p - 3; in approximate() local1388 BigInteger op_appr = op.get_appr(op_prec); in approximate()1390 BigInteger x_nth = scale(op_appr, op_prec - calc_precision); in approximate()[all …]