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

1 2 3 4

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MicrosphereInterpolatingFunction.java 219 double totalWeight = 0;
225 totalWeight += iV;
229 return value / totalWeight;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
BitmapPreFiller.java 58 int totalWeight = 0;
60 totalWeight += size.getWeight();
63 final float bytesPerWeight = maxSize / (float) totalWeight;
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 137 float totalWeight = 0;
179 totalWeight += weight;
212 totalWeight *= 1.01F;
233 totalWeight *= 0.5F;
235 li.weight = normalize(totalWeight, li.getSize(), numInstr);
  /external/swiftshader/third_party/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 371 root.totalWeight += node.totalWeight;
376 rec.totalWeight += node.totalWeight;
397 counters.getRoot().totalWeight = root.totalWeight;
736 CallTree.Node.prototype.totalWeight = 0;
756 var totalWeight = this.selfWeight;
758 totalWeight += child.computeTotalWeight(); });
759 return this.totalWeight = totalWeight
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ParallaxEffect.java 107 float totalWeight = 0f;
110 totalWeight += weight;
111 mTotalWeights.add(totalWeight);
  /external/ImageMagick/MagickCore/
effect.c     [all...]
  /frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java 360 float totalWeight = 0;
371 totalWeight += weight;
376 Slog.d(TAG, "calculateAmbientLux: totalWeight=" + totalWeight +
377 ", newAmbientLux=" + (sum / totalWeight));
379 return sum / totalWeight;
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 648 float totalWeight = 0;
683 totalWeight += lp.weight;
710 totalWeight == 0 ? mTotalLength : 0);
821 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) {
822 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 743 float totalWeight = 0;
781 totalWeight += lp.weight;
805 final int usedHeight = totalWeight == 0 ? mTotalLength : 0;
    [all...]
GridLayout.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 600 float totalWeight = 0;
635 totalWeight += lp.weight;
662 totalWeight == 0 ? mTotalLength : 0);
774 if (skippedMeasure || (delta != 0 && totalWeight > 0.0f)) {
775 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1706 milliseconds

1 2 3 4