Home | History | Annotate | Download | only in tests

Lines Matching refs:XOR

3973 template<class T> INLINE T XOR(const T &a, const T&b) { return a ^ b; }
3982 BinaryOpOriginTest<S8>(XOR<S8>);