Lines Matching refs:score
1074 int score = 0; in MatchArchivedVolume() local
1078 score += 5; in MatchArchivedVolume()
1082 score += 4; in MatchArchivedVolume()
1086 score += 3; in MatchArchivedVolume()
1090 score += 2; in MatchArchivedVolume()
1094 score += 1; in MatchArchivedVolume()
1097 if (score >= 9 && score > foundScore) { in MatchArchivedVolume()
1099 foundScore = score; in MatchArchivedVolume()
1695 float score = 0; in ComputeTypeAheadScore() local
1702 score = 0; in ComputeTypeAheadScore()
1708 score++; in ComputeTypeAheadScore()
1712 score += 0.3; in ComputeTypeAheadScore()
1714 score += 0.7; in ComputeTypeAheadScore()
1717 score += 1.f / (k + 1); in ComputeTypeAheadScore()
1721 return score; in ComputeTypeAheadScore()