Home | History | Annotate | Download | only in big

Lines Matching defs:Not

365 // (not just a prefix) must be valid for success. If SetString fails,
408 // Modular exponentation of inputs of a particular size is not a
436 // If x and y are not nil, GCD sets x and y such that z = a*x + b*y.
516 // a, b must not be used anymore (may be aliases with u)
568 // and returns z. If g and n are not relatively prime, the result is undefined.
705 not a square mod p,
707 // not an odd integer.
711 return nil // x is not a square mod p
775 // if b is 0 SetBit sets z = x &^ (1 << i). If b is not 0 or 1,
916 // Not sets z = ^x and returns z.
917 func (z *Int) Not(x *Int) *Int {