Searched defs:scores (Results 1 - 4 of 4) sorted by relevance

/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/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.c2034 FT_Pos displacements[6], scores[6], org, fit, delta; local
2069 scores[count++] = delta;
2076 scores[count++] = delta;
2086 scores[count++] = delta;
2094 scores[count++] = delta;
2099 FT_Pos best_score = scores[0];
2105 if ( scores[nn] < best_score )
2107 best_score = scores[nn];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java429 LinkedHashSet<Row.R3<LocalePatternMatcher,LocalePatternMatcher,Double>> scores = new LinkedHashSet<R3<LocalePatternMatcher, LocalePatternMatcher, Double>>(); field in class:LocaleMatcher.ScoreData
437 // Map<String, Set<R3<LocalePatternMatcher,LocalePatternMatcher,Double>>> lang_result = scores.get(desired);
439 // scores.put(desired, lang_result = new HashMap());
446 boolean added = scores.add(data);
479 // Map<String, Set<R3<LocalePatternMatcher,LocalePatternMatcher,Double>>> lang_result = scores.get(desiredMax);
523 for (R3<LocalePatternMatcher,LocalePatternMatcher,Double> datum : scores) { // : result
540 for (R3<LocalePatternMatcher, LocalePatternMatcher, Double> score : scores) {
551 result.scores = (LinkedHashSet<R3<LocalePatternMatcher, LocalePatternMatcher, Double>>) result.scores.clone();

Completed in 419 milliseconds