Searched refs:bestScore (Results 1 – 8 of 8) sorted by relevance
97 float bestScore = 0.0; \104 thisScore = v->scoreFactory(a, bestScore); \105 if (thisScore > bestScore) { \107 bestScore = thisScore; \111 if (0.0 == bestScore) { \
224 int64_t bestScore; in prime() local255 if (i == 0 || score > bestScore) { in prime()256 bestScore = score; in prime()
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()
231 int bestScore = 0; in findIntendedAccount() local249 if (score > bestScore) { in findIntendedAccount()251 bestScore = score; in findIntendedAccount()252 } else if (score == bestScore) { in findIntendedAccount()
112 int bestScore = -1; in getFamilyForChar() local124 if (score > bestScore) { in getFamilyForChar()125 bestScore = score; in getFamilyForChar()
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()
212 int bestScore = -1; in getDefaultTrack() local250 if (score > bestScore) { in getDefaultTrack()251 bestScore = score; in getDefaultTrack()
490 uint32_t bestScore = 0; in PickBestFormat() local518 if (first || score > bestScore) { in PickBestFormat()519 bestScore = score; in PickBestFormat()