/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 812 private static void flipBit(long[] buf, int off, int n) in flipBit() method in LongArray 1586 flipBit(buf, off, bit); in reduceBit() 1591 flipBit(buf, off, ks[j] + n); in reduceBit() 1593 flipBit(buf, off, n); in reduceBit()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | LongArray.java | 813 private static void flipBit(long[] buf, int off, int n) in flipBit() method in LongArray 1587 flipBit(buf, off, bit); in reduceBit() 1592 flipBit(buf, off, ks[j] + n); in reduceBit() 1594 flipBit(buf, off, n); in reduceBit()
|
/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 | 476 const int flipBit = (int)getBit(src, 32); in decompressETC1Block() local 530 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC1Block() 591 const int flipBit = (int)getBit(src, 32); in decompressETC2Block() local 625 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC2Block()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1272 void flipBit(unsigned bitPosition);
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1105 void flipBit(unsigned bitPosition);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1248 void flipBit(unsigned bitPosition);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1483 void flipBit(unsigned bitPosition);
|
/external/v8/benchmarks/ |
D | crypto.js | 1322 BigInteger.prototype.flipBit = bnFlipBit; method in BigInteger
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 619 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 596 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 574 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 338 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt
|