Searched refs:testLog2Exact (Results 1 – 7 of 7) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/math/ | ||
D | IntMathTest.java | 226 public void testLog2Exact() { in testLog2Exact() method in IntMathTest |
D | BigIntegerMathTest.java | 173 public void testLog2Exact() { in testLog2Exact() method in BigIntegerMathTest |
D | LongMathTest.java | 284 public void testLog2Exact() { in testLog2Exact() method in LongMathTest |
/external/guava/guava-tests/test/com/google/common/math/ | ||
D | IntMathTest.java | 226 public void testLog2Exact() { in testLog2Exact() method in IntMathTest |
D | BigIntegerMathTest.java | 173 public void testLog2Exact() { in testLog2Exact() method in BigIntegerMathTest |
D | LongMathTest.java | 284 public void testLog2Exact() { in testLog2Exact() method in LongMathTest |
/external/python/cpython3/Lib/test/ | ||
D | test_math.py | 1251 def testLog2Exact(self): member in MathTests |