HomeSort by relevance Sort by last modified time
    Searched refs:radices (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntegerTest.java 82 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; local
83 for (int radix : radices) {
UnsignedLongTest.java 85 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; local
86 for (int radix : radices) {

Completed in 315 milliseconds