Searched refs:weightSum (Results 1 – 1 of 1) sorted by relevance
5395 int weightSum = 0; in ParseConstraints() local5413 weightSum = -1; // Can't match. in ParseConstraints()5420 weightSum = -1; in ParseConstraints()5423 weightSum += weight; in ParseConstraints()5426 if (weightSum > bestWeight) { in ParseConstraints()5427 bestWeight = weightSum; in ParseConstraints()