Lines Matching refs:shiftLeft
322 CR result = valueOf(mantissa).shiftLeft(exp); in valueOf()
343 return k.shiftLeft(n); in shift()
349 return k.shiftLeft(n); in scale()
604 scaled_CR = shiftLeft(4*n); in toString()
797 public CR shiftLeft(int n) { in shiftLeft() method in CR
940 return cos_half.multiply(cos_half).shiftLeft(1).subtract(ONE); in cos()
996 return quarter.shiftLeft(2); in ln()
1222 BigInteger dividend = big1.shiftLeft(log_scale_factor); in approximate()
1263 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate()
1268 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1308 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1310 current_term = big1.shiftLeft(-calc_precision); in approximate()
1348 BigInteger scaled_1 = big1.shiftLeft(-calc_precision); in approximate()
1358 big1.shiftLeft(p - 2 - calc_precision); in approximate()
1402 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1460 big1.shiftLeft(p - 4 - calc_precision); in approximate()
1462 BigInteger current_term = op_appr.shiftLeft(op_prec - calc_precision); in approximate()
1546 .shiftLeft(fp_op_prec); in approximate()
1603 BigInteger a = BigInteger.ONE.shiftLeft(-eval_prec); in approximate()
1605 BigInteger t = BigInteger.ONE.shiftLeft(-eval_prec - 2); in approximate()
1642 .shiftLeft(n + eval_prec)); // shift dist. usually neg. in approximate()