Home | History | Annotate | Download | only in creals

Lines Matching refs:shiftLeft

301         CR result = valueOf(mantissa).shiftLeft(exp);
322 return k.shiftLeft(n);
328 return k.shiftLeft(n);
573 scaled_CR = shiftLeft(4*n);
757 public CR shiftLeft(int n) {
892 return cos_half.multiply(cos_half).shiftLeft(1).subtract(ONE);
948 return quarter.shiftLeft(2);
1174 BigInteger dividend = big1.shiftLeft(log_scale_factor);
1215 BigInteger scaled_1 = big1.shiftLeft(-calc_precision);
1220 big1.shiftLeft(p - 4 - calc_precision);
1260 big1.shiftLeft(p - 4 - calc_precision);
1262 current_term = big1.shiftLeft(-calc_precision);
1300 BigInteger scaled_1 = big1.shiftLeft(-calc_precision);
1310 big1.shiftLeft(p - 2 - calc_precision);
1348 BigInteger scaled_1 = big1.shiftLeft(-calc_precision);
1355 big1.shiftLeft(p - 4 - calc_precision);
1413 big1.shiftLeft(p - 4 - calc_precision);
1415 BigInteger current_term = op_appr.shiftLeft(op_prec - calc_precision);
1489 .shiftLeft(fp_op_prec);