Home
last modified time | relevance | path

Searched refs:testLog2Exact (Results 1 – 7 of 7) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DIntMathTest.java226 public void testLog2Exact() { in testLog2Exact() method in IntMathTest
DBigIntegerMathTest.java173 public void testLog2Exact() { in testLog2Exact() method in BigIntegerMathTest
DLongMathTest.java284 public void testLog2Exact() { in testLog2Exact() method in LongMathTest
/external/guava/guava-tests/test/com/google/common/math/
DIntMathTest.java226 public void testLog2Exact() { in testLog2Exact() method in IntMathTest
DBigIntegerMathTest.java173 public void testLog2Exact() { in testLog2Exact() method in BigIntegerMathTest
DLongMathTest.java284 public void testLog2Exact() { in testLog2Exact() method in LongMathTest
/external/python/cpython3/Lib/test/
Dtest_math.py1251 def testLog2Exact(self): member in MathTests