Lines Matching refs:shiftLeft
319 CR result = valueOf(mantissa).shiftLeft(exp); in valueOf()
340 return k.shiftLeft(n); in shift()
346 return k.shiftLeft(n); in scale()
601 scaled_CR = shiftLeft(4*n); in toString()
791 public CR shiftLeft(int n) { in shiftLeft() method in CR
934 return cos_half.multiply(cos_half).shiftLeft(1).subtract(ONE); in cos()
990 return quarter.shiftLeft(2); in ln()
1216 BigInteger dividend = big1.shiftLeft(log_scale_factor); in approximate()
1257 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate()
1262 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1302 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1304 current_term = big1.shiftLeft(-calc_precision); in approximate()
1342 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate()
1352 big1.shiftLeft(p - 2 - calc_precision); in approximate()
1396 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1454 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1456 BigInteger current_term = op_appr.shiftLeft(op_prec - calc_precision); in approximate()
1540 .shiftLeft(fp_op_prec); in approximate()
1597 BigInteger a = BigInteger.ONE.shiftLeft(-eval_prec); in approximate()
1599 BigInteger t = BigInteger.ONE.shiftLeft(-eval_prec - 2); in approximate()
1636 .shiftLeft(n + eval_prec)); // shift dist. usually neg. in approximate()