Searched refs:bitXor (Results 1 – 2 of 2) sorted by relevance
189 void bitXor(const BigUnsigned &a, const BigUnsigned &b);296 ans.bitXor(*this, x); in operator ^()343 bitXor(*this, x); in operator ^=()
580 void BigUnsigned::bitXor(const BigUnsigned &a, const BigUnsigned &b) { in bitXor() function in BigUnsigned581 DTRT_ALIASED(this == &a || this == &b, bitXor(a, b)); in bitXor()