Searched defs:bestScore (Results 1 - 13 of 13) sorted by relevance

/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/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/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 4149 milliseconds