Home
last modified time | relevance | path

Searched refs:big2 (Results 1 – 3 of 3) sorted by relevance

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java481 adj = big2; in approximate()
483 adj = difference.subtract(big2); in approximate()
484 guess = (adj.signum() <= 0? l.add(big2) : l.add(adj)); in approximate()
487 BigInteger tweak = big2; in approximate()
DCR.java199 static final BigInteger big2 = BigInteger.valueOf(2); field in CR
856 if (rough_appr.compareTo(big2) > 0) { in exp()
880 if (abs_halfpi_multiples.compareTo(big2) >= 0) { in cos()
889 } else if (get_appr(-1).abs().compareTo(big2) >= 0) { in cos()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp1086 const char big2[] = "fFfFfFfFfFfFfFfF";
1092 LLAssert(llong::atoll(big2, 16) == llong(0xffffffff, 0xffffffff));