Searched refs:weightSum (Results 1 – 1 of 1) sorted by relevance
5788 int weightSum = 0; in ParseConstraints() local5806 weightSum = -1; // Can't match. in ParseConstraints()5813 weightSum = -1; in ParseConstraints()5816 weightSum += weight; in ParseConstraints()5819 if (weightSum > bestWeight) { in ParseConstraints()5820 bestWeight = weightSum; in ParseConstraints()