Home
last modified time | relevance | path

Searched refs:testFactorial (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/math/
DBigIntegerMathTest_gwt.java31 public void testFactorial() throws Exception { in testFactorial() method in BigIntegerMathTest_gwt
33 testCase.testFactorial(); in testFactorial()
DIntMathTest_gwt.java56 public void testFactorial() throws Exception { in testFactorial() method in IntMathTest_gwt
58 testCase.testFactorial(); in testFactorial()
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DBigIntegerMathTest.java150 public void testFactorial() { in testFactorial() method in BigIntegerMathTest
DIntMathTest.java296 public void testFactorial() { in testFactorial() method in IntMathTest
/external/guava/guava-tests/test/com/google/common/math/
DBigIntegerMathTest.java406 public void testFactorial() {
DIntMathTest.java463 public void testFactorial() { in testFactorial() method in IntMathTest
DLongMathTest.java541 public void testFactorial() { in testFactorial() method in LongMathTest
DDoubleMathTest.java514 public void testFactorial() {
/external/python/cpython2/Lib/test/
Dtest_math.py370 def testFactorial(self): member in MathTests