Home | History | Annotate | Download | only in intltest

Lines Matching refs:bigN

1569     //BigInteger bigN = BigInteger.valueOf(n);
1570 //bigN = bigN.multiply(BigInteger.valueOf(m));
1571 double bigN = n * m;
1580 sprintf(buf, "%g", bigN);
1581 //logln("expected: " + bigN.toString());