Searched refs:bestWeight (Results 1 – 4 of 4) sorted by relevance
188 double bestWeight = 0; in getBestMatch() local195 if (weight > bestWeight) { in getBestMatch()196 bestWeight = weight; in getBestMatch()201 if (bestWeight < threshold) { in getBestMatch()262 double bestWeight = 0; in getBestMatchInternal() local277 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()
184 double bestWeight = 0; in getBestMatch() local191 if (weight > bestWeight) { in getBestMatch()192 bestWeight = weight; in getBestMatch()197 if (bestWeight < threshold) { in getBestMatch()255 double bestWeight = 0; in getBestMatchInternal() local270 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()
2895 int bestWeight = -1; in ParseConstraints() local2933 if (weightSum > bestWeight) { in ParseConstraints()2934 bestWeight = weightSum; in ParseConstraints()
2505 int bestWeight = -1; in ParseConstraints() local2543 if (weightSum > bestWeight) { in ParseConstraints()2544 bestWeight = weightSum; in ParseConstraints()