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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
GaussianFitter.java 45 * GaussianFunction fitFunction = fitter.fit();
94 * @throws FunctionEvaluationException if <code>CurveFitter.fit</code> throws it
95 * @throws OptimizationException if <code>CurveFitter.fit</code> throws it
96 * @throws IllegalArgumentException if <code>CurveFitter.fit</code> throws it
100 public GaussianFunction fit() throws FunctionEvaluationException, OptimizationException { method in class:GaussianFitter
101 return new GaussianFunction(fitter.fit(new ParametricGaussianFunction(),
CurveFitter.java 74 * @param weight weight of the observed point in the fit
113 /** Fit a curve.
115 * fit the sample of observed points previously given through calls
118 * @param f parametric function to fit
125 public double[] fit(final ParametricRealFunction f, method in class:CurveFitter
139 // perform the fit
152 /** Function to fit. */
156 * @param f function to fit.
PolynomialFitter.java 53 * @param weight weight of the observed point in the fit
74 public PolynomialFunction fit() throws OptimizationException { method in class:PolynomialFitter
76 return new PolynomialFunction(fitter.fit(new ParametricPolynomial(), new double[degree + 1]));
HarmonicFitter.java 65 * @param weight weight of the observed point in the fit
74 /** Fit an harmonic function to the observed points.
79 public HarmonicFunction fit() throws OptimizationException { method in class:HarmonicFitter
100 double[] fitted = fitter.fit(new ParametricHarmonicFunction(), parameters);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.cpp 195 void btAngularLimit::fit(btScalar& angle) const function in class:btAngularLimit
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Scaling.java 24 /** Scales the source to fit the target while keeping the same aspect ratio. This may cause the source to be smaller than the
26 fit, enum constant in enum:Scaling
53 case fit: {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
MatrixFit.java 22 // Simple implementation of a matrix fit in N dimensions.
32 mValid = fit(from, to);
47 public boolean fit(double[][] from, double[][] to) { method in class:MatrixFit
  /external/freetype/src/pshinter/
pshglob.h 68 FT_Pos fit; member in struct:PSH_WidthRec_
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btAngularLimit.java 114 public void fit(SWIGTYPE_p_float angle) { method in class:btAngularLimit
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.h 68 FT_Pos fit; member in struct:PSH_WidthRec_
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.h 68 FT_Pos fit; member in struct:PSH_WidthRec_
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 113 fit(0, period * 12 / 7, 8, &a, &b, &err);
125 bool VideoFrameScheduler::PLL::fit( function in class:android::VideoFrameScheduler::PLL
241 fit(firstTime, delta, numSamplesToUse, &a, &b, &err);
250 fit(firstTime, delta, numSamplesToUse, &a, &b, &err);
293 if (!fit(mPhase, mPeriod, kMaxSamplesToEstimatePeriod, &a, &b, &err)) {
296 ALOGV("could not fit - keeping old period:%lld", (long long)mPeriod);
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
FindRegion.java 111 Allocation fit = Allocation.createTyped(mRs, builderF32.create()); local
120 findRegion.forEach_bordercorrelation(fit, options);
128 findRegion.invoke_findMin(fit, fit_max, noSearch_x, noSearch_y,
  /external/freetype/src/autofit/
aftypes.h 81 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
aflatin2.c 626 width->fit = width->cur;
644 blue->ref.fit = blue->ref.cur;
646 blue->shoot.fit = blue->shoot.cur;
672 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
673 blue->shoot.fit = blue->ref.fit + delta2;
676 " ref.cur=%.2g ref.fit=%.2g"
677 " shoot.cur=%.2g shoot.fit=%.2g\n",
678 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
679 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
2055 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aftypes.h 81 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
aflatin2.c 621 width->fit = width->cur;
639 blue->ref.fit = blue->ref.cur;
641 blue->shoot.fit = blue->shoot.cur;
667 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
668 blue->shoot.fit = blue->ref.fit + delta2;
671 " ref.cur=%.2g ref.fit=%.2g"
672 " shoot.cur=%.2g shoot.fit=%.2g\n",
673 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
674 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
2050 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 59 does not fit the next instruction sequence is attempted.
342 an op can fit (i.e., the bitcount of the slot field above). */
6710 int fit = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 9073 milliseconds