Home
last modified time | relevance | path

Searched refs:firstN (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DBigIntegerMathTest.java174 private static void runBinomialTest(int firstN, int lastN) { in runBinomialTest() argument
175 for (int n = firstN; n <= lastN; n++) { in runBinomialTest()
/external/guava/guava-tests/test/com/google/common/math/
DBigIntegerMathTest.java435 private static void runBinomialTest(int firstN, int lastN) {
436 for (int n = firstN; n <= lastN; n++) {