Home
last modified time | relevance | path

Searched refs:base_estimate (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/util/
Dbloom_impl.h62 double base_estimate = num_keys * inv_fingerprint_space; in FingerprintFpRate() local
64 if (base_estimate > 0.0001) { in FingerprintFpRate()
67 return 1.0 - std::exp(-base_estimate); in FingerprintFpRate()
72 return base_estimate - (base_estimate * base_estimate * 0.5); in FingerprintFpRate()