Searched refs:weightSum (Results 1 – 1 of 1) sorted by relevance
5713 int weightSum = 0; in ParseConstraints() local5731 weightSum = -1; // Can't match. in ParseConstraints()5738 weightSum = -1; in ParseConstraints()5741 weightSum += weight; in ParseConstraints()5744 if (weightSum > bestWeight) { in ParseConstraints()5745 bestWeight = weightSum; in ParseConstraints()