Searched defs:ey (Results 1 - 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c66 const float ey = v0[1] - v2[1]; local
71 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c79 float ey = v0[1] - v2[1]; local
86 float a = ey*fz - ez*fy;
/external/opencv3/modules/imgproc/src/
H A Dgabor.cpp78 double ey = -0.5/(sigma_y*sigma_y); local
87 double v = scale*std::exp(ex*xr*xr + ey*yr*yr)*cos(cscale*xr + psi);
/external/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp29 int ey = e >> 2; local
34 != (ey - dy) * (fx - dx)) {
44 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey));
54 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
H A DPathOpsSimplifyQuadThreadedTest.cpp29 int ey = e >> 2; local
46 path.moveTo(SkIntToScalar(ex), SkIntToScalar(ey));
61 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp29 int ey = e >> 2; local
46 path.moveTo(SkIntToScalar(ex), SkIntToScalar(ey));
59 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp30 int ey = e >> 2; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
47 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey));
57 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_tritmp.h54 GLfloat ey = v[0]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1]; local
57 GLfloat cc = ex*fy - ey*fx;
145 const GLfloat dzdx = FABSF((ey * fz - ez * fy) * oneOverArea);
/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp70 const float ey = computeFloatingPointError(y, bits.y()); local
75 if (ay+ey < ax-ex && az+ez < ax-ex)
80 else if (ax+ex < ay-ey && az+ez < ay-ey)
82 if (y >= ey) faces[numFaces++] = CUBEFACE_POSITIVE_Y;
83 if (y <= ey) faces[numFaces++] = CUBEFACE_NEGATIVE_Y;
85 else if (ax+ex < az-ez && ay+ey < az-ez)
99 if (ay > ey)
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
H A DMat22.java34 public final Vec2 ex, ey; field in class:Mat22
40 s += "[" + ex.x + "," + ey.x + "]\n";
41 s += "[" + ex.y + "," + ey.y + "]";
51 ey = new Vec2();
62 ey = c2.clone();
75 ey = new Vec2(col2x, col2y);
86 ey.x = m.ey.x;
87 ey.y = m.ey
[all...]
H A DMat33.java39 public final Vec3 ex, ey, ez; field in class:Mat33
43 ey = new Vec3();
50 ey = new Vec3(eyx, eyy, eyz);
56 ey = argCol2.clone();
62 ey.setZero();
71 ey.x = eyx;
72 ey.y = eyy;
73 ey.z = eyz;
84 Vec3 vec1 = mat.ey;
85 ey
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h133 GLfloat ey = VERT_Y(v[0]) - VERT_Y(v[2]); local
136 GLfloat cc = ex*fy - ey*fx;
234 GLfloat a = ey*fz - ez*fy;
358 GLfloat ey = VERT_Y(v[2]) - VERT_Y(v[0]); local
361 GLfloat cc = ex*fy - ey*fx;
466 GLfloat a = ey*fz - ez*fy;
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfWav.cpp164 unsigned short *ey = in + oy * (ny - p2); local
175 for (; py <= ey; py += oy2)
295 unsigned short *ey = in + oy * (ny - p2); local
306 for (; py <= ey; py += oy2)
/external/pdfium/third_party/agg23/
H A Dagg_rasterizer_scanline_aa.cpp162 AGG_INLINE void outline_aa::render_hline(int ey, int x1, int y1, int x2, int y2) argument
171 set_cur_cell(ex2, ey);
197 set_cur_cell(ex1, ey);
218 set_cur_cell(ex1, ey);
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
H A Db2Math.h196 ey = c2;
203 ey.x = a12; ey.y = a22;
210 ey = c2;
216 ex.x = 1.0f; ey.x = 0.0f;
217 ex.y = 0.0f; ey.y = 1.0f;
223 ex.x = 0.0f; ey.x = 0.0f;
224 ex.y = 0.0f; ey.y = 0.0f;
229 float32 a = ex.x, b = ey.x, c = ex.y, d = ey
257 b2Vec2 ex, ey; member in struct:b2Mat22
299 b2Vec3 ex, ey, ez; member in struct:b2Mat33
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c155 const float ey = v0[0][1] - v2[0][1]; local
160 const float det = ex * fy - ey * fx;
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c61 GLfloat ey = v1->attrib[FRAG_ATTRIB_WPOS][1] - v0->attrib[FRAG_ATTRIB_WPOS][1]; local
64 GLfloat c = ex*fy-ey*fx;
/external/opencv/cvaux/src/
H A Dcvlevmarprojbandle.cpp1326 double ex,ey; local
1328 ey = cvmGet(errorProjPoints[currImage],1,currPoint);
1329 fprintf(file,"%40.35lf, %40.35lf\n",ex,ey);
1644 double ex,ey;
1646 ey = cvmGet(errorProjPoints[currImage],1,currPoint);
1647 fprintf(file,"%lf,%lf\n",ex,ey);
/external/freetype/src/smooth/
H A Dftgrays.c433 TCoord ex, ey; member in struct:gray_TWorker_
514 pcell = &ras.ycells[ras.ey - ras.min_ey];
563 TCoord ey )
588 ras.ey = ey;
590 ras.invalid = ( ey >= ras.max_ey || ey < ras.min_ey ||
602 gray_render_scanline( RAS_ARG_ TCoord ey, argument
619 gray_set_cell( RAS_VAR_ ex2, ey );
661 gray_set_cell( RAS_VAR_ ex1, ey );
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
H A Dftgrays.c440 TCoord ex, ey; member in struct:gray_TWorker_
579 pcell = &ras.ycells[ras.ey];
628 TCoord ey )
642 ey -= ras.min_ey;
652 if ( ex != ras.ex || ey != ras.ey )
661 ras.ey = ey;
664 ras.invalid = ( (unsigned int)ey >= (unsigned int)ras.count_ey ||
675 TCoord ey )
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c790 const float ey = v0[0][1] - v2[0][1]; local
795 return ex * fy - ey * fx;
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c429 TCoord ex, ey; member in struct:gray_TWorker_
568 pcell = &ras.ycells[ras.ey];
617 TCoord ey )
631 ey -= ras.min_ey;
641 if ( ex != ras.ex || ey != ras.ey )
650 ras.ey = ey;
653 ras.invalid = ( (unsigned int)ey >= (unsigned int)ras.count_ey ||
664 TCoord ey )
687 gray_render_scanline( RAS_ARG_ TCoord ey, TPos x1, TCoord y1, TPos x2, TCoord y2 ) argument
[all...]
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c750 % const double ex,const double ey,const double sd,const double ed)
762 % o ey: ending y ordinate of bounding rectangle
770 const double ex,const double ey,const double sd,const double ed)
777 ey,sd,ed);
2792 % const double ex,const double ey)
2804 % o ey: ending y ordinate
2808 const double ex,const double ey)
2814 (void) MVGPrintf(wand,"line %.20g %.20g %.20g %.20g\n",sx,sy,ex,ey);
757 DrawArc(DrawingWand *wand,const double sx,const double sy, const double ex,const double ey,const double sd,const double ed) argument
2750 DrawLine(DrawingWand *wand,const double sx,const double sy, const double ex,const double ey) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3490 milliseconds