Searched refs:bestScore (Results 1 - 16 of 16) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DUnionPattern.java120 XObject bestScore = null;
129 if (null == bestScore)
130 bestScore = score;
131 else if (score.num() > bestScore.num())
132 bestScore = score;
136 if (null == bestScore)
138 bestScore = NodeTest.SCORE_NONE;
141 return bestScore;
/external/srec/srec/ca/
H A Drec_nbes.c41 CA_NBestList *CA_PrepareNBestList(CA_Recog *hRecog, int num, asr_int32_t *bestScore) argument
48 newList = (CA_NBestList*)srec_nbest_prepare_list(hRecog->recm, num, bestScore);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchDisambiguation.cpp122 float bestScore = 0; local
133 bestScore = std::max(bestScore, targetData.score);
142 if (it->value.score < bestScore * 0.5)
/external/chromium_org/third_party/sqlite/src/src/
H A Dcallback.c335 int bestScore = 0; /* Score of best match */ local
347 if( score>bestScore ){
349 bestScore = score;
368 bestScore = 0;
372 if( score>bestScore ){
374 bestScore = score;
384 if( createFlag && (bestScore<6 || pBest->nArg!=nArg) &&
/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp322 etc1_uint32 bestScore = ~0; local
334 if (score >= bestScore) {
339 if (score >= bestScore) {
344 if (score < bestScore) {
345 bestScore = score;
352 return bestScore;
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp309 etc1_uint32 bestScore = ~0; local
321 if (score >= bestScore) {
326 if (score >= bestScore) {
331 if (score < bestScore) {
332 bestScore = score;
339 return bestScore;
/external/skia/third_party/etc1/
H A Detc1.cpp309 etc1_uint32 bestScore = ~0; local
321 if (score >= bestScore) {
326 if (score >= bestScore) {
331 if (score < bestScore) {
332 bestScore = score;
339 return bestScore;
/external/srec/srec/include/
H A Dsimapi.h2303 asr_int32_t *bestScore);
2308 * bestScore The score associated with the root result
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1170 float bestScore = best->weight / (float)best->degree; local
1174 if (score < bestScore) {
1176 bestScore = score;
1179 if (isinf(bestScore)) {
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java868 int score, bestScore;
897 bestScore = diff_cleanupSemanticScore(equality1, edit)
907 if (score >= bestScore) {
908 bestScore = score;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1170 float bestScore = best->weight / (float)best->degree; local
1174 if (score < bestScore) {
1176 bestScore = score;
1179 if (isinf(bestScore)) {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c80933 int bestScore = 0; /* Score of best match */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c90708 int bestScore = 0; /* Score of best match */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c90728 int bestScore = 0; /* Score of best match */ local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1321 milliseconds