Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1215 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate() local
1216 BigInteger current_term = scaled_1; in approximate()
1217 BigInteger current_sum = scaled_1; in approximate()
1300 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate() local
1303 BigInteger op_inverse = scaled_1.divide(big_op); in approximate()
1348 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate() local