Home
last modified time | relevance | path

Searched defs:AndNot (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/test/
D64bit.go190 func (a Uint64) AndNot(b Uint64) (c Uint64) { func
304 func (a Int64) AndNot(b Int64) (c Int64) { return a.Uint64().AndNot(b.Uint64()).Int64() } func
/prebuilts/go/linux-x86/src/cmd/compile/internal/bitvec/
Dbv.go173 func (dst BitVec) AndNot(src1, src2 BitVec) { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dtokens.go146 AndNot // &^ const
/prebuilts/go/linux-x86/src/math/big/
Dint.go1201 func (z *Int) AndNot(x, y *Int) *Int { func