Lines Matching full:carry
1612 /// DST += RHS + CARRY where CARRY is zero or one. Returns the carry flag.
1614 integerPart carry, unsigned);
1616 /// DST -= RHS + CARRY where CARRY is zero or one. Returns the carry flag.
1618 integerPart carry, unsigned);
1631 integerPart multiplier, integerPart carry,
1680 /// Increment a bignum in-place. Return the carry flag.