Home | History | Annotate | Download | only in history

Lines Matching defs:raw_score

59     : raw_score(0),
64 raw_score(0),
72 return m1.raw_score >= m2.raw_score;
778 match.raw_score = std::min(kScoreRank[0], (term_score + score +
827 int raw_score = order_value + start_value + complete_value;
832 return ScoreForValue(raw_score, kTermScoreLevel);
854 if (match.raw_score > 0)