Home
last modified time | relevance | path

Searched refs:bestScore (Results 1 – 7 of 7) 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/skqp/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.cpp1383 float bestScore = best->weight / (float)best->degree; in simplify() local
1389 if (score < bestScore || it->maxReg > bestMaxReg) { in simplify()
1391 bestScore = score; in simplify()
1395 if (isinf(bestScore)) { in simplify()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c115946 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 &&
/external/sqlite/dist/orig/
Dsqlite3.c115627 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 &&
/external/sqlite/dist/
Dsqlite3.c115643 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 &&