Searched refs:scaledThreshold (Results 1 – 2 of 2) sorted by relevance
346 int scaledThreshold = threshold * MatchScore.SCORE_SCALE; in pickBestMatches() local352 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
333 int scaledThreshold = threshold * SCORE_SCALE; in pickBestMatches() local339 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()