Searched refs:scaledThreshold (Results 1 – 2 of 2) sorted by relevance
348 int scaledThreshold = threshold * MatchScore.SCORE_SCALE; in pickBestMatches() local354 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
335 int scaledThreshold = threshold * SCORE_SCALE; in pickBestMatches() local341 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()