Searched refs:weightSum (Results 1 – 1 of 1) sorted by relevance
6006 int weightSum = 0; in ParseConstraints() local6024 weightSum = -1; // Can't match. in ParseConstraints()6031 weightSum = -1; in ParseConstraints()6034 weightSum += weight; in ParseConstraints()6037 if (weightSum > bestWeight) { in ParseConstraints()6038 bestWeight = weightSum; in ParseConstraints()