Searched refs:y2 (Results 101 - 125 of 181) sorted by relevance

12345678

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java476 ECFieldElement.F2m y2 = (ECFieldElement.F2m)other.getY();
481 if (this.y.equals(y2))
492 = (ECFieldElement.F2m)(this.y.add(y2)).divide(this.x.add(x2));
/external/quake/quake/src/QW/client/
H A Dr_misc.c212 int a, x, y, y2, w, i; local
226 y2 = y + 8;
237 Draw_String(8, y2, st);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-cube.js21 var y2 = To.V[1];
23 var dy = Math.abs(y2 - y1);
35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; }
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-cube.js21 var y2 = To.V[1];
23 var dy = Math.abs(y2 - y1);
35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; }
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp8 Y<1 >> 2> *y2; // FIXME: expected-error{{expected unqualified-id}} variable
/external/clang/test/Sema/
H A Darray-init.c31 int y2[4][3] = { local
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp158 enum class F y2 = a; // expected-error {{reference to enumeration must use 'enum' not 'enum class'}} member in namespace:E1::E2::Redeclare5::N2764
/external/kernel-headers/original/linux/
H A Dmsm_q6vdec.h136 u32 y2; member in struct:vdec_cropping_window
/external/libvorbis/examples/
H A Dframeview.pl363 my($x1,$y1,$x2,$y2)=$w->bbox('foo');
365 my$maxlabelheight=$y2-$y1;
384 ($x1,$y1,$x2,$y2)=$w->bbox('ylabel');
427 ($x1,$y1,$x2,$y2)=$w->bbox('foo');
/external/opencv/cvaux/src/
H A D_cvvm.h176 int* y2
H A Dcvscanlines.cpp183 int x1, y1, x2, y2, dx, dy; local
194 y2 = scanlines[curr++];
197 dy = abs( y1 - y2 ) + 1;
213 int x1, y1, x2, y2; local
235 y2 = (int) (scanlines_1[curr] * alpha + scanlines_2[curr] * (1.0 - alpha));
237 scanlines_a[curr++] = y2;
240 dy = abs( y1 - y2 ) + 1;
1904 icvGetCrossEpilineFrame( CvSize imgSize, float *epiline, int *x1, int *y1, int *x2, int *y2 )
1983 *y2 = (int) point[1][1];
1990 *y2
[all...]
H A Dcvtrifocal.cpp961 double x1,y1,x2,y2; local
965 y2 = cvmGet(points[currImage],1,i);
969 dy = y1-y2;
1136 double x1,y1,x2,y2;
1140 y2 = cvmGet(points[currImage],1,i);
1144 dy = y1-y2;
1242 double x1,y1,x2,y2; local
1246 y2 = cvmGet(points[currImage],1,i);
1250 dy = y1-y2;
1469 double x1,y1,w1,x2,y2,w local
[all...]
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.h68 void map(double x, double y, double& x2, double& y2) const;
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp136 FIXP_DBL y2; member in struct:WEIGHTING_STATES
664 FIXP_DBL x1, x2, y, y1, y2; local
681 y2 = drcComp->filter[c].y2;
694 /* y = b0 * (x - x2) - a1 * y1 - a2 * y2; */
695 y = fMult(b0,x-x2) - fMult(a1,y1) - fMult(a2,y2);
699 y2 = y1;
714 drcComp->filter[c].y2 = y2;
/external/opencv/cv/include/
H A Dcv.hpp130 int y, int y1, int y2 );
358 int y0, int y1, int y2 );
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c1005 int x2, y2; local
1011 y2 = rects[i].y + rects[i].h - 1;
1024 if (y2 > region.y2)
1025 region.y2 = y2;
1032 region.y2 = y2;
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp208 int x1 = MAX( 0, x0 ), y1 = MAX( 0, y0 ), x2, y2; local
214 y2 = MIN( img->rows, y0 + isz.height );
221 src = cvGetSubRect( img, &sstub, cvRect(x1,y1,x2-x1,y2-y1) );
226 if( x2 - x1 < isz.width || y2 - y1 < isz.height )
228 cvRect( x1 - x0, y1 - y0, x2 - x1, y2 - y1 ));
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf );
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp1072 double x1, y1, x2, y2; local
1073 cairo_clip_extents(cr, &x1, &y1, &x2, &y2);
1074 cairo_rectangle(cr, x1, y1, x2 - x1, y2 - y1);
1107 double x1, y1, x2, y2; local
1108 cairo_clip_extents(cr, &x1, &y1, &x2, &y2);
1109 cairo_rectangle(cr, x1, y1, x2 - x1, y2 - y1);
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h1157 void MGLAPI MGL_lineCoord(m_int x1,m_int y1,m_int x2,m_int y2);
1158 void MGLAPI MGL_lineCoordFX(fix32_t x1,fix32_t y1,fix32_t x2,fix32_t y2);
1159 void MGLAPI MGL_lineCoordFast(m_int x1,m_int y1,m_int x2,m_int y2);
1160 void MGLAPI MGL_lineCoordFastFX(fix32_t x1,fix32_t y1,fix32_t x2,fix32_t y2);
1161 void MGLAPI MGL_lineEngine(fix32_t x1,fix32_t y1,fix32_t x2,fix32_t y2,void (ASMAPI *plotPoint)(m_int x,m_int y));
1162 bool MGLAPI MGL_clipLineFX(fix32_t *x1,fix32_t *y1,fix32_t *x2,fix32_t *y2,fix32_t left,fix32_t top,fix32_t right,fix32_t bottom);
1239 void ASMAPI MGL_cLineCoordFast(fix32_t x1,fix32_t y1,fix32_t c1,fix32_t x2,fix32_t y2,fix32_t c2);
1240 void ASMAPI MGL_rgbLineCoordFast(fix32_t x1,fix32_t y1,fix32_t r1,fix32_t g1,fix32_t b1,fix32_t x2,fix32_t y2,fix32_t r2,fix32_t g2,fix32_t b2);
1241 void ASMAPI MGL_zLineCoordFast(fix32_t x1,fix32_t y1,zfix32_t z1,fix32_t x2,fix32_t y2,zfix32_t z2);
1242 void ASMAPI MGL_czLineCoordFast(fix32_t x1,fix32_t y1,zfix32_t z1,fix32_t c1,fix32_t x2,fix32_t y2,zfix32_
[all...]
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H1157 void MGLAPI MGL_lineCoord(m_int x1,m_int y1,m_int x2,m_int y2);
1158 void MGLAPI MGL_lineCoordFX(fix32_t x1,fix32_t y1,fix32_t x2,fix32_t y2);
1159 void MGLAPI MGL_lineCoordFast(m_int x1,m_int y1,m_int x2,m_int y2);
1160 void MGLAPI MGL_lineCoordFastFX(fix32_t x1,fix32_t y1,fix32_t x2,fix32_t y2);
1161 void MGLAPI MGL_lineEngine(fix32_t x1,fix32_t y1,fix32_t x2,fix32_t y2,void (ASMAPI *plotPoint)(m_int x,m_int y));
1162 bool MGLAPI MGL_clipLineFX(fix32_t *x1,fix32_t *y1,fix32_t *x2,fix32_t *y2,fix32_t left,fix32_t top,fix32_t right,fix32_t bottom);
1239 void ASMAPI MGL_cLineCoordFast(fix32_t x1,fix32_t y1,fix32_t c1,fix32_t x2,fix32_t y2,fix32_t c2);
1240 void ASMAPI MGL_rgbLineCoordFast(fix32_t x1,fix32_t y1,fix32_t r1,fix32_t g1,fix32_t b1,fix32_t x2,fix32_t y2,fix32_t r2,fix32_t g2,fix32_t b2);
1241 void ASMAPI MGL_zLineCoordFast(fix32_t x1,fix32_t y1,zfix32_t z1,fix32_t x2,fix32_t y2,zfix32_t z2);
1242 void ASMAPI MGL_czLineCoordFast(fix32_t x1,fix32_t y1,zfix32_t z1,fix32_t c1,fix32_t x2,fix32_t y2,zfix32_
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_rmain.cpp1171 int x, x2, y2, y, w, h; local
1181 y2 = (vid.height - (r_refdef.vrect.y + r_refdef.vrect.height)) * glheight/vid.height;
1188 if (y2 < 0)
1189 y2--;
1194 h = y - y2;
1198 x = y2 = 0;
1202 glViewport (glx + x, gly + y2, w, h);
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp89 int x1, y1, x2, y2; local
99 x1 = pt1->x; y1 = pt1->y; x2 = pt2->x; y2 = pt2->y;
101 c2 = (x2 < 0) + (x2 > right) * 2 + (y2 < 0) * 4 + (y2 > bottom) * 8;
110 x1 += (int) (((int64) (a - y1)) * (x2 - x1) / (y2 - y1));
117 x2 += (int) (((int64) (a - y2)) * (x2 - x1) / (y2 - y1));
118 y2 = a;
126 y1 += (int) (((int64) (a - x1)) * (y2 - y1) / (x2 - x1));
133 y2
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp156 float y2 = point.y() - a.y(); local
160 float dot02 = x0 * x2 + y0 * y2;
162 float dot12 = x1 * x2 + y1 * y2;
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c1438 int x1, y1, x2, y2, area; local
1443 y2 = mrect->bottom;
1455 if (y2 > data->wrect.bottom)
1456 y2 = data->wrect.bottom;
1458 if (x1 >= x2 || y1 >= y2)
1461 area = (x2-x1)*(y2-y1);
/external/skia/tests/
H A DAAClipTest.cpp172 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) { argument
175 SkIntToScalar(x2), SkIntToScalar(y2));

Completed in 1128 milliseconds

12345678