Searched refs:bestScore (Results 1 – 7 of 7) sorted by relevance
91 float bestScore = 0.0; \98 thisScore = v->scoreFactory(a, bestScore); \99 if (thisScore > bestScore) { \101 bestScore = thisScore; \105 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()
116 int bestScore = -1; in getFamilyForChar() local128 if (score > bestScore) { in getFamilyForChar()129 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()
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()