Searched defs:logical_xor (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Ddecimal.py3297 return self.logical_xor(_dec_from_triple(0,'1'*context.prec,0),
3317 def logical_xor(self, other, context=None): member in class:Decimal
4635 def logical_xor(self, a, b): member in class:Context
4640 >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('0'))
4642 >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('1'))
4644 >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('0'))
4646 >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('1'))
4648 >>> ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010'))
4650 >>> ExtendedContext.logical_xor(Decimal('1111'), Decimal('10'))
4652 >>> ExtendedContext.logical_xor(11
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Ddecimal.py3297 return self.logical_xor(_dec_from_triple(0,'1'*context.prec,0),
3317 def logical_xor(self, other, context=None): member in class:Decimal
4635 def logical_xor(self, a, b): member in class:Context
4640 >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('0'))
4642 >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('1'))
4644 >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('0'))
4646 >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('1'))
4648 >>> ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010'))
4650 >>> ExtendedContext.logical_xor(Decimal('1111'), Decimal('10'))
4652 >>> ExtendedContext.logical_xor(11
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py3297 return self.logical_xor(_dec_from_triple(0,'1'*context.prec,0),
3317 def logical_xor(self, other, context=None): member in class:Decimal
4635 def logical_xor(self, a, b): member in class:Context
4640 >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('0'))
4642 >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('1'))
4644 >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('0'))
4646 >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('1'))
4648 >>> ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010'))
4650 >>> ExtendedContext.logical_xor(Decimal('1111'), Decimal('10'))
4652 >>> ExtendedContext.logical_xor(11
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py3297 return self.logical_xor(_dec_from_triple(0,'1'*context.prec,0),
3317 def logical_xor(self, other, context=None): member in class:Decimal
4635 def logical_xor(self, a, b): member in class:Context
4640 >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('0'))
4642 >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('1'))
4644 >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('0'))
4646 >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('1'))
4648 >>> ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010'))
4650 >>> ExtendedContext.logical_xor(Decimal('1111'), Decimal('10'))
4652 >>> ExtendedContext.logical_xor(11
[all...]

Completed in 111 milliseconds