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.java1208 int op_prec = p - 3; in approximate() local
1209 BigInteger op_appr = op.get_appr(op_prec); in approximate()
1225 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()
1250 int op_prec = p - 2; in approximate() local
1251 BigInteger op_appr = op.get_appr(op_prec); in approximate()
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()
1345 int op_prec = p - 3; in approximate() local
1346 BigInteger op_appr = op.get_appr(op_prec); in approximate()
1349 BigInteger x_nth = scale(op_appr, op_prec - calc_precision); in approximate()
[all …]