Home
last modified time | relevance | path

Searched refs:fit (Results 1 – 25 of 217) sorted by relevance

123456789

/external/icu/icu4c/source/data/unit/
Dtr.txt68 dnam{"fit kare"}
69 one{"{0} fit kare"}
70 other{"{0} fit kare"}
317 dnam{"fit"}
318 one{"{0} fit"}
319 other{"{0} fit"}
553 dnam{"akre fit"}
554 one{"{0} akre fit"}
555 other{"{0} akre fit"}
573 dnam{"fit küp"}
[all …]
/external/freetype/src/autofit/
Daflatin2.c621 width->fit = width->cur; in af_latin2_metrics_scale_dim()
639 blue->ref.fit = blue->ref.cur; in af_latin2_metrics_scale_dim()
641 blue->shoot.fit = blue->shoot.cur; in af_latin2_metrics_scale_dim()
667 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); in af_latin2_metrics_scale_dim()
668 blue->shoot.fit = blue->ref.fit + delta2; in af_latin2_metrics_scale_dim()
673 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0, in af_latin2_metrics_scale_dim()
674 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 )); in af_latin2_metrics_scale_dim()
1887 edge1-edges, edge1->opos / 64.0, blue->fit / 64.0, in af_latin2_hint_edges()
1890 edge1->pos = blue->fit; in af_latin2_hint_edges()
2034 FT_Pos displacements[6], scores[6], org, fit, delta; in af_latin2_hint_edges() local
[all …]
Daflatin.c1012 width->fit = width->cur; in af_latin_metrics_scale_dim()
1046 blue->ref.fit = blue->ref.cur; in af_latin_metrics_scale_dim()
1048 blue->shoot.fit = blue->shoot.cur; in af_latin_metrics_scale_dim()
1083 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); in af_latin_metrics_scale_dim()
1084 blue->shoot.fit = blue->ref.fit + delta2; in af_latin_metrics_scale_dim()
1103 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); in af_latin_metrics_scale_dim()
1104 blue->shoot.fit = blue->ref.fit - delta2; in af_latin_metrics_scale_dim()
1114 blue->ref.fit / 64.0, in af_latin_metrics_scale_dim()
1119 blue->shoot.fit / 64.0, in af_latin_metrics_scale_dim()
2377 edge1 - edges, edge1->opos / 64.0, blue->fit / 64.0, in af_latin_hint_edges()
[all …]
Dafcjk.c624 blue->ref.fit = blue->ref.cur; in af_cjk_metrics_scale_dim()
626 blue->shoot.fit = blue->shoot.cur; in af_cjk_metrics_scale_dim()
636 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); in af_cjk_metrics_scale_dim()
639 delta1 = FT_DivFix( blue->ref.fit, scale ) - blue->shoot.org; in af_cjk_metrics_scale_dim()
660 blue->shoot.fit = blue->ref.fit - delta2; in af_cjk_metrics_scale_dim()
667 blue->ref.cur / 64.0, blue->ref.fit / 64.0, in af_cjk_metrics_scale_dim()
668 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 )); in af_cjk_metrics_scale_dim()
1771 blue->fit / 64.0, edge1->pos / 64.0 )); in af_cjk_hint_edges()
1776 edge1->pos = blue->fit; in af_cjk_hint_edges()
/external/openfst/src/include/fst/
Dfactor-weight.h314 FactorIterator fit(w); in Expand()
315 if (!(mode_ & kFactorArcWeights) || fit.Done()) { in Expand()
319 for (; !fit.Done(); fit.Next()) { in Expand()
320 const pair<Weight, Weight> &p = fit.Value(); in Expand()
335 for (FactorIterator fit(w); in Expand()
336 !fit.Done(); in Expand()
337 fit.Next()) { in Expand()
338 const pair<Weight, Weight> &p = fit.Value(); in Expand()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DGaussianFitter.java100 public GaussianFunction fit() throws FunctionEvaluationException, OptimizationException { in fit() method in GaussianFitter
101 return new GaussianFunction(fitter.fit(new ParametricGaussianFunction(), in fit()
DPolynomialFitter.java74 public PolynomialFunction fit() throws OptimizationException { in fit() method in PolynomialFitter
76 … return new PolynomialFunction(fitter.fit(new ParametricPolynomial(), new double[degree + 1])); in fit()
DHarmonicFitter.java79 public HarmonicFunction fit() throws OptimizationException { in fit() method in HarmonicFitter
100 double[] fitted = fitter.fit(new ParametricHarmonicFunction(), parameters); in fit()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DSmoothingPolynomialBicubicSplineInterpolator.java106 yPolyX[j] = xFitter.fit(); in interpolate()
128 xPolyY[i] = yFitter.fit(); in interpolate()
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m38 …[p foo7:1]; // expected-warning {{not enough variable arguments in 'foo7:' declaration to fit a s…
41 …[p foo12:1]; // expected-warning {{not enough variable arguments in 'foo12:' declaration to fit a …
/external/llvm/test/Assembler/
DgetInt.ll1 ; RUN: not opt < %s 2>&1 | grep 'not a number, or does not fit in an unsigned int'
/external/llvm/test/CodeGen/X86/
Dlarge-gep-scale.ll4 ; After scaling, this type doesn't fit in memory. Codegen should generate
Dtailcall-largecode.ll6 ; This is the large code model, so &callee may not fit into the jmp
52 ; This is the large code model, so &manyargs_callee may not fit into
/external/llvm/test/CodeGen/ARM/
Dbyval-align.ll8 ; "byval align 16" can't fit in any regs with an i8* taking up r0.
42 ; "byval align 32" can't fit in regs no matter what: it would be misaligned
/external/libunwind/doc/
Dunw_get_reg.tex34 registers whose values fit in a single word. See
35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit
Dunw_set_reg.tex34 registers whose values fit in a single word. See
36 fit this constraint.
/external/llvm/test/MC/Mips/
Dmips-diagnostic-fixup.s8 nop # This instr makes the branch too long to fit into a 18-bit offset
Dmicromips-diagnostic-fixup.s8 nop # This instr makes the branch too long to fit into a 17-bit offset
/external/llvm/test/Transforms/InstCombine/
Dsitofp.ll115 ; This can't fold because the 25-bit input doesn't fit in the mantissa.
154 ; This can't fold because the 26-bit input won't fit the mantissa
174 ; This can't fold because the 55-bit output won't fit the mantissa
/external/chromium-trace/trace-viewer/tracing/test_data/
Dsimple_trace_gz.gz
/external/llvm/test/CodeGen/SystemZ/
Dfp-const-08.ll2 ; fit within the x86 80-bit format, so the test make sure we don't try to
/external/llvm/test/CodeGen/PowerPC/
Dfma-mutate.ll4 ; one doesn't fit the feeding-copy pattern.
/external/eigen/unsupported/Eigen/
DSplines19 * offering most basic functionality to fit a spline to point sets.
/external/pdfium/third_party/freetype/src/pshinter/
Dpshglob.h68 FT_Pos fit; member
/external/freetype/src/pshinter/
Dpshglob.h68 FT_Pos fit; member

123456789