Searched refs:totalWeight (Results 1 – 10 of 10) sorted by relevance
96 float totalWeight = 0; in CalculateWeightAndHint() local135 totalWeight += weight; in CalculateWeightAndHint()160 totalWeight *= 1.01F; in CalculateWeightAndHint()181 totalWeight *= 0.9F; in CalculateWeightAndHint()183 totalWeight *= 0.5F; in CalculateWeightAndHint()186 li.weight = normalizeSpillWeight(totalWeight, li.getSize()); in CalculateWeightAndHint()
371 root.totalWeight += node.totalWeight;376 rec.totalWeight += node.totalWeight;397 counters.getRoot().totalWeight = root.totalWeight;736 CallTree.Node.prototype.totalWeight = 0; method in CallTree.Node756 var totalWeight = this.selfWeight;758 totalWeight += child.computeTotalWeight(); });759 return this.totalWeight = totalWeight;
53 var totalWeight = node.totalWeight * samplingRate;57 selfWeight = totalWeight;62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head);
137 float totalWeight = 0; in calculateSpillWeightAndHint() local179 totalWeight += weight; in calculateSpillWeightAndHint()212 totalWeight *= 1.01F; in calculateSpillWeightAndHint()233 totalWeight *= 0.5F; in calculateSpillWeightAndHint()235 li.weight = normalize(totalWeight, li.getSize(), numInstr); in calculateSpillWeightAndHint()
58 int totalWeight = 0; in generateAllocationOrder() local60 totalWeight += size.getWeight(); in generateAllocationOrder()63 final float bytesPerWeight = maxSize / (float) totalWeight; in generateAllocationOrder()
249 double totalWeight = 0; in computeCenterOfMass() local252 totalWeight += fftResult[i]; in computeCenterOfMass()257 if (totalWeight == 0) { in computeCenterOfMass()261 return (weightedSum * width) / totalWeight; in computeCenterOfMass()
219 double totalWeight = 0; in value() local225 totalWeight += iV; in value()229 return value / totalWeight; in value()
1680 segment.totalWeight = 1; in testClear()1692 assertEquals(0, segment.totalWeight); in testClear()1715 segment.totalWeight = 1; in testClear_notification()1727 assertEquals(0, segment.totalWeight); in testClear_notification()2242 segment.totalWeight = originalCount; in testEvictEntries()
1688 totalWeight; in LocalContrastImage() local1755 totalWeight=(float) ((width+1)*(width+1)); in LocalContrastImage()1825 *out=sum/totalWeight; in LocalContrastImage()1905 mult=(srcVal-(sum/totalWeight))*(strength/100.0f); in LocalContrastImage()
2021 long totalWeight; field in LocalCache.Segment2570 totalWeight += weight; in recordWrite()2645 totalWeight -= valueReference.getWeight(); in enqueueNotification()2667 while (totalWeight > maxSegmentWeight) { in evictEntries()