Exemplo n.º 1
0
 def _and__val(self, other):
     return bitsBitOp__val(self, other, AllOps.AND, vldMaskForAnd)
Exemplo n.º 2
0
 def _or__val(self, other):
     return bitsBitOp__val(self, other, AllOps.OR, vldMaskForOr)
Exemplo n.º 3
0
 def _xor__val(self, other):
     return bitsBitOp__val(self, other, AllOps.XOR, vldMaskForXor)