HomeSort by relevance Sort by last modified time
    Searched refs:big1 (Results 1 - 5 of 5) sorted by null

  /external/crcalc/src/com/hp/creals/
CR.java 197 static final BigInteger big1 = BigInteger.ONE; field in class:CR
330 BigInteger adj_k = shift(k, n+1).add(big1);
380 max_appr.compareTo(big1) <= 0
383 if (max_appr.abs().compareTo(big1) <= 0) {
483 int comp1 = this_appr.compareTo(x_appr.add(big1));
485 int comp2 = this_appr.compareTo(x_appr.subtract(big1));
    [all...]
UnaryCRFunction.java 334 if (difference.compareTo(big1) > 0) {
378 .add(big1);
380 .subtract(big1);
391 if (f_h.compareTo(arg_appr.subtract(big1)) < 0
392 || f_l.compareTo(arg_appr.add(big1)) > 0) {
408 h = rough_appr.add(big1)
410 l = rough_appr.subtract(big1)
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp     [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 679 big1 = fmt.Sprintf("%d", int64(maxInt))
696 paxGNUSparseNumBlocks: big1,
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 679 big1 = fmt.Sprintf("%d", int64(maxInt))
696 paxGNUSparseNumBlocks: big1,

Completed in 98 milliseconds