Lines Matching full:bignum
2268 // arbitrary precision, two's-complement, bignum integer values.
2319 /* Sets the least significant part of a bignum to the input value, and
2333 /* Assign one bignum to another. */
2343 /* Returns true if a bignum is zero, false otherwise. */
2356 /* Extract the given bit of a bignum; returns 0 or 1. */
2364 /* Set the given bit of a bignum. */
2371 /* Clears the given bit of a bignum. */
2504 /* Negate a bignum in-place. */
2669 SCRATCH is a bignum of the same size as the operands and result for
2718 /* Shift a bignum left COUNT bits in-place. Shifted in bits are zero.
2752 /* Shift a bignum right COUNT bits in-place. Shifted in bits are
2815 /* Complement a bignum in-place. */
2844 /* Increment a bignum in-place, return the carry flag. */
2857 /* Decrement a bignum in-place, return the borrow flag. */
2871 /* Set the least significant BITS bits of a bignum, clear the