Lines Matching refs:weightSum
2338 int weightSum = 0;2356 weightSum = -1; // Can't match.2363 weightSum = -1;2366 weightSum += weight;2369 if (weightSum > bestWeight) {2370 bestWeight = weightSum;