Searched refs:flipBit (Results 1 - 18 of 18) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DBigFraction.java199 denominator = BigInteger.ZERO.flipBit(-k);
201 numerator = BigInteger.valueOf(m).multiply(BigInteger.ZERO.flipBit(k));
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp375 const int flipBit = (int)getBit(src, 32); local
429 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0;
490 const int flipBit = (int)getBit(src, 32); local
524 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java807 private static void flipBit(long[] buf, int off, int n) method in class:LongArray
1581 flipBit(buf, off, bit);
1586 flipBit(buf, off, ks[j] + n);
1588 flipBit(buf, off, n);
/external/llvm/include/llvm/ADT/
H A DAPInt.h1272 void flipBit(unsigned bitPosition);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPInt.h1105 void flipBit(unsigned bitPosition);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1248 void flipBit(unsigned bitPosition);
/external/llvm/lib/Support/
H A DAPInt.cpp596 void APInt::flipBit(unsigned bitPosition) { function in class:APInt
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPInt.cpp619 void APInt::flipBit(unsigned bitPosition) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp574 void APInt::flipBit(unsigned bitPosition) { function in class:APInt
/external/v8/benchmarks/
H A Dcrypto.js1322 BigInteger.prototype.flipBit = bnFlipBit;
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 462 milliseconds