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

  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 236 double max_score = 0; local
244 max_score = raw_spellings_[0].freq;
245 min_score = max_score;
247 if (raw_spellings_[pos].freq > max_score)
248 max_score = raw_spellings_[pos].freq;
256 printf("-----max psb: %f, min psb: %f\n", max_score, min_score);
258 max_score = log(max_score);
263 max_score, min_score);
265 // The absolute value of min_score is bigger than that of max_score becaus
    [all...]
  /external/ipsec-tools/src/racoon/
rsalist.c 129 int max_score; member in struct:lookup_result
148 if (local_score + remote_score > req->max_score) {
149 req->max_score = local_score + remote_score;
153 if (local_score + remote_score >= req->max_score) {
172 r.max_score = -1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 1067 int * max_score,
1076 if (!*max_inst_out || score > *max_score) {
1077 *max_score = score;
1088 int max_score = -1; local
1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list);
1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list);
1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list);
1117 if (tex_count >= s->max_tex_group || max_score == -1
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 1067 int * max_score,
1076 if (!*max_inst_out || score > *max_score) {
1077 *max_score = score;
1088 int max_score = -1; local
1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list);
1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list);
1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list);
1117 if (tex_count >= s->max_tex_group || max_score == -1
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) {
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.cc 1383 int max_score = is_keyword ? 1599 : 1399; local
    [all...]

Completed in 2986 milliseconds