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