Home
last modified time | relevance | path

Searched refs:flipBit (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerOperateBitsTest.java439 aNumber.flipBit(number); in testFlipBitException()
454 BigInteger result = aNumber.flipBit(number); in testFlipBitZero()
472 BigInteger result = aNumber.flipBit(number); in testFlipBitZeroOutside1()
490 BigInteger result = aNumber.flipBit(number); in testFlipBitZeroOutside2()
508 BigInteger result = aNumber.flipBit(number); in testFlipBitLeftmostNegative()
526 BigInteger result = aNumber.flipBit(number); in testFlipBitLeftmostPositive()
544 BigInteger result = aNumber.flipBit(number); in testFlipBitNegativeInside1()
562 BigInteger result = aNumber.flipBit(number); in testFlipBitNegativeInside2()
579 BigInteger result = aNumber.flipBit(number); in testFlipBitNegativeInside3()
593 BigInteger result = aNumber.flipBit(number); in testFlipBitNegativeInside4()
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
DIntArray.java321 public void flipBit(int n)
404 flipBit(bit);
405 flipBit(i);
409 flipBit(redPol[l] + bit);
/external/llvm/include/llvm/ADT/
DAPInt.h1105 void flipBit(unsigned bitPosition);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js1314 BigInteger.prototype.flipBit = bnFlipBit; method in BigInteger
/external/v8/benchmarks/
Dcrypto.js1322 BigInteger.prototype.flipBit = bnFlipBit; method in BigInteger
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js1314 BigInteger.prototype.flipBit = bnFlipBit; method in BigInteger
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js1314 BigInteger.prototype.flipBit = bnFlipBit; method in BigInteger
/external/llvm/lib/Support/
DAPInt.cpp616 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt