Searched refs:bestWeight (Results 1 – 2 of 2) sorted by relevance
176 double bestWeight = 0; in getBestMatch() local181 if (weight > bestWeight) { in getBestMatch()182 bestWeight = weight; in getBestMatch()186 if (bestWeight < threshold) { in getBestMatch()247 double bestWeight = 0; in getBestMatchInternal() local256 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()
2356 int bestWeight = -1; in ParseConstraints() local2394 if (weightSum > bestWeight) { in ParseConstraints()2395 bestWeight = weightSum; in ParseConstraints()