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

/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp138 float weightSum = 0.0f; local
141 weightSum += *(weight + ndx);
143 // Random point in 0..weightSum
144 float p = getFloat(0.0f, weightSum);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.cpp183 double weightSum = 0.0; local
206 weightSum += mag;
210 double ave = aveSum / weightSum;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2338 int weightSum = 0; local
2356 weightSum = -1; // Can't match.
2363 weightSum = -1;
2366 weightSum += weight;
2369 if (weightSum > bestWeight) {
2370 bestWeight = weightSum;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 689 milliseconds