Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java188 double bestWeight = 0; in getBestMatch() local
195 if (weight > bestWeight) { in getBestMatch()
196 bestWeight = weight; in getBestMatch()
201 if (bestWeight < threshold) { in getBestMatch()
262 double bestWeight = 0; in getBestMatchInternal() local
277 if (weight > bestWeight) { in getBestMatchInternal()
278 bestWeight = weight; in getBestMatchInternal()
286 if (bestWeight < threshold) { in getBestMatchInternal()
290 outputWeight.value = bestWeight; // only return the weight when needed in getBestMatchInternal()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java184 double bestWeight = 0; in getBestMatch() local
191 if (weight > bestWeight) { in getBestMatch()
192 bestWeight = weight; in getBestMatch()
197 if (bestWeight < threshold) { in getBestMatch()
255 double bestWeight = 0; in getBestMatchInternal() local
270 if (weight > bestWeight) { in getBestMatchInternal()
271 bestWeight = weight; in getBestMatchInternal()
279 if (bestWeight < threshold) { in getBestMatchInternal()
283 outputWeight.value = bestWeight; // only return the weight when needed in getBestMatchInternal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2895 int bestWeight = -1; in ParseConstraints() local
2933 if (weightSum > bestWeight) { in ParseConstraints()
2934 bestWeight = weightSum; in ParseConstraints()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2505 int bestWeight = -1; in ParseConstraints() local
2543 if (weightSum > bestWeight) { in ParseConstraints()
2544 bestWeight = weightSum; in ParseConstraints()