Home
last modified time | relevance | path

Searched refs:highb (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1024 BIG_CHUNK_TYPE higha, highb, coeff; in big_div_pos() local
1083 highb = b[blen - 1]; in big_div_pos()
1084 if (highb >= (BIG_CHUNK_HALF_HIGHBIT << 1)) { in big_div_pos()
1085 highb = highb >> (BIG_CHUNK_SIZE / 2); in big_div_pos()
1088 while ((highb & BIG_CHUNK_HALF_HIGHBIT) == 0) { in big_div_pos()
1089 highb = highb << 1; in big_div_pos()
1106 highb = bblow.value[bblow.len - 1]; in big_div_pos()
1118 coeff = higha / (highb + 1); in big_div_pos()
1135 coeff = higha / (highb + 1); in big_div_pos()