OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:azillion
(Results
1 - 2
of
2
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
OldBigIntegerTest.java
29
BigInteger
aZillion
= new BigInteger("100000000000000000000000000000000000000000000000000", 10);
294
assertTrue("Incorrect sum--wanted a zillion",
aZillion
.add(
aZillion
)
295
.add(
aZillion
.negate()).equals(
aZillion
));
318
BigInteger sum =
aZillion
;
BigIntegerTest.java
41
BigInteger
aZillion
= new BigInteger(
271
assertTrue("Incorrect sum--wanted a zillion",
aZillion
.add(
aZillion
)
272
.add(
aZillion
.negate()).equals(
aZillion
));
308
!
aZillion
.negate().equals(
aZillion
));
310
aZillion
.negate().negate().equals(
aZillion
));
343
assertTrue("Invalid number returned for zillion",
aZillion
.negate(
[
all
...]
Completed in 528 milliseconds