Searched refs:norm_shift (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 267 int norm_shift, i, j, loop; in bn_div_fixed_top() local 291 norm_shift = bn_left_align(sdiv); in bn_div_fixed_top() 295 * than input, even when norm_shift is zero. This means that amount of 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()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 267 int norm_shift, i, j, loop; in bn_div_fixed_top() local 291 norm_shift = bn_left_align(sdiv); in bn_div_fixed_top() 295 * than input, even when norm_shift is zero. This means that amount of 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 4 milliseconds