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

  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 184 private static final double LN2_SQUARED = LN2 * LN2;
209 return (int) (-n * Math.log(p) / LN2_SQUARED);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 201 milliseconds