Searched refs:bestScore (Results 1 – 10 of 10) sorted by relevance
83 float bestScore = 0.0; \90 thisScore = v->scoreFactory(a, bestScore); \91 if (thisScore > bestScore) { \93 bestScore = thisScore; \97 if (0.0 == bestScore) { \
208 final ScoreEntry bestScore = scoreboard.get(lang); in filterByLanguage() local209 if (bestScore == null) { in filterByLanguage()212 bestScore.updateIfBetter(score, i); in filterByLanguage()
301 etc1_uint32 bestScore = ~0; in chooseModifier() local313 if (score >= bestScore) { in chooseModifier()318 if (score >= bestScore) { in chooseModifier()323 if (score < bestScore) { in chooseModifier()324 bestScore = score; in chooseModifier()331 return bestScore; in chooseModifier()
216 int bestScore = -1; in getDefaultTrack() local254 if (score > bestScore) { in getDefaultTrack()255 bestScore = score; in getDefaultTrack()
195 final Comparator<File> bestScore = (a, b) -> { in createAudioThumbnail() local199 final File bestFile = Arrays.asList(found).stream().max(bestScore).orElse(null); in createAudioThumbnail()
478 uint32_t bestScore = kUnsupportedFontScore; in getFamilyForChar() local490 if (score != kUnsupportedFontScore && score >= bestScore) { in getFamilyForChar()491 if (score > bestScore) { in getFamilyForChar()493 bestScore = score; in getFamilyForChar()866 uint32_t bestScore = 0xFFFFFFFF; in getBestFont() local875 if (score < bestScore) { in getBestFont()877 bestScore = score; in getBestFont()
225 int64_t bestScore; in prime() local256 if (i == 0 || score > bestScore) { in prime()257 bestScore = score; in prime()
807 int bestScore = TELEPHONY_INVALID_SCORE;831 if (bestSuggestion == null || bestScore < candidateScore) {833 bestScore = candidateScore;834 } else if (bestScore == candidateScore) {
704 int bestScore = normal.getMatchScore(bestFont.getStyle()); in buildTypeface() local708 if (score < bestScore) { in buildTypeface()710 bestScore = score; in buildTypeface()
368 int bestScore = normal.getMatchScore(bestFont.getStyle()); in createFromResources() local372 if (score < bestScore) { in createFromResources()374 bestScore = score; in createFromResources()