Searched refs:fitted (Results 1 – 10 of 10) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
D | HarmonicFitter.java | 100 double[] fitted = fitter.fit(new ParametricHarmonicFunction(), parameters); in fit() local 101 return new HarmonicFunction(fitted[0], fitted[1], fitted[2]); in fit()
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 83 calculated by comparing the line fitted to the first half of the samples (the half with 84 smaller buffer sizes) to the line fitted to the second half of the samples. A straight 91 before any late sample. A line is fitted to the early samples and it is compared to a 92 line fitted to the late samples. If the samples get similar values in the beginning of 105 transfer size calculated form the fitted line. (i.e c = 0).
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 2230 FT_Fixed fitted; in ps_hints_apply() local 2236 fitted = FT_PIX_ROUND( scaled ); in ps_hints_apply() 2238 if ( fitted != 0 && scaled != fitted ) in ps_hints_apply() 2242 y_scale = FT_MulDiv( y_scale, fitted, scaled ); in ps_hints_apply() 2244 if ( fitted < scaled ) in ps_hints_apply()
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 2217 FT_Fixed fitted; in ps_hints_apply() local 2223 fitted = FT_PIX_ROUND( scaled ); in ps_hints_apply() 2225 if ( fitted != 0 && scaled != fitted ) in ps_hints_apply() 2229 y_scale = FT_MulDiv( y_scale, fitted, scaled ); in ps_hints_apply() 2231 if ( fitted < scaled ) in ps_hints_apply()
|
/external/freetype/src/autofit/ |
D | aflatin2.c | 568 FT_Pos fitted; in af_latin2_metrics_scale_dim() local 585 fitted = ( scaled + threshold ) & ~63; in af_latin2_metrics_scale_dim() 588 if ( scaled != fitted ) in af_latin2_metrics_scale_dim() 590 scale = FT_MulDiv( scale, fitted, scaled ); in af_latin2_metrics_scale_dim() 593 scaled / 64.0, fitted / 64.0, in af_latin2_metrics_scale_dim() 594 ( fitted * 1.0 ) / scaled )); in af_latin2_metrics_scale_dim()
|
D | aflatin.c | 939 FT_Pos fitted; in af_latin_metrics_scale_dim() local 956 fitted = ( scaled + threshold ) & ~63; in af_latin_metrics_scale_dim() 958 if ( scaled != fitted ) in af_latin_metrics_scale_dim() 963 if ( fitted < scaled ) in af_latin_metrics_scale_dim() 970 scale = FT_MulDiv( scale, fitted, scaled ); in af_latin_metrics_scale_dim() 981 ( fitted - scaled ) * 100 / scaled )); in af_latin_metrics_scale_dim()
|
/external/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 31 * methods more fitted to this special case.
|
/external/ceres-solver/docs/source/ |
D | tutorial.rst | 557 below. Notice how the fitted curve deviates from the ground truth. 582 fitted curve moves back closer to the ground truth curve.
|
D | solving.rst | 2200 So, if it is the case that the observations being fitted to have a
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 135 in the lock, and to her great delight it fitted!
|