HomeSort by relevance Sort by last modified time
    Searched defs:flipBit (Results 1 - 25 of 56) sorted by null

1 2 3

  /libcore/luni/src/main/java/java/math/
BitLevel.java 210 * Performs a flipBit on the BigInteger, returning a BigInteger with the the
213 static BigInteger flipBit(BigInteger val, int n){
BigInteger.java 585 return BitLevel.flipBit(this, n);
605 return BitLevel.flipBit(this, n);
622 public BigInteger flipBit(int n) {
627 return BitLevel.flipBit(this, n);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hash_test.go 300 flipBit(i int) // flip bit i of the key
320 func (k *BytesKey) flipBit(i int) {
343 func (k *Int32Key) flipBit(i int) {
366 func (k *Int64Key) flipBit(i int) {
392 func (k *EfaceKey) flipBit(i int) {
424 func (k *IfaceKey) flipBit(i int) {
466 k.flipBit(i)
468 k.flipBit(i)
522 k.flipBit((j + r) % k.bits())
  /prebuilts/go/linux-x86/src/runtime/
hash_test.go 300 flipBit(i int) // flip bit i of the key
320 func (k *BytesKey) flipBit(i int) {
343 func (k *Int32Key) flipBit(i int) {
366 func (k *Int64Key) flipBit(i int) {
392 func (k *EfaceKey) flipBit(i int) {
424 func (k *IfaceKey) flipBit(i int) {
466 k.flipBit(i)
468 k.flipBit(i)
522 k.flipBit((j + r) % k.bits())
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 375 const int flipBit = (int)getBit(src, 32);
429 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0;
490 const int flipBit = (int)getBit(src, 32);
524 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0;
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 596 void APInt::flipBit(unsigned bitPosition) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 574 void APInt::flipBit(unsigned bitPosition) {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 146 milliseconds

1 2 3