Searched refs:flipBit (Results 1 – 7 of 7) sorted by relevance
129 ### bi.flipBit
1196 BigInteger.prototype.flipBit = bnFlipBit; method in BigInteger
476 const int flipBit = (int)getBit(src, 32); in decompressETC1Block() local530 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC1Block()591 const int flipBit = (int)getBit(src, 32); in decompressETC2Block() local625 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC2Block()
1248 void flipBit(unsigned bitPosition);
1545 void flipBit(unsigned bitPosition);
559 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt
339 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt