HomeSort by relevance Sort by last modified time
    Searched refs:flipBit (Results 1 - 13 of 13) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFraction.java 199 denominator = BigInteger.ZERO.flipBit(-k);
201 numerator = BigInteger.valueOf(m).multiply(BigInteger.ZERO.flipBit(k));
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 476 const int flipBit = (int)getBit(src, 32);
530 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0;
591 const int flipBit = (int)getBit(src, 32);
625 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0;
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h     [all...]
  /external/llvm/lib/Support/
APInt.cpp 596 void APInt::flipBit(unsigned bitPosition) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 619 void APInt::flipBit(unsigned bitPosition) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APInt.cpp 338 void APInt::flipBit(unsigned bitPosition) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 574 void APInt::flipBit(unsigned bitPosition) {
    [all...]
  /external/v8/benchmarks/
crypto.js     [all...]

Completed in 585 milliseconds