Searched refs:filter_rate (Results 1 – 1 of 1) sorted by relevance
410 double filter_rate = BloomMath::CacheLocalFpRate(bits_per_key, num_probes, in EstimatedFpRate() local416 filter_rate += 0.1 / (bits_per_key * 0.75 + 22); in EstimatedFpRate()423 return BloomMath::IndependentProbabilitySum(filter_rate, fingerprint_rate); in EstimatedFpRate()