Searched refs:scaled_1 (Results 1 – 1 of 1) sorted by relevance
1215 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate() local1216 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() local1303 BigInteger op_inverse = scaled_1.divide(big_op); in approximate()1348 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate() local