Searched refs:bblow (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/common/bignum/ |
H A D | bignumimpl.c | 1026 BIGNUM bbhigh, bblow, tresult, tmp1, tmp2; in big_div_pos() local 1062 if ((err = big_init1(&bblow, blen + 1, in big_div_pos() 1093 big_shiftleft(&bblow, bb, offs); in big_div_pos() 1096 big_shiftleft(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2); in big_div_pos() 1098 big_shiftright(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2); in big_div_pos() 1106 highb = bblow.value[bblow.len - 1]; in big_div_pos() 1109 rlen = tmp1.len - bblow.len + 1; in big_div_pos() 1119 big_mulhalf_high(&tmp2, &bblow, coeff); in big_div_pos() 1136 big_mulhalf_low(&tmp2, &bblow, coeff); in big_div_pos() 1139 while (big_cmp_abs_high(&tmp1, &bblow) >= 0) { in big_div_pos() [all …]
|