/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/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | frame_pair.cc | 83 float max_score = -FLT_MAX; in FillWeights() local 87 max_score = MAX(max_score, frame1_keypoints_[i].score_); in FillWeights() 124 if (max_score > min_score) { in FillWeights() 127 (max_score - min_score)) * (1.0f - kBaseScore) + kBaseScore; in FillWeights()
|
/external/libtextclassifier/lang_id/common/math/ |
D | softmax.cc | 85 const float max_score = *std::max_element(scores.begin(), scores.end()); in ComputeSoftmax() local 90 const float delta_score = alpha * (score - max_score); in ComputeSoftmax()
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/ |
D | pushbutton_cmsis_scores.cmd | 22 printf "max_score: %d\n", max_score
|
D | pushbutton_main.c | 277 q7_t max_score = 0; in _main() local 306 arm_max_q7(g_scores, 4, &max_score, &max_score_index); in _main()
|
/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/ImageMagick/MagickCore/ |
D | type.c | 361 max_score, in GetTypeInfoByFamily() local 422 max_score=0; in GetTypeInfoByFamily() 465 if (score > max_score) in GetTypeInfoByFamily() 467 max_score=score; in GetTypeInfoByFamily()
|
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/ |
D | metric_loss_ops_test.py | 461 max_score = all_scores[max_score_idx] 463 if max_score > curr_score:
|
/external/libaom/libaom/av1/common/ |
D | entropymode.c | 944 const int max_score = scores[max_idx]; in av1_get_palette_color_index_context() local 951 scores[i] = max_score; in av1_get_palette_color_index_context()
|
/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/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 2830 int max_score = -1000; in ml_prune_ab_partition() local 2833 max_score = AOMMAX(int_score[i], max_score); in ml_prune_ab_partition() 2837 int thresh = max_score; in ml_prune_ab_partition() 2997 int max_score = -1000; in ml_prune_4_partition() local 3000 max_score = AOMMAX(int_score[i], max_score); in ml_prune_4_partition() 3004 int thresh = max_score; in ml_prune_4_partition()
|
D | rdopt.c | 1869 float max_score = 0.0f; in prune_tx_2D() local 1871 if (scores_2D[i] > max_score && in prune_tx_2D() 1873 max_score = scores_2D[i]; in prune_tx_2D()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 281 const double max_score = (double)(oxcf->two_pass_vbrmax_section) / 100.0; in calculate_norm_frame_score() local 294 return fclamp(modified_score, min_score, max_score); in calculate_norm_frame_score()
|
D | vp9_encodeframe.c | 3422 int max_score = -1000; in ml_prune_rect_partition() local 3427 max_score = VPXMAX(int_score[i], max_score); in ml_prune_rect_partition() 3429 thresh = max_score - thresh; in ml_prune_rect_partition()
|