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

1 2

  /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 266 flipBit(i int) // flip bit i of the key
286 func (k *BytesKey) flipBit(i int) {
309 func (k *Int32Key) flipBit(i int) {
332 func (k *Int64Key) flipBit(i int) {
358 func (k *EfaceKey) flipBit(i int) {
390 func (k *IfaceKey) flipBit(i int) {
432 k.flipBit(i)
434 k.flipBit(i)
488 k.flipBit((j + r) % k.bits())
  /prebuilts/go/linux-x86/src/runtime/
hash_test.go 266 flipBit(i int) // flip bit i of the key
286 func (k *BytesKey) flipBit(i int) {
309 func (k *Int32Key) flipBit(i int) {
332 func (k *Int64Key) flipBit(i int) {
358 func (k *EfaceKey) flipBit(i int) {
390 func (k *IfaceKey) flipBit(i int) {
432 k.flipBit(i)
434 k.flipBit(i)
488 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-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/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/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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-subzero/lib/Support/
APInt.cpp 574 void APInt::flipBit(unsigned bitPosition) {
    [all...]
  /external/v8/benchmarks/
crypto.js     [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 1519 milliseconds

1 2