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) { \
79 int bestScore = Integer.MAX_VALUE; // smaller is better in findBestEntry() local85 if (bestEntry == null || bestScore > score) { in findBestEntry()87 bestScore = score; in findBestEntry()
270 byte bestScore = -1; in reevaluateServiceState()307 if (thisScore <= bestScore) in reevaluateServiceState()316 bestScore = thisScore; in reevaluateServiceState()349 byte newPrio = (bestScore > 0) in reevaluateServiceState()350 ? (byte)(bestScore * BASE_SERVER_PRIO) in reevaluateServiceState()
197 final ScoreEntry bestScore = scoreboard.get(lang); in filterByLanguage() local198 if (bestScore == null) { in filterByLanguage()201 bestScore.updateIfBetter(score, i); in filterByLanguage()
165 int bestScore = Integer.MIN_VALUE; in findBestNetwork() local176 if (score > bestScore) { in findBestNetwork()178 bestScore = score; in findBestNetwork()
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()
213 int bestScore = -1; in getDefaultTrack() local251 if (score > bestScore) { in getDefaultTrack()252 bestScore = score; in getDefaultTrack()
489 uint32_t bestScore = 0; in PickBestFormat() local517 if (first || score > bestScore) { in PickBestFormat()518 bestScore = score; in PickBestFormat()
223 int64_t bestScore; in prime() local254 if (i == 0 || score > bestScore) { in prime()255 bestScore = score; in prime()
267 uint32_t bestScore = kUnsupportedFontScore; in getFamilyForChar() local277 if (score > bestScore) { in getFamilyForChar()278 bestScore = score; in getFamilyForChar()