math/big.Int.AndNot (method)

3 uses

	math/big (current package)
		int.go#L1102: func (z *Int) AndNot(x, y *Int) *Int {

	go/constant
		value.go#L994: 			z.AndNot(z, newInt().Lsh(big.NewInt(-1), prec)) // z &^= (-1)<<prec
		value.go#L1175: 			c.AndNot(a, b)