Searched refs:scores (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c320 struct stw_pixelformat_score *scores,
355 scores[index].points = 0;
364 scores[index].points = 0;
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
383 struct stw_pixelformat_score *scores; local
389 * have higher scores. Start with a high score and take out penalty
394 scores = (struct stw_pixelformat_score *) MALLOC( count * sizeof( struct stw_pixelformat_score ) );
395 if (scores == NULL)
398 scores[i].points = 0x7fffffff;
399 scores[
319 score_pixelformats( struct stw_pixelformat_score *scores, uint count, int attribute, int expected_value ) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c320 struct stw_pixelformat_score *scores,
355 scores[index].points = 0;
364 scores[index].points = 0;
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
383 struct stw_pixelformat_score *scores; local
389 * have higher scores. Start with a high score and take out penalty
394 scores = (struct stw_pixelformat_score *) MALLOC( count * sizeof( struct stw_pixelformat_score ) );
395 if (scores == NULL)
398 scores[i].points = 0x7fffffff;
399 scores[
319 score_pixelformats( struct stw_pixelformat_score *scores, uint count, int attribute, int expected_value ) argument
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Ddom_perf.py60 scores = []
62 scores.append(result[SCORE_TRACE_NAME].output_value)
63 total = _GeometricMean(scores)
71 Scores are not comparable across benchmark suite versions and higher scores
/external/chromium_org/v8/benchmarks/
H A Dbase.js64 // on. This way, all scores are relative to a reference run and higher
65 // scores implies better performance.
79 // you're making changes that will affect that scores, e.g. if you add
109 BenchmarkSuite.scores = [];
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
180 BenchmarkSuite.scores.push(score);
/external/v8/benchmarks/
H A Dbase.js64 // on. This way, all scores are relative to a reference run and higher
65 // scores implies better performance.
79 // you're making changes that will affect that scores, e.g. if you add
109 BenchmarkSuite.scores = [];
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
180 BenchmarkSuite.scores.push(score);
/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl_android.cc151 std::vector<float> scores(options.size(), 0.0);
153 JavaFloatArrayToFloatVector(env, floats, &scores);
157 CHECK_EQ(options.size(), scores.size());
160 options[i], static_cast<double>(scores[i])));
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.c83 AF_WarpScore scores[65]; local
87 scores[nn] = 0;
130 scores[idx] += af_warper_weights[y & 63] * len;
140 AF_WarpScore score = scores[idx];
H A Daflatin2.c2005 FT_Pos displacements[6], scores[6], org, fit, delta; local
2040 scores[count++] = delta;
2047 scores[count++] = delta;
2057 scores[count++] = delta;
2065 scores[count++] = delta;
2070 FT_Pos best_score = scores[0];
2076 if (scores[nn] < best_score)
2078 best_score = scores[nn];
/external/freetype/src/autofit/
H A Dafwarp.c83 AF_WarpScore scores[65]; local
87 scores[nn] = 0;
130 scores[idx] += af_warper_weights[y & 63] * len;
140 AF_WarpScore score = scores[idx];
H A Daflatin2.c2036 FT_Pos displacements[6], scores[6], org, fit, delta; local
2071 scores[count++] = delta;
2078 scores[count++] = delta;
2088 scores[count++] = delta;
2096 scores[count++] = delta;
2101 FT_Pos best_score = scores[0];
2107 if ( scores[nn] < best_score )
2109 best_score = scores[nn];
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DSpeechRecognition.java162 float[] scores = bundle.getFloatArray(SpeechRecognizer.CONFIDENCE_SCORES);
166 scores,
291 float[] scores,
289 nativeOnRecognitionResults(int nativeSpeechRecognizerImplAndroid, String[] results, float[] scores, boolean provisional) argument
/external/srec/tools/cmd/
H A Dsrecres2utd.pl103 $token{scores}[$i] = $score;
143 $token->{scores}[0] = $token{topscore};

Completed in 1239 milliseconds