Searched refs:max_score (Results 1 – 4 of 4) sorted by relevance
236 double max_score = 0; in arrange() local244 max_score = raw_spellings_[0].freq; in arrange()245 min_score = max_score; in arrange()247 if (raw_spellings_[pos].freq > max_score) in arrange()248 max_score = raw_spellings_[pos].freq; in arrange()256 printf("-----max psb: %f, min psb: %f\n", max_score, min_score); in arrange()258 max_score = log(max_score); in arrange()263 max_score, min_score); in arrange()
676 unsigned int score, max_score = 0; in kdamond_apply_schemes() local709 if (score > max_score) in kdamond_apply_schemes()710 max_score = score; in kdamond_apply_schemes()715 for (cumulated_sz = 0, score = max_score; ; score--) { in kdamond_apply_schemes()
120 u16 max_score = 0; in odm_auto_channel_select() local162 …p_acs->channel_info_2g[1][search_idx] != 0 && p_acs->channel_info_2g[0][search_idx] >= max_score) { in odm_auto_channel_select()163 max_score = p_acs->channel_info_2g[0][search_idx]; in odm_auto_channel_select()168 p_acs->clean_channel_2g, max_score)); in odm_auto_channel_select()
2307 unsigned long score, max_score = 0; in preferred_group_nid() local2314 if (score > max_score) { in preferred_group_nid()2315 max_score = score; in preferred_group_nid()