HomeSort by relevance Sort by last modified time
    Searched refs:fitted (Results 1 - 10 of 10) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
HarmonicFitter.java 100 double[] fitted = fitter.fit(new ParametricHarmonicFunction(), parameters); local
101 return new HarmonicFunction(fitted[0], fitted[1], fitted[2]);
  /external/freetype/src/autofit/
aflatin2.c 573 FT_Pos fitted; local
590 fitted = ( scaled + threshold ) & ~63;
593 if ( scaled != fitted )
595 scale = FT_MulDiv( scale, fitted, scaled );
597 " fitted = %.2g, scaling = %.4g\n",
598 scaled / 64.0, fitted / 64.0,
599 ( fitted * 1.0 ) / scaled ));
    [all...]
aflatin.c 1074 FT_Pos fitted; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 515 /* ensure that parent is already fitted */
739 /* ensure that parent is already fitted */
2123 FT_Fixed fitted; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin2.c 568 FT_Pos fitted; local
585 fitted = ( scaled + threshold ) & ~63;
588 if ( scaled != fitted )
590 scale = FT_MulDiv( scale, fitted, scaled );
592 " fitted = %.2g, scaling = %.4g\n",
593 scaled / 64.0, fitted / 64.0,
594 ( fitted * 1.0 ) / scaled ));
    [all...]
aflatin.c 962 FT_Pos fitted; local
979 fitted = ( scaled + threshold ) & ~63;
981 if ( scaled != fitted )
986 if ( fitted < scaled )
998 new_scale = FT_MulDiv( scale, fitted, scaled );
1025 ( fitted - scaled ) * 100 / scaled ));
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.c 515 /* ensure that parent is already fitted */
739 /* ensure that parent is already fitted */
2123 FT_Fixed fitted; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 515 /* ensure that parent is already fitted */
739 /* ensure that parent is already fitted */
2123 FT_Fixed fitted; 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 

Completed in 608 milliseconds