Searched refs:bestScore (Results 1 – 7 of 7) sorted by relevance
120 XObject bestScore = null; in execute() local129 if (null == bestScore) in execute()130 bestScore = score; in execute()131 else if (score.num() > bestScore.num()) in execute()132 bestScore = score; in execute()136 if (null == bestScore) in execute()138 bestScore = NodeTest.SCORE_NONE; in execute()141 return bestScore; in execute()
309 etc1_uint32 bestScore = ~0; in chooseModifier() local321 if (score >= bestScore) { in chooseModifier()326 if (score >= bestScore) { in chooseModifier()331 if (score < bestScore) { in chooseModifier()332 bestScore = score; in chooseModifier()339 return bestScore; in chooseModifier()
1383 float bestScore = best->weight / (float)best->degree; in simplify() local1389 if (score < bestScore || it->maxReg > bestMaxReg) { in simplify()1391 bestScore = score; in simplify()1395 if (isinf(bestScore)) { in simplify()
115946 int bestScore = 0; /* Score of best match */115959 if( score>bestScore ){115961 bestScore = score;115979 bestScore = 0;115984 if( score>bestScore ){115986 bestScore = score;115996 if( createFlag && bestScore<FUNC_PERFECT_MATCH &&
115627 int bestScore = 0; /* Score of best match */115640 if( score>bestScore ){115642 bestScore = score;115660 bestScore = 0;115665 if( score>bestScore ){115667 bestScore = score;115677 if( createFlag && bestScore<FUNC_PERFECT_MATCH &&
115643 int bestScore = 0; /* Score of best match */115656 if( score>bestScore ){115658 bestScore = score;115676 bestScore = 0;115681 if( score>bestScore ){115683 bestScore = score;115693 if( createFlag && bestScore<FUNC_PERFECT_MATCH &&