Home
last modified time | relevance | path

Searched defs:logical_xor (Results 1 – 2 of 2) 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/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