Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for intsToMul (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java

            }
          } while (!Impl.GUAVA.noAddOverflow(longsToAdd[i][0], longsToAdd[i][1]));
          do {
            for (int j = 0; j < 2; j++) {
              intsToMul[i][j] = randomBigInteger(Integer.SIZE - 2).intValue();
            }
          } while (!Impl.GUAVA.noMulOverflow(intsToMul[i][0], intsToMul[i][1]));
          do {
            for (int j = 0; j < 2; j++) {
              longsToMul[i][j] = randomBigInteger(Long.SIZE - 2).longValue();
            }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Jul 14 14:44:08 GMT 2025
    - 6.9K bytes
    - Click Count (0)
  2. guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java

            }
          } while (!Impl.GUAVA.noAddOverflow(longsToAdd[i][0], longsToAdd[i][1]));
          do {
            for (int j = 0; j < 2; j++) {
              intsToMul[i][j] = randomBigInteger(Integer.SIZE - 2).intValue();
            }
          } while (!Impl.GUAVA.noMulOverflow(intsToMul[i][0], intsToMul[i][1]));
          do {
            for (int j = 0; j < 2; j++) {
              longsToMul[i][j] = randomBigInteger(Long.SIZE - 2).longValue();
            }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Jul 14 14:44:08 GMT 2025
    - 6.9K bytes
    - Click Count (0)
Back to Top