Home | History | Annotate | Download | only in big

Lines Matching refs:andNot

976 	and, or, xor, andNot string
1058 return z.AndNot(x, m)
1192 testBitFun(t, "andNot", (*Int).AndNot, x, y, test.andNot)
1193 testBitFunSelf(t, "andNot", (*Int).AndNot, x, y, test.andNot)