Searched defs:best_score (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Dsola_time_scaler.cc281 int best_score = 0; local
287 if (score > best_score) {
288 best_score = score;
298 if (score > best_score) {
299 best_score = score;
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dmulticlass_pa.cpp198 float best_score = -10000.0; local
199 // float best_score = -MathLimits<float>::kMax;
202 if (score_i > best_score) {
203 best_score = score_i;
212 float best_score = -10000.0; local
213 //float best_score = -MathLimits<float>::kMax;
216 if (score_i > best_score) {
217 best_score = score_i;

Completed in 50 milliseconds