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

1 2 3

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerOperateBitsTest.java 29 * clearBit, flipBit, setBit, testBit
431 * flipBit(int n) of a negative n
439 aNumber.flipBit(number);
446 * flipBit(int n) zero
454 BigInteger result = aNumber.flipBit(number);
464 * flipBit(int n) outside zero
472 BigInteger result = aNumber.flipBit(number);
482 * flipBit(int n) outside zero
490 BigInteger result = aNumber.flipBit(number);
500 * flipBit(int n) the leftmost bit in a negative numbe
    [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())
  /libcore/luni/src/main/java/java/math/
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...]
BitLevel.java 210 * Performs a flipBit on the BigInteger, returning a BigInteger with the the
213 static BigInteger flipBit(BigInteger val, int n){
  /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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [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-subzero/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h     [all...]

Completed in 570 milliseconds

1 2 3