Searched refs:hi0bits (Results 1 – 5 of 5) sorted by relevance
240 if (hi0bits(b->x[b->wds - 1]) != j) {851 if (hi0bits(rvb->x[rvb->wds - 1]) != j)925 j = hi0bits(rvb->x[rvb->wds-1]);931 || hi0bits( rvb->x[k]) >932 hi0bits(rvb0->x[k])) {950 || hi0bits(rvb->x[k]) < hi0bits(rvb0->x[k])) {
639 k = hi0bits(y);801 *bits = 4*P + 8 - k - hi0bits(word0(&d) & Frac_mask);811 *bits = 32*i - hi0bits(x[i-1]);813 *bits = (i+2)*16 - hi0bits(x[i]);
231 n = ULbits*n - hi0bits(L);337 && hi0bits(x[k-1]) < 32-n)) {
563 #define hi0bits __hi0bits_D2A macro618 extern int hi0bits ANSI((ULong));
528 hi0bits(ULong x) in hi0bits() function959 k = hi0bits(y); in b2d()1100 *bits = 32*i - hi0bits(x[i-1]); in d2b()1152 int rv = hi0bits(b->x[b->wds-1]) - 4; in dshift()