Searched refs:flipBit (Results 1 – 6 of 6) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
D | BigFraction.java | 199 denominator = BigInteger.ZERO.flipBit(-k); in BigFraction() 201 numerator = BigInteger.valueOf(m).multiply(BigInteger.ZERO.flipBit(k)); in BigFraction()
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 375 const int flipBit = (int)getBit(src, 32); in decompressETC1Block() local 429 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC1Block() 490 const int flipBit = (int)getBit(src, 32); in decompressETC2Block() local 524 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC2Block()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 807 private static void flipBit(long[] buf, int off, int n) in flipBit() method in LongArray 1581 flipBit(buf, off, bit); in reduceBit() 1586 flipBit(buf, off, ks[j] + n); in reduceBit() 1588 flipBit(buf, off, n); in reduceBit()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1267 void flipBit(unsigned bitPosition);
|
/external/v8/benchmarks/ |
D | crypto.js | 1322 BigInteger.prototype.flipBit = bnFlipBit; method in BigInteger
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 609 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt
|