Home
last modified time | relevance | path

Searched defs:logical_xor (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/mpi/
Doperations.hpp140 struct logical_xor struct
142 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 ()()
/third_party/mindspore/mindspore/numpy/
Dlogic_ops.py707 def logical_xor(x1, x2, dtype=None): function
/third_party/python/Lib/
D_pydecimal.py3421 def logical_xor(self, other, context=None): member in Decimal
4811 def logical_xor(self, a, b): member in Context