Searched refs:bitAnd (Results 1 – 2 of 2) sorted by relevance
187 void bitAnd(const BigUnsigned &a, const BigUnsigned &b);286 ans.bitAnd(*this, x); in operator &()337 bitAnd(*this, x); in operator &=()
549 void BigUnsigned::bitAnd(const BigUnsigned &a, const BigUnsigned &b) { in bitAnd() function in BigUnsigned550 DTRT_ALIASED(this == &a || this == &b, bitAnd(a, b)); in bitAnd()