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

  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
UnsignedLongTest.java 110 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; local
111 for (int radix : radices) {
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntegerTest.java 123 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; local
124 for (int radix : radices) {
UnsignedLongTest.java 124 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; local
125 for (int radix : radices) {

Completed in 1085 milliseconds