HomeSort by relevance Sort by last modified time
    Searched defs:maxScore (Results 1 - 10 of 10) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp 100 const float maxScore = score >= S_INT_MAX ? static_cast<float>(S_INT_MAX)
106 return (static_cast<float>(score) / maxScore) * weight;
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp 84 Score maxScore = { 0, 0 };
140 if (currentScore.score > maxScore.score) {
141 maxScore = currentScore;
145 return this->createTypeface(maxScore.index);
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 84 Score maxScore = { 0, 0 };
140 if (currentScore.score > maxScore.score) {
141 maxScore = currentScore;
145 return this->createTypeface(maxScore.index);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 283 int maxScore = getMaxScore(candidateNameType, nameType);
284 if (maxScore == 0) {
289 updatePrimaryScore(contactId, maxScore);
298 if (minScore == maxScore) {
324 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance));
401 int maxScore = 0;
423 if ((s > maxScore) || ((s == maxScore) && (contactId > score.mContactId))) {
425 maxScore = s;
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 871 int maxScore = Integer.MIN_VALUE;
911 if (score > maxScore) {
912 maxScore = score;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 792 int maxScore = Integer.MIN_VALUE;
832 if (score > maxScore) {
833 maxScore = score;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 561 milliseconds