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

  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp 99 const float maxScore = score >= S_INT_MAX ? static_cast<float>(S_INT_MAX)
105 return (static_cast<float>(score) / maxScore) * weight;
  /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;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 154 int maxScore = S_INT_MIN;
209 if (maxScore < finalScore && isValidWord) {
210 maxScore = finalScore;
256 SCORING->safetyNetForMostProbableString(terminalSize, maxScore,
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 796 int maxScore = Integer.MIN_VALUE;
836 if (score > maxScore) {
837 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 

Completed in 247 milliseconds