math/big.Int.AndNot (method)

3 uses

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

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