Searched refs:weightSum (Results 1 – 1 of 1) sorted by relevance
4727 int weightSum = 0; in ParseConstraints() local4745 weightSum = -1; // Can't match. in ParseConstraints()4752 weightSum = -1; in ParseConstraints()4755 weightSum += weight; in ParseConstraints()4758 if (weightSum > bestWeight) { in ParseConstraints()4759 bestWeight = weightSum; in ParseConstraints()