/external/icu/icu4c/source/data/unit/ |
D | tr.txt | 74 dnam{"fit kare"} 75 one{"{0} fit kare"} 76 other{"{0} fit kare"} 347 dnam{"fit"} 348 one{"{0} fit"} 349 other{"{0} fit"} 350 per{"{0}/fit"} 606 dnam{"akre fit"} 607 one{"{0} akre fit"} 608 other{"{0} akre fit"} [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | aflatin2.c | 621 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() 1903 edge1-edges, edge1->opos / 64.0, blue->fit / 64.0, in af_latin2_hint_edges() 1906 edge1->pos = blue->fit; in af_latin2_hint_edges() 2050 FT_Pos displacements[6], scores[6], org, fit, delta; in af_latin2_hint_edges() local [all …]
|
D | aflatin.c | 1069 width->fit = width->cur; in af_latin_metrics_scale_dim() 1106 blue->ref.fit = blue->ref.cur; in af_latin_metrics_scale_dim() 1108 blue->shoot.fit = blue->shoot.cur; in af_latin_metrics_scale_dim() 1143 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); in af_latin_metrics_scale_dim() 1144 blue->shoot.fit = blue->ref.fit + delta2; in af_latin_metrics_scale_dim() 1163 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); in af_latin_metrics_scale_dim() 1164 blue->shoot.fit = blue->ref.fit - delta2; in af_latin_metrics_scale_dim() 1174 blue->ref.fit / 64.0, in af_latin_metrics_scale_dim() 1179 blue->shoot.fit / 64.0, in af_latin_metrics_scale_dim() 2478 edge1 - edges, edge1->opos / 64.0, blue->fit / 64.0, in af_latin_hint_edges() [all …]
|
/external/freetype/src/autofit/ |
D | aflatin2.c | 621 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 …]
|
D | aflatin.c | 1012 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 …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_highbd_error_avx.asm | 53 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit). 61 ; squaring. As mentioned earlier 2 sums fit in 31 bits, so 4 sums will 62 ; fit in 32bits 127 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit). 137 ; squaring. As mentioned earlier 2 sums fit in 31 bits, so 4 sums will 138 ; fit in 32bits 161 ; final sum will fit in 32 bits. If overflow happened, then 210 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/viewport/ |
D | FitViewport.java | 15 super(Scaling.fit, worldWidth, worldHeight); in FitViewport() 19 super(Scaling.fit, worldWidth, worldHeight, camera); in FitViewport()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
D | GaussianFitter.java | 100 public GaussianFunction fit() throws FunctionEvaluationException, OptimizationException { in fit() method in GaussianFitter 101 return new GaussianFunction(fitter.fit(new ParametricGaussianFunction(), in fit()
|
D | PolynomialFitter.java | 74 public PolynomialFunction fit() throws OptimizationException { in fit() method in PolynomialFitter 76 … return new PolynomialFunction(fitter.fit(new ParametricPolynomial(), new double[degree + 1])); in fit()
|
D | HarmonicFitter.java | 79 public HarmonicFunction fit() throws OptimizationException { in fit() method in HarmonicFitter 100 double[] fitted = fitter.fit(new ParametricHarmonicFunction(), parameters); in fit()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | ImageScaleTest.java | 37 image.setScaling(Scaling.fit); in create() 42 image2.setScaling(Scaling.fit); in create()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | Scaling.java | 26 fit, enumConstant 53 case fit: { in apply()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | SmoothingPolynomialBicubicSplineInterpolator.java | 106 yPolyX[j] = xFitter.fit(); in interpolate() 128 xPolyY[i] = yFitter.fit(); in interpolate()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | args-08.ll | 5 ; Up to four integer return values fit into GPRs. 32 ; Up to four floating-point return values fit into GPRs.
|
D | args-07.ll | 5 ; Up to four integer return values fit into GPRs. 28 ; Up to four floating-point return values fit into FPRs.
|
/external/opencv3/modules/imgproc/doc/ |
D | colors.markdown | 55 scaled to fit the 0 to 1 range. 64 - 8-bit images: \f$V \leftarrow 255 V, S \leftarrow 255 S, H \leftarrow H/2 \text{(to fit to 0 … 74 scaled to fit the 0 to 1 range. 88 …ftarrow 255 \cdot V, S \leftarrow 255 \cdot S, H \leftarrow H/2 \; \text{(to fit to 0 to 255)}\f$ 98 scaled to fit the 0 to 1 range. 123 scaled to fit 0 to 1 range.
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 38 …[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/ |
D | getInt.ll | 1 ; RUN: not opt < %s 2>&1 | grep 'not a number, or does not fit in an unsigned int'
|
/external/llvm/test/CodeGen/X86/ |
D | large-gep-scale.ll | 4 ; After scaling, this type doesn't fit in memory. Codegen should generate
|
D | tailcall-largecode.ll | 6 ; 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/dhcpcd-6.8.2/ |
D | control.h | 61 int control_queue(struct fd_list *fd, char *data, size_t data_len, uint8_t fit);
|
/external/llvm/test/CodeGen/ARM/ |
D | byval-align.ll | 8 ; "byval align 16" can't fit in any regs with an i8* taking up r0. 41 ; "byval align 32" can't fit in regs no matter what: it would be misaligned
|
/external/libunwind/doc/ |
D | unw_get_reg.tex | 34 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
|
D | unw_set_reg.tex | 34 registers whose values fit in a single word. See 36 fit this constraint.
|
/external/llvm/test/Transforms/InstCombine/ |
D | sitofp.ll | 115 ; 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
|