Home
last modified time | relevance | path

Searched refs:op_prec (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java1250 int op_prec = p - 3; in approximate() local
1251 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() local
1293 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() local
1388 BigInteger op_appr = op.get_appr(op_prec); in approximate()
1390 BigInteger x_nth = scale(op_appr, op_prec - calc_precision); in approximate()
[all …]