Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1257 BigInteger op_appr = op.get_appr(op_prec); in approximate() local
1273 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()
1299 BigInteger op_appr = op.get_appr(op_prec); in approximate() local
1316 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()
1317 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()
1394 BigInteger op_appr = op.get_appr(op_prec); in approximate() local
1396 BigInteger x_nth = scale(op_appr, op_prec - calc_precision); in approximate()
1407 x_nth = scale(x_nth.multiply(op_appr), op_prec); in approximate()
1447 BigInteger op_appr = op.get_appr(op_prec); in approximate() local
1462 BigInteger current_term = op_appr.shiftLeft(op_prec - calc_precision); in approximate()
[all …]