Searched refs:IRRELEVANCE_FLOOR (Results 1 – 1 of 1) sorted by relevance
208 private static final double IRRELEVANCE_FLOOR = field in RelevanceUtils256 return (int) (IRRELEVANCE_FLOOR / powF((float) delay / HALF_LIFE_MS) - IRRELEVANCE_FLOOR); in computeRelevanceForTargetDate()277 final double oldRelevance = IRRELEVANCE_FLOOR / divisionFactor; in bumpExpiryDuration()279 (long) (HALF_LIFE_MS * logF(IRRELEVANCE_FLOOR / (RELEVANCE_BUMP + oldRelevance))); in bumpExpiryDuration()