Searched refs:testPow (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-tests/test/com/google/common/math/ | ||
D | IntMathTest.java | 270 public void testPow() { in testPow() method in IntMathTest |
D | LongMathTest.java | 314 public void testPow() { in testPow() method in LongMathTest |
/external/python/cpython2/Lib/test/ | ||
D | test_math.py | 650 def testPow(self): member in MathTests |