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/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 195 int maxScore = getMaxScore(candidateNameType, nameType);
196 if (maxScore == 0) {
201 updatePrimaryScore(contactId, maxScore);
210 if (minScore == maxScore) {
236 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance));
313 int maxScore = 0;
335 if ((s > maxScore) || ((s == maxScore) && (contactId > score.getContactId()))) {
337 maxScore = s;
RawContactMatcher.java 193 int maxScore = getMaxScore(candidateNameType, nameType);
194 if (maxScore == 0) {
199 updatePrimaryScore(rawContactId, contactId, accountId, maxScore);
208 if (minScore == maxScore) {
234 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance));
  /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/lib/
dx.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 400 milliseconds