Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1459 final int fp_op_prec = 60; field in sqrt_CR
1486 int op_prec = (msd - fp_op_prec) & ~1; in approximate()
1487 int working_prec = op_prec - fp_op_prec; in approximate()
1489 .shiftLeft(fp_op_prec); in approximate()