Searched refs:big2 (Results 1 – 3 of 3) sorted by relevance
481 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()
199 static final BigInteger big2 = BigInteger.valueOf(2); field in CR856 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()
1086 const char big2[] = "fFfFfFfFfFfFfFfF";1092 LLAssert(llong::atoll(big2, 16) == llong(0xffffffff, 0xffffffff));