Home
last modified time | relevance | path

Searched refs:bestWeight (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java176 double bestWeight = 0; in getBestMatch() local
181 if (weight > bestWeight) { in getBestMatch()
182 bestWeight = weight; in getBestMatch()
186 if (bestWeight < threshold) { in getBestMatch()
247 double bestWeight = 0; in getBestMatchInternal() local
256 if (weight > bestWeight) { in getBestMatchInternal()
257 bestWeight = weight; in getBestMatchInternal()
261 if (bestWeight < threshold) { in getBestMatchInternal()
264 return Row.R2.of(bestTableMatch, bestWeight); in getBestMatchInternal()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2356 int bestWeight = -1; in ParseConstraints() local
2394 if (weightSum > bestWeight) { in ParseConstraints()
2395 bestWeight = weightSum; in ParseConstraints()