Lines Matching defs:bits
215 * of width less than 32 bits. */
526 /* count leading 0 bits in the 32-bit integer x. */
557 /* count trailing 0 bits in the 32-bit integer y, and shift y right by that
558 number of bits. */
792 /* shift a Bigint b left by k bits. Return a pointer to the shifted result,
1028 /* We can't shift more than P-1 bits without shifting out a 1. */
1031 /* The bits shifted out should all be zero. */
1038 /* The bits shifted out should all be zero. */
1056 significant bits of b; that is, 2**(*bbits-1) <= b < 2**(*bbits).
1062 d2b(U *d, int *e, int *bits)
1097 *bits = P - k;
1101 *bits = 32*i - hi0bits(x[i-1]);
1161 bits (28--31) are zero and bit 27 is set. */
1330 * shift left if necessary so divisor has 4 leading 0 bits.
1725 /* scaled rv is denormal; clear j low bits */
2220 * compute with fewer bits and propagate the carry if necessary
2651 * shift left if necessary so divisor has 4 leading 0 bits.
2653 * Perhaps we should just compute leading 28 bits of S once