Ejemplo n.º 1
0
 def _le__val(self, other):
     return bitsCmp__val(self, other, AllOps.LE, le)
Ejemplo n.º 2
0
 def _ge__val(self, other):
     return bitsCmp__val(self, other, AllOps.GE, ge)
Ejemplo n.º 3
0
 def _gt__val(self, other):
     return bitsCmp__val(self, other, AllOps.GT, gt)
Ejemplo n.º 4
0
 def _lt__val(self, other):
     return bitsCmp__val(self, other, AllOps.LT, lt)
Ejemplo n.º 5
0
 def _ne__val(self, other):
     return bitsCmp__val(self, other, AllOps.NEQ, ne)
Ejemplo n.º 6
0
 def _eq__val(self, other):
     return bitsCmp__val(self, other, AllOps.EQ, eq)