Searched refs:bestScore (Results 1 – 8 of 8) sorted by relevance
84 float bestScore = 0.0; \91 thisScore = v->scoreFactory(a, bestScore); \92 if (thisScore > bestScore) { \94 bestScore = thisScore; \98 if (0.0 == bestScore) { \
275 byte bestScore = -1; in reevaluateServiceState()312 if (thisScore <= bestScore) in reevaluateServiceState()321 bestScore = thisScore; in reevaluateServiceState()354 byte newPrio = (bestScore > 0) in reevaluateServiceState()355 ? (byte)(bestScore * BASE_SERVER_PRIO) in reevaluateServiceState()
212 final ScoreEntry bestScore = scoreboard.get(lang); in filterByLanguage() local213 if (bestScore == null) { in filterByLanguage()216 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()
213 int bestScore = -1; in getDefaultTrack() local251 if (score > bestScore) { in getDefaultTrack()252 bestScore = score; in getDefaultTrack()
306 uint32_t bestScore = kUnsupportedFontScore; in getFamilyForChar() local315 if (score > bestScore) { in getFamilyForChar()316 bestScore = score; in getFamilyForChar()
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()