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

  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 177 * 1) Optimal k = b * ln2
180 * 4) For optimal k: m = -nlnp / ((ln2) ^ 2)
183 private static final double LN2 = Math.log(2);
184 private static final double LN2_SQUARED = LN2 * LN2;
196 return Math.max(1, (int) Math.round(m / n * LN2));
  /frameworks/av/media/libstagefright/codecs/aacdec/
e_blockswitching.h 75 LN2 = LN / 2,
  /external/icu4c/i18n/
decNumber.c     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 166 milliseconds