Home | History | Annotate | Download | only in Support

Lines Matching full:bignum

2290 // arbitrary precision, two's-complement, bignum integer values.
2340 /* Sets the least significant part of a bignum to the input value, and
2354 /* Assign one bignum to another. */
2364 /* Returns true if a bignum is zero, false otherwise. */
2377 /* Extract the given bit of a bignum; returns 0 or 1. */
2385 /* Set the given bit of a bignum. */
2392 /* Clears the given bit of a bignum. */
2525 /* Negate a bignum in-place. */
2690 SCRATCH is a bignum of the same size as the operands and result for
2741 /* Shift a bignum left COUNT bits in-place. Shifted in bits are zero.
2775 /* Shift a bignum right COUNT bits in-place. Shifted in bits are
2838 /* Complement a bignum in-place. */
2867 /* Increment a bignum in-place, return the carry flag. */
2880 /* Decrement a bignum in-place, return the borrow flag. */
2894 /* Set the least significant BITS bits of a bignum, clear the