Searched defs:setScale (Results 1 - 25 of 35) sorted by relevance

12

/external/icu/icu4j/perf-tests/
H A DDataset.pm46 sub setScale { subroutine
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DCauchyDistribution.java62 void setScale(double s); method in interface:CauchyDistribution
H A DWeibullDistribution.java65 void setScale(double beta); method in interface:WeibullDistribution
H A DCauchyDistributionImpl.java177 public void setScale(double s) { method in class:CauchyDistributionImpl
H A DWeibullDistributionImpl.java207 public void setScale(double beta) { method in class:WeibullDistributionImpl
/external/icu/icu4c/source/test/perf/perldriver/
H A DDataset.pm49 sub setScale { subroutine
/external/icu/icu4j/perf-tests/perldriver/
H A DDataset.pm47 sub setScale { subroutine
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DSprite.java41 public void setScale(float scaleX, float scaleY) { method in class:Sprite
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DBigReal.java225 public void setScale(int scale) { method in class:BigReal
/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h484 void setScale(int32_t s) { fScale = s; } function in class:DecimalFormatImpl
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrixImpl.java565 public void setScale(int scale) { method in class:BigMatrixImpl
/external/skia/src/effects/
H A DSkColorMatrix.cpp76 void SkColorMatrix::setScale(SkScalar rScale, SkScalar gScale, SkScalar bScale, function in class:SkColorMatrix
/external/skia/include/core/
H A DSkMatrix44.h342 void setScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
346 inline void setScale(SkMScalar scale) { function in class:SkMatrix44
347 this->setScale(scale, scale, scale);
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java77 /* 1998.07.08 setScale, faster equals */
2567 * The same as {@link #setScale(int, int)}, where the first parameter is the scale, and the second is <code>
2576 public android.icu.math.BigDecimal setScale(int scale) { method in class:BigDecimal
2577 return setScale(scale, ROUND_UNNECESSARY);
2603 public android.icu.math.BigDecimal setScale(int scale, int round) { method in class:BigDecimal
3086 return lhs.setScale(scale);
3618 } else if (mode == ROUND_UNNECESSARY) { // default for setScale()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java74 /* 1998.07.08 setScale, faster equals */
2620 * The same as {@link #setScale(int, int)}, where the first parameter is the scale, and the second is <code>
2630 public com.ibm.icu.math.BigDecimal setScale(int scale) { method in class:BigDecimal
2631 return setScale(scale, ROUND_UNNECESSARY);
2658 public com.ibm.icu.math.BigDecimal setScale(int scale, int round) { method in class:BigDecimal
3151 return lhs.setScale(scale);
3683 } else if (mode == ROUND_UNNECESSARY) { // default for setScale()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java76 /* 1998.07.08 setScale, faster equals */
2629 * The same as {@link #setScale(int, int)}, where the first parameter is the scale, and the second is <code>
2639 public com.ibm.icu.math.BigDecimal setScale(int scale) { method in class:BigDecimal
2640 return setScale(scale, ROUND_UNNECESSARY);
2667 public com.ibm.icu.math.BigDecimal setScale(int scale, int round) { method in class:BigDecimal
3161 return lhs.setScale(scale);
3693 } else if (mode == ROUND_UNNECESSARY) { // default for setScale()
/external/skia/src/core/
H A DSkMatrix44.cpp281 void SkMatrix44::setScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { function in class:SkMatrix44
H A DSkMatrix.cpp320 void SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { function in class:SkMatrix
328 void SkMatrix::setScale(SkScalar sx, SkScalar sy) { function in class:SkMatrix
348 this->setScale(SkScalarInvert(divx), SkScalarInvert(divy));
358 m.setScale(sx, sy, px, py);
397 m.setScale(sx, sy, px, py);
406 m.setScale(sx, sy);
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...

Completed in 781 milliseconds

12