Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFiller.java58 int totalWeight = 0; in generateAllocationOrder() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DRandom.h42 uint64_t totalWeight() const { return TotalWeight; } in totalWeight() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DMicrosphereInterpolatingFunction.java219 double totalWeight = 0; in value() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp96 float totalWeight = 0; in CalculateWeightAndHint() local
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp137 float totalWeight = 0; in calculateSpillWeightAndHint() local
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DGlitchDetectionThread.java250 double totalWeight = 0; in computeCenterOfMass() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp167 float totalWeight = 0; in weightCalcHelper() local
/external/v8/tools/
Dprofile.js763 CallTree.Node.prototype.totalWeight = 0; method in CallTree.Node
/external/ImageMagick/MagickCore/
Deffect.c1690 totalWeight; in LocalContrastImage() local
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2021 long totalWeight; field in LocalCache.Segment