HomeSort by relevance Sort by last modified time
    Searched defs:y0 (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/clang/test/PCH/
pr4489.c 31 struct y0 { int i; } y0[1] = {}; variable in typeref:struct:y0
  /external/clang/test/Index/
load-exprs.c 30 struct Y y0 = { .array[StartIndex].b = bval, .array[StartIndex].a = aval }; local
67 // CHECK: load-exprs.c:30:12: VarDecl=y0:30:12 (Definition) Extent=[30:3 - 30:77]
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 8 int y0 = 1.2222F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
66 if (mp_init_size (&y0, B) != MP_OKAY)
69 goto Y0;
80 x0.used = y0.used = B;
95 tmpy = y0.dp;
116 mp_clamp (&y0);
120 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY)
121 goto X1Y1; /* x0y0 = x0*y0 */
125 /* now calc x1+x0 and y1+y0 */
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY
    [all...]
  /external/skia/legacy/src/utils/
SkCullPoints.cpp 26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
31 (y0 < r.fTop && y1 < r.fTop) ||
32 (y0 > r.fBottom && y1 > r.fBottom)) {
37 if (r.contains(x0, y0) || r.contains(x1, y1)) {
45 vec.set(x1 - x0, y1 - y0);
46 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
48 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {
91 int y0 = fPrevPt.fY; local
96 if (this->sect_test(x0, y0, x, y)) {
97 line[0].set(x0, y0);
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerCubic.h 43 int32_t a, b, c, y0, y1, y2, y3; member in struct:android::AudioResamplerCubic::__anon19631
54 p->y0 = p->y1;
58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1;
59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1);
60 p->c = (p->y2 - p->y0) >> 1;
  /external/clang/test/CXX/over/over.over/
p1.cpp 84 template<int(int)> struct Y0 { };
89 Y0<f0> y0; variable
90 Y0<&f0> y0a;
  /external/skia/bench/
ShaderMaskBench.cpp 72 const SkScalar y0 = SkIntToScalar(-10); local
77 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
84 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
TextBench.cpp 107 const SkScalar y0 = SkIntToScalar(-10); local
120 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
  /external/skia/src/effects/
SkMergeImageFilter.cpp 110 const int y0 = bounds.top(); local
139 canvas.drawSprite(*srcPtr, pos.x() - x0, pos.y() - y0, &paint);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 41 y0 RN 3 label
95 ADD tmp4, tmp4, #5 ;// (y0+partW+5)
100 CMP y0, #0
101 BLT do_fill ;// (y0 < 0)
103 ADD tmp2, y0, partH ;// (y0+partHeight)
124 STR x0,[sp,#0x1f0] ;// y0 = 0
131 LDR y0 ,[sp,#0x1f0] ;// y0
133 MLA tmp2, width, y0, x0 ;// y0*width+x
    [all...]
h264bsd_interpolate_hor_quarter.s 41 y0 RN 3 label
97 ADD tmp4, tmp4, #5 ;// (y0+partW+5)
102 CMP y0, #0
103 BLT do_fill ;// (y0 < 0)
105 ADD tmp2, y0, partH ;// (y0+partHeight)
126 STR x0,[sp,#0x1f0] ;// y0 = 0
133 LDR y0 ,[sp,#0x1f0] ;// y0
135 MLA tmp2, width, y0, x0 ;// y0*width+x
    [all...]
h264bsd_interpolate_ver_half.s 42 y0 RN 3 label
100 CMP y0, #0
101 BLT do_fill ;// (y0 < 0)
103 ADD tmp6, y0, partH ;// (y0+partHeight)
104 ADD tmp6, tmp6, #5 ;// (y0+partH+5)
125 STR x0,[sp,#0x1f0] ;// y0 = 0
132 LDR y0 ,[sp,#0x1f0] ;// y0
134 MLA tmp6, width, y0, x0 ;// y0*width+x
    [all...]
h264bsd_interpolate_ver_quarter.s 41 y0 RN 3 label
99 CMP y0, #0
100 BLT do_fill ;// (y0 < 0)
102 ADD tmp6, y0, partH ;// (y0+partHeight)
103 ADD tmp6, tmp6, #5 ;// (y0+partH+5)
124 STR x0,[sp,#0x1f0] ;// y0 = 0
131 LDR y0 ,[sp,#0x1f0] ;// y0
133 MLA tmp6, width, y0, x0 ;// y0*width+x
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 74 float y0 = Collections.min(ys); local
77 return new Rectangle(x0, y0, x1 - x0, y1 - y0);
  /external/freetype/src/autofit/
afwarp.c 123 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta; local
124 FT_Pos y = y0 + ( idx_min - idx0 );
  /external/opencv/cv/src/
cvlinefit.cpp 106 float x0 = 0, y0 = 0, z0 = 0; local
133 y0 += y * w;
153 y0 += y;
167 y0 /= w0;
171 dxy = xy - x0 * y0;
173 dy2 = y2 - y0 * y0;
174 dyz = yz - y0 * z0;
213 line[4] = y0;
  /external/skia/legacy/src/core/
SkBitmapProcState_shaderproc.h 38 int y0 = TILEY_PROCF(fy, maxY); local
43 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
  /external/skia/legacy/src/effects/
SkTestImageFilters.cpp 213 const int y0 = bounds.top(); local
241 canvas.drawSprite(*srcPtr, pos.x() - x0, pos.y() - y0, &paint);
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 43 int y0 = TILEY_PROCF(fy, maxY); local
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
  /external/skia/src/utils/
SkCullPoints.cpp 26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
31 (y0 < r.fTop && y1 < r.fTop) ||
32 (y0 > r.fBottom && y1 > r.fBottom)) {
37 if (r.contains(x0, y0) || r.contains(x1, y1)) {
45 vec.set(x1 - x0, y1 - y0);
46 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
48 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {
91 int y0 = fPrevPt.fY; local
96 if (this->sect_test(x0, y0, x, y)) {
97 line[0].set(x0, y0);
    [all...]
  /external/speex/libspeex/
ltp_arm4.h 101 spx_word32_t y0, y1, y2, y3; local
102 y0=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 159 int y0 = m_coords[1].calcMinValue(height); local
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 351 float y0 = bounds.origin.y; local
353 float y1 = y0 + bounds.size.height;
356 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f);
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 169 audio_sample_t y0 = coef_sample_acc_to_sample(acc); local
171 y1 = y0;
174 (*out++) = y0;
222 audio_sample_t y0 = coef_sample_acc_to_sample(acc); local
224 y1 = y0;
227 *out = y0;

Completed in 1010 milliseconds

1 2 3 4 5