Home
last modified time | relevance | path

Searched defs:totalWeight (Results 1 – 8 of 8) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFiller.java58 int totalWeight = 0; in generateAllocationOrder() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DMicrosphereInterpolatingFunction.java219 double totalWeight = 0; in value() local
/external/opencv3/modules/cudabgsegm/src/cuda/
Dmog2.cu158 float totalWeight = 0.0f; in mog2() local
389 float totalWeight = 0.0f; in getBackgroundImage2() local
Dmog.cu375 float totalWeight = 0.0f; in getBackgroundImage() local
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp137 float totalWeight = 0; in calculateSpillWeightAndHint() local
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp582 float totalWeight = 0.f; in operator ()() local
879 float totalWeight = 0.f; in getBackgroundImage() local
/external/v8/tools/
Dprofile.js736 CallTree.Node.prototype.totalWeight = 0; method in CallTree.Node
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2021 long totalWeight; field in LocalCache.Segment