Home
last modified time | relevance | path

Searched refs:score (Results 1 – 25 of 84) sorted by relevance

1234

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DFunctionPattern.java107 XNumber score = SCORE_NONE; in execute() local
115 score = (n == context) ? SCORE_OTHER : SCORE_NONE; in execute()
117 if (score == SCORE_OTHER) in execute()
129 return score; in execute()
151 XNumber score = SCORE_NONE; in execute() local
159 score = (n == context) ? SCORE_OTHER : SCORE_NONE; in execute()
161 if (score == SCORE_OTHER) in execute()
172 return score; in execute()
194 XNumber score = SCORE_NONE; in execute() local
202 score = (n == context) ? SCORE_OTHER : SCORE_NONE; in execute()
[all …]
DContextMatchStepPattern.java90 XObject score = NodeTest.SCORE_NONE; in executeRelativePathPattern() local
119 score = execute(xctxt); in executeRelativePathPattern()
121 if (score != NodeTest.SCORE_NONE) in executeRelativePathPattern()
126 return score; in executeRelativePathPattern()
128 score = NodeTest.SCORE_NONE; in executeRelativePathPattern()
147 score = execute(xctxt); in executeRelativePathPattern()
149 if (score != NodeTest.SCORE_NONE) in executeRelativePathPattern()
154 if (score != NodeTest.SCORE_NONE) in executeRelativePathPattern()
155 return score; in executeRelativePathPattern()
176 return score; in executeRelativePathPattern()
DUnionPattern.java125 XObject score = m_patterns[i].execute(xctxt); in execute() local
127 if (score != NodeTest.SCORE_NONE) in execute()
130 bestScore = score; in execute()
131 else if (score.num() > bestScore.num()) in execute()
132 bestScore = score; in execute()
DStepPattern.java396 XObject score; in execute() local
398 score = super.execute(xctxt, currentNode, dtm, expType); in execute()
400 if (score == NodeTest.SCORE_NONE) in execute()
413 return score; in execute()
669 XObject score = NodeTest.SCORE_NONE; in executeRelativePathPattern() local
682 score = execute(xctxt); in executeRelativePathPattern()
684 if (score != NodeTest.SCORE_NONE) in executeRelativePathPattern()
693 return score; in executeRelativePathPattern()
901 XObject score = execute(xctxt); in getMatchScore() local
903 return score.num(); in getMatchScore()
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp56 int score; in matchStyle() member
93 currentScore.score += 10 - pattern.width() + current.width(); in matchStyle()
95 currentScore.score += 10 - current.width(); in matchStyle()
99 currentScore.score += 10 + pattern.width() - current.width(); in matchStyle()
101 currentScore.score += current.width(); in matchStyle()
104 currentScore.score *= 1002; in matchStyle()
110 currentScore.score += 1001; in matchStyle()
118 currentScore.score += 1000; in matchStyle()
124 currentScore.score += 500; in matchStyle()
128 currentScore.score += 1000 - pattern.weight() + current.weight(); in matchStyle()
[all …]
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
DRagdollPreset.java40 int score = lexicon.get(key).getScore(boneName); in setupJointForBone() local
41 if (score > resultScore) { in setupJointForBone()
42 resultScore = score; in setupJointForBone()
91 public void addSynonym(String word, int score) { in addSynonym() argument
92 put(word.toLowerCase(), score); in addSynonym() local
96 int score = 0; in getScore() local
100 score += get(key); in getScore()
103 return score; in getScore()
/external/skia/third_party/etc1/
Detc1.cpp244 etc1_uint32 score; // Lower is more accurate member
249 if (a->score > b->score) { in take_best()
320 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG)); in chooseModifier() local
321 if (score >= bestScore) { in chooseModifier()
325 score += (etc1_uint32) (3 * square(decodedR - pixelR)); in chooseModifier()
326 if (score >= bestScore) { in chooseModifier()
330 score += (etc1_uint32) square(decodedB - pixelB); in chooseModifier()
331 if (score < bestScore) { in chooseModifier()
332 bestScore = score; in chooseModifier()
346 int score = pCompressed->score; in etc_encode_subblock_helper() local
[all …]
/external/harfbuzz_ng/util/
Dansi-print.cc225 block_best (const biimage_t &bi, unsigned int *score, bool *inverse) in block_best() argument
265 if (total < *score) { in block_best()
266 *score = total; in block_best()
271 if (total_i < *score) { in block_best()
272 *score = total_i; in block_best()
298 if (best_s < *score) { in block_best()
302 *score = best_s; in block_best()
330 if (best_s < *score) { in block_best()
334 *score = best_s; in block_best()
352 if (qs < *score) { in block_best()
[all …]
/external/webp/src/enc/
Dquant.c71 (int)rd->score); in PrintBlockInfo()
494 rd->score = MAX_COST; in InitScore()
503 dst->score = src->score; in CopyScore()
512 dst->score += src->score; in AddScore()
527 score_t score; // partial RD score member
542 rd->score = (rd->R + rd->H) * lambda + 256 * (rd->D + rd->SD); in SetRDScore()
592 ss_cur[m].score = RDScoreTrellis(lambda, rate, 0); in TrellisQuantizeBlock()
626 ss_cur[m].score = MAX_COST; in TrellisQuantizeBlock()
655 const score_t score = in TrellisQuantizeBlock() local
656 base_score + ss_prev[p].score + RDScoreTrellis(lambda, cost, 0); in TrellisQuantizeBlock()
[all …]
Dalpha.c101 size_t score; member
172 result->score = VP8BitWriterSize(&result->bw); in EncodeAlphaInternal()
237 static void InitFilterTrial(FilterTrial* const score) { in InitFilterTrial() argument
238 score->score = (size_t)~0U; in InitFilterTrial()
239 VP8BitWriterInit(&score->bw, 0); in InitFilterTrial()
263 if (ok && trial.score < best.score) { in ApplyFiltersAndEncode()
/external/valgrind/coregrind/
Dm_sbprofile.c83 if (tops[r].score == 0) in show_SB_profile()
89 score_here = tops[r].score; in show_SB_profile()
122 if (tops[r].score == 0) in show_SB_profile()
128 score_here = tops[r].score; in show_SB_profile()
158 if (tops[r].score == 0) in show_SB_profile()
164 score_here = tops[r].score; in show_SB_profile()
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h153 Index score ; /* the score used to maintain heap, if col is alive */ member
530 Col [col].shared2.score = 0 ; in init_rows_cols()
730 Index score ; /* current column score */ in init_scoring() local
827 score = 0 ; in init_scoring()
843 score += Row [row].shared1.degree - 1 ; in init_scoring()
845 score = COLAMD_MIN (score, n_col) ; in init_scoring()
860 COLAMD_ASSERT (score >= 0) ; in init_scoring()
861 COLAMD_ASSERT (score <= n_col) ; in init_scoring()
863 Col [c].shared2.score = score ; in init_scoring()
891 c, Col [c].shared2.score, min_score, n_col)) ; in init_scoring()
[all …]
/external/v8/benchmarks/
Dbase.js126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
127 var formatted = BenchmarkSuite.FormatScore(100 * score);
179 var score = this.reference / mean;
180 BenchmarkSuite.scores.push(score);
182 var formatted = BenchmarkSuite.FormatScore(100 * score);
Drun.js52 function PrintScore(score) { argument
55 print('Score (version ' + BenchmarkSuite.version + '): ' + score);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1959 RegScores *score; // for current BB member in nv50_ir::SchedDataCalculator
2046 score = &scoreBoards.at(bb->getId()); in visit()
2056 score->setMax(&scoreBoards.at(in->getId())); in visit()
2064 score->print(cycle); in visit()
2097 const int regsFree = score->getLatest(); in visit()
2111 score->rebase(cycle); // common base for initializing out blocks' scores in visit()
2129 ready = score->res.sfu; in calcDelay()
2133 ready = score->res.imul; in calcDelay()
2136 ready = score->res.tex; in calcDelay()
2139 ready = score->res.ld[insn->src(0).getFile()]; in calcDelay()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DMatchPatternIterator.java304 XObject score = m_pattern.execute(xctxt); in acceptNode() local
309 System.out.println("score: "+score); in acceptNode()
310 System.out.println("skip: "+(score == NodeTest.SCORE_NONE)); in acceptNode()
314 return (score == NodeTest.SCORE_NONE) ? DTMIterator.FILTER_SKIP in acceptNode()
DUnionChildIterator.java122 XObject score = pnt.execute(xctxt, n); in acceptNode() local
123 if (score != NodeTest.SCORE_NONE) in acceptNode()
/external/v8/test/perf-test/Collections/
Dbase.js145 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
146 var formatted = BenchmarkSuite.FormatScore(100 * score);
226 var score = this.reference[0] / mean;
227 BenchmarkSuite.scores.push(score);
229 var formatted = BenchmarkSuite.FormatScore(100 * score);
/external/skia/src/ports/
DSkFontMgr_android.cpp209 int score = match_score(pattern, style); in matchStyle() local
210 if (score < minScore) { in matchStyle()
212 minScore = score; in matchStyle()
223 int score = 0; in match_score() local
224 score += abs((pattern.width() - candidate.width()) * 100); in match_score()
225 score += abs((pattern.isItalic() == candidate.isItalic()) ? 0 : 1000); in match_score()
226 score += abs(pattern.weight() - candidate.weight()); in match_score()
227 return score; in match_score()
DSkFontHost_linux.cpp161 int score = 0; in match_score() local
162 score += (pattern.width() - candidate.width()) * 100; in match_score()
163 score += (pattern.isItalic() == candidate.isItalic()) ? 0 : 1000; in match_score()
164 score += pattern.weight() - candidate.weight(); in match_score()
165 return score; in match_score()
184 int score = match_score(pattern, style); in matchStyle() local
185 if (score < minScore) { in matchStyle()
187 minScore = score; in matchStyle()
/external/libvncserver/x11vnc/
Dxinerama.c267 int score[32], is = 0; in check_xinerama_clip() local
296 score[is++] = nabs(x[i].x_org) + nabs(x[i].y_org); in check_xinerama_clip()
304 if (mon < 0 || score[j] < mon) { in check_xinerama_clip()
305 mon = score[j]; in check_xinerama_clip()
308 if (mox < 0 || score[j] > mox) { in check_xinerama_clip()
309 mox = score[j]; in check_xinerama_clip()
313 score[juse] = mox+1+i; in check_xinerama_clip()
/external/doclava/res/assets/templates/assets/
Dsearch_autocomplete.js199 var score = 1.0;
206 score *= 200 / (partsAfter + 1);
212 score *= 20 / (partsAfter + 1);
216 return score;
/external/webp/src/utils/
Dfilters.c231 int score = 0; in EstimateBestFilter() local
234 score += i; in EstimateBestFilter()
237 if (score < best_score) { in EstimateBestFilter()
238 best_score = score; in EstimateBestFilter()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DKeyIterator.java129 double score = matchExpr.getMatchScore(xctxt, testNode); in acceptNode() local
131 if (score == kd.getMatch().MATCH_SCORE_NONE) in acceptNode()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateSubPatternAssociation.java155 double score = m_stepPattern.getMatchScore(xctxt, targetNode); in matches() local
157 return (XPath.MATCH_SCORE_NONE != score) in matches()

1234