Searched defs:logical_xor (Results 1 – 3 of 3) sorted by relevance
140 struct logical_xor struct142 typedef T first_argument_type;143 typedef T second_argument_type;144 typedef T result_type;146 T operator()(const T& x, const T& y) const in operator ()()
707 def logical_xor(x1, x2, dtype=None): function
3421 def logical_xor(self, other, context=None): member in Decimal4811 def logical_xor(self, a, b): member in Context