Searched refs:norm_shift (Results 1 – 1 of 1) sorted by relevance
267 int norm_shift, i, j, loop; in bn_div_fixed_top() local291 norm_shift = bn_left_align(sdiv); in bn_div_fixed_top()300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()450 if (rm != NULL && bn_rshift_fixed_top(rm, snum, norm_shift) == 0) in bn_div_fixed_top()
Completed in 3 milliseconds