OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigm1
(Results
1 - 2
of
2
) sorted by null
/external/crcalc/src/com/hp/creals/
CR.java
198
static final BigInteger
bigm1
= BigInteger.valueOf(-1);
field in class:CR
381
&& max_appr.compareTo(
bigm1
) >= 0) {
[
all
...]
UnaryCRFunction.java
337
if (difference.compareTo(
bigm1
) < 0) {
Completed in 448 milliseconds