Lines Matching refs:shiftLeft
409 .shiftLeft(rough_prec - working_arg_prec); in approximate()
411 .shiftLeft(rough_prec - working_arg_prec); in approximate()
417 CR h_cr = CR.valueOf(h).shiftLeft(working_arg_prec); in approximate()
426 CR l_cr = CR.valueOf(l).shiftLeft(working_arg_prec); in approximate()
472 adj = adj.shiftLeft(8); in approximate()
477 .shiftLeft(8)); in approximate()
491 .shiftLeft(working_arg_prec); in approximate()
508 .shiftLeft(working_arg_prec); in approximate()
510 .shiftLeft(working_arg_prec); in approximate()
609 CR appr_diff2 = f_high[0].subtract(f_mid[0].shiftLeft(1)).add(f_low[0]); in monotoneDerivative_UnaryCRFunction()
639 CR delta = ONE.shiftLeft(log_delta); in approximate()