Searched refs:max_score (Results 1 – 8 of 8) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | rsalist.c | 129 int max_score; member 148 if (local_score + remote_score > req->max_score) { in rsa_lookup_key_one() 149 req->max_score = local_score + remote_score; in rsa_lookup_key_one() 153 if (local_score + remote_score >= req->max_score) { in rsa_lookup_key_one() 172 r.max_score = -1; in rsa_lookup_keys()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 1067 int * max_score, in update_max_score() argument 1076 if (!*max_inst_out || score > *max_score) { in update_max_score() 1077 *max_score = score; in update_max_score() 1088 int max_score = -1; in emit_instruction() local 1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list); in emit_instruction() 1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list); in emit_instruction() 1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list); in emit_instruction() 1117 if (tex_count >= s->max_tex_group || max_score == -1 in emit_instruction() 1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) { in emit_instruction()
|
/external/toolchain-utils/user_activity_benchmarks/ |
D | benchmark_metrics.py | 292 max_score = max(metrics[1], previous_score) 293 set_unique_functions[group_name][function_key] = max_score
|
/external/ImageMagick/MagickCore/ |
D | type.c | 373 max_score, in GetTypeInfoByFamily() local 434 max_score=0; in GetTypeInfoByFamily() 477 if (score > max_score) in GetTypeInfoByFamily() 479 max_score=score; in GetTypeInfoByFamily()
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 969 IndexType max_score ; /* maximum possible score */ in find_ordering() local 1376 max_score = n_col - k - Col [col].shared1.thickness ; in find_ordering() 1382 cur_score = numext::mini(cur_score, max_score) ; in find_ordering()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 276 const double max_score = (double)(oxcf->two_pass_vbrmax_section) / 100.0; in calculate_norm_frame_score() local 289 return fclamp(modified_score, min_score, max_score); in calculate_norm_frame_score()
|
/external/lisa/ipynb/energy/ |
D | EnergyModel_SystemEnergy.ipynb | 1328 " max_score = pp_stats.perf[metric].max()\n", 1351 " capacity = int(score_freq * 1024 / max_score)\n",
|
D | EnergyModel_ClusterEnergy.ipynb | 1141 " max_score = pp_stats.perf[metric].max()\n", 1163 " capacity = int(score_freq * 1024 / max_score)\n",
|