Searched refs:weightSum (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DFFTFrame.cpp181 double weightSum = 0.0; local
204 weightSum += mag;
208 double ave = aveSum / weightSum;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2940 int weightSum = 0; local
2958 weightSum = -1; // Can't match.
2965 weightSum = -1;
2968 weightSum += weight;
2971 if (weightSum > bestWeight) {
2972 bestWeight = weightSum;

Completed in 175 milliseconds