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

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

Completed in 325 milliseconds