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

  /external/guava/guava-tests/benchmark/com/google/common/cache/
LoadingCacheSingleThreadBenchmark.java 40 @Param("2.5") double concentration; field in class:LoadingCacheSingleThreadBenchmark
53 // power of (1/concentration) and floor()ed
54 max = Ints.checkedCast((long) Math.pow(distinctKeys, concentration));
89 * For example, if concentration=2.0, the following takes the square root of
94 return (int) Math.pow(a, 1.0 / concentration);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
MapMakerSingleThreadBenchmark.java 43 @Param("2.5") double concentration; field in class:MapMakerSingleThreadBenchmark
56 // power of (1/concentration) and floor()ed
57 max = Ints.checkedCast((long) Math.pow(distinctKeys, concentration));
92 * For example, if concentration=2.0, the following takes the square root of
97 return (int) Math.pow(a, 1.0 / concentration);
  /external/v8/test/mjsunit/
unicodelctest-no-optimization.js 76 // Increase the concentration of problematic values around the page
81 // Increase the concentration of problematic values around the ends.
85 // Increase the concentration of values near each other.
    [all...]
unicodelctest.js 75 // Increase the concentration of problematic values around the page
80 // Increase the concentration of problematic values around the ends.
84 // Increase the concentration of values near each other.
    [all...]

Completed in 131 milliseconds