Home | History | Annotate | Download | only in Support

Lines Matching full:complement

560     // Sign bit is set so perform two's complement to make it positive
565 // Sign bit is set so perform two's complement to make it positive
1594 // true value plus b**(n+1), namely as the b's complement of
1598 bool carry = true; // true because b's complement is "complement + 1"
1600 u[i] = ~u[i] + carry; // b's complement
1604 DEBUG(dbgs() << "KnuthDiv: after complement:");
2117 // If its negative, put it in two's complement form
2268 // arbitrary precision, two's-complement, bignum integer values.
2815 /* Complement a bignum in-place. */