Home
last modified time | relevance | path

Searched refs:bestScore (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DUnionPattern.java120 XObject bestScore = null; in execute() local
129 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()
/external/skia/third_party/etc1/
Detc1.cpp309 etc1_uint32 bestScore = ~0; in chooseModifier() local
321 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()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1322 float bestScore = best->weight / (float)best->degree; in simplify() local
1326 if (score < bestScore) { in simplify()
1328 bestScore = score; in simplify()
1331 if (isinf(bestScore)) { in simplify()
/external/sqlite/dist/orig/
Dsqlite3.c104703 int bestScore = 0; /* Score of best match */
104716 if( score>bestScore ){
104718 bestScore = score;
104736 bestScore = 0;
104741 if( score>bestScore ){
104743 bestScore = score;
104753 if( createFlag && bestScore<FUNC_PERFECT_MATCH &&
/external/sqlite/dist/
Dsqlite3.c104703 int bestScore = 0; /* Score of best match */
104716 if( score>bestScore ){
104718 bestScore = score;
104736 bestScore = 0;
104741 if( score>bestScore ){
104743 bestScore = score;
104753 if( createFlag && bestScore<FUNC_PERFECT_MATCH &&