HomeSort by relevance Sort by last modified time
    Searched refs:raw_term_score_to_topicality_score_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 108 // Precalculates raw_term_score_to_topicality_score_, used in
168 // scores. |raw_term_score_to_topicality_score_| is a simple array
175 static float* raw_term_score_to_topicality_score_; member in class:history::ScoredHistoryMatch
scored_history_match.cc 34 float* ScoredHistoryMatch::raw_term_score_to_topicality_score_ = NULL; member in class:history::ScoredHistoryMatch
308 if (raw_term_score_to_topicality_score_ == NULL) {
309 raw_term_score_to_topicality_score_ = new float[kMaxRawTermScore];
434 topicality_score += raw_term_score_to_topicality_score_[
460 raw_term_score_to_topicality_score_[term_score] = topicality_score;

Completed in 64 milliseconds