OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flipBit
(Results
1 - 8
of
8
) sorted by null
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigIntegerOperateBitsTest.java
36
* clearBit,
flipBit
, setBit, testBit
607
*
flipBit
(int n) of a negative n
611
notes = "This is a complete subset of tests for
flipBit
method.",
612
method = "
flipBit
",
621
aNumber.
flipBit
(number);
629
*
flipBit
(int n) zero
633
notes = "This is a complete subset of tests for
flipBit
method.",
634
method = "
flipBit
",
643
BigInteger result = aNumber.
flipBit
(number);
653
*
flipBit
(int n) outside zer
[
all
...]
/dalvik/libcore/math/src/main/java/java/math/
BigInteger.java
657
return BitLevel.
flipBit
(this, n);
680
return BitLevel.
flipBit
(this, n);
700
public BigInteger
flipBit
(int n) {
701
establishOldRepresentation("
flipBit
");
706
return BitLevel.
flipBit
(this, n);
[
all
...]
BitLevel.java
313
* Performs a
flipBit
on the BigInteger, returning a BigInteger with the the
318
static BigInteger
flipBit
(BigInteger val, int n){
320
val.establishOldRepresentation("BitLevel.
flipBit
");
/external/v8/benchmarks/
crypto.js
[
all
...]
/external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js
[
all
...]
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 71 milliseconds