HomeSort by relevance Sort by last modified time
    Searched defs:totalWeight (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 96 float totalWeight = 0;
135 totalWeight += weight;
160 totalWeight *= 1.01F;
181 totalWeight *= 0.9F;
183 totalWeight *= 0.5F;
186 li.weight = normalizeSpillWeight(totalWeight, li.getSize());
  /external/v8/tools/
profile.js 344 root.totalWeight += node.totalWeight;
349 rec.totalWeight += node.totalWeight;
370 counters.getRoot().totalWeight = root.totalWeight;
653 CallTree.Node.prototype.totalWeight = 0;
673 var totalWeight = this.selfWeight;
675 totalWeight += child.computeTotalWeight(); });
676 return this.totalWeight = totalWeight
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 602 float totalWeight = 0;
636 totalWeight += lp.weight;
662 totalWeight == 0 ? mTotalLength : 0);
772 if (delta != 0 && totalWeight > 0.0f) {
773 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 547 milliseconds