Home | History | Annotate | Download | only in big

Lines Matching defs:Not

394 // (not just a prefix) must be valid for success. If SetString fails,
447 // Modular exponentation of inputs of a particular size is not a
475 // If x or y are not nil, GCD sets their value such that z = a*x + b*y.
583 // Note that overflow of a Word is not possible when computing the remainder
649 // As this uses the math/rand package, it must not be used for
662 // and returns z. If g and n are not relatively prime, the result is undefined.
798 // returns z. The modulus p must be an odd prime. If x is not a square mod p,
800 // not an odd integer.
804 return nil // x is not a square mod p
868 // if b is 0 SetBit sets z = x &^ (1 << i). If b is not 0 or 1,
1009 // Not sets z = ^x and returns z.
1010 func (z *Int) Not(x *Int) *Int {