/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
D | Mat22.java | 34 public final Vec2 ex, ey; field in Mat22 40 s += "[" + ex.x + "," + ey.x + "]\n"; in toString() 41 s += "[" + ex.y + "," + ey.y + "]"; in toString() 51 ey = new Vec2(); in Mat22() 62 ey = c2.clone(); in Mat22() 75 ey = new Vec2(col2x, col2y); in Mat22() 86 ey.x = m.ey.x; in set() 87 ey.y = m.ey.y; in set() 94 ey.x = col2x; in set() 95 ey.y = col2y; in set() [all …]
|
D | Mat33.java | 39 public final Vec3 ex, ey, ez; field in Mat33 43 ey = new Vec3(); in Mat33() 50 ey = new Vec3(eyx, eyy, eyz); in Mat33() 56 ey = argCol2.clone(); in Mat33() 62 ey.setZero(); in setZero() 71 ey.x = eyx; in set() 72 ey.y = eyy; in set() 73 ey.z = eyz; in set() 84 Vec3 vec1 = mat.ey; in set() 85 ey.x = vec1.x; in set() [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | lg.txt | 17 "Kwanza ey’Angola", 21 "Doola ey’Awusiturelya", 25 "Dinaali ey’eBaareeni", 29 "Faranga ey’eburundi", 33 "Pula ey’eBotiswana", 37 "Doola ey’eKanada", 41 "Faranga ey’eKongo", 45 "Faranga ey’eSwitizirandi", 49 "Yuwani Reniminibi ey’eCayina", 53 "Esikudo ey’Keepu Veredi", [all …]
|
D | xog.txt | 45 "Faranga ey’eSwitizirandi", 125 "Diraamu ey’eMoroko", 129 "Faranga ey’eMalagase", 133 "Wugwiya ey’eMawritenya", 137 "Rupiya ey’eMawurisyasi", 141 "Kwaca ey’eMalawi", 145 "Metikaali ey’eMozambiiki", 149 "Nayira ey’eNayijerya", 153 "Faranga ey’eRwanda", 157 "Riyaali ey’eBuwarabu", [all …]
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/ |
D | b2Math.cpp | 27 float32 det = b2Dot(ex, b2Cross(ey, ez)); in Solve33() 33 x.x = det * b2Dot(b, b2Cross(ey, ez)); in Solve33() 35 x.z = det * b2Dot(ex, b2Cross(ey, b)); in Solve33() 43 float32 a11 = ex.x, a12 = ey.x, a21 = ex.y, a22 = ey.y; in Solve22() 58 float32 a = ex.x, b = ey.x, c = ex.y, d = ey.y; in GetInverse22() 65 M->ex.x = det * d; M->ey.x = -det * b; M->ex.z = 0.0f; in GetInverse22() 66 M->ex.y = -det * c; M->ey.y = det * a; M->ey.z = 0.0f; in GetInverse22() 73 float32 det = b2Dot(ex, b2Cross(ey, ez)); in GetSymInverse33() 79 float32 a11 = ex.x, a12 = ey.x, a13 = ez.x; in GetSymInverse33() 80 float32 a22 = ey.y, a23 = ez.y; in GetSymInverse33() [all …]
|
D | b2Math.h | 196 ey = c2; in b2Mat22() 203 ey.x = a12; ey.y = a22; in b2Mat22() 210 ey = c2; in Set() 216 ex.x = 1.0f; ey.x = 0.0f; in SetIdentity() 217 ex.y = 0.0f; ey.y = 1.0f; in SetIdentity() 223 ex.x = 0.0f; ey.x = 0.0f; in SetZero() 224 ex.y = 0.0f; ey.y = 0.0f; in SetZero() 229 float32 a = ex.x, b = ey.x, c = ex.y, d = ey.y; in GetInverse() 236 B.ex.x = det * d; B.ey.x = -det * b; in GetInverse() 237 B.ex.y = -det * c; B.ey.y = det * a; in GetInverse() [all …]
|
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 70 const float ey = computeFloatingPointError(y, bits.y()); in getPossibleCubeFaces() local 75 if (ay+ey < ax-ex && az+ez < ax-ex) in getPossibleCubeFaces() 80 else if (ax+ex < ay-ey && az+ez < ay-ey) in getPossibleCubeFaces() 82 if (y >= ey) faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces() 83 if (y <= ey) faces[numFaces++] = CUBEFACE_NEGATIVE_Y; in getPossibleCubeFaces() 85 else if (ax+ex < az-ez && ay+ey < az-ez) in getPossibleCubeFaces() 99 if (ay > ey) in getPossibleCubeFaces()
|
/external/opencv3/modules/core/src/opencl/ |
D | repeat.cl | 34 for (int ey = 0; ey < ny; ++ey) 36 int dst_index = mad24(ey * src_rows, dst_step, dst_index0);
|
/external/skia/tests/ |
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 29 int ey = e >> 2; in testSimplifyDegeneratesMain() local 34 != (ey - dy) * (fx - dx)) { in testSimplifyDegeneratesMain() 44 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey)); in testSimplifyDegeneratesMain() 54 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey); in testSimplifyDegeneratesMain()
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 30 int ey = e >> 2; in testSimplifyTrianglesMain() local 37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) { in testSimplifyTrianglesMain() 47 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey)); in testSimplifyTrianglesMain() 57 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey); in testSimplifyTrianglesMain()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 29 int ey = e >> 2; in testSimplifyQuadralateralsMain() local 46 path.moveTo(SkIntToScalar(ex), SkIntToScalar(ey)); in testSimplifyQuadralateralsMain() 59 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey); in testSimplifyQuadralateralsMain()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 29 int ey = e >> 2; in testSimplifyQuadsMain() local 46 path.moveTo(SkIntToScalar(ex), SkIntToScalar(ey)); in testSimplifyQuadsMain() 61 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey); in testSimplifyQuadsMain()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
D | b2WeldJoint.cpp | 96 K.ey.x = -m_rA.y * m_rA.x * iA - m_rB.y * m_rB.x * iB; in InitVelocityConstraints() 98 K.ex.y = K.ey.x; in InitVelocityConstraints() 99 K.ey.y = mA + mB + m_rA.x * m_rA.x * iA + m_rB.x * m_rB.x * iB; in InitVelocityConstraints() 102 K.ey.z = K.ez.y; in InitVelocityConstraints() 246 K.ey.x = -rA.y * rA.x * iA - rB.y * rB.x * iB; in SolvePositionConstraints() 248 K.ex.y = K.ey.x; in SolvePositionConstraints() 249 K.ey.y = mA + mB + rA.x * rA.x * iA + rB.x * rB.x * iB; in SolvePositionConstraints() 252 K.ey.z = K.ez.y; in SolvePositionConstraints()
|
D | b2RevoluteJoint.cpp | 103 m_mass.ey.x = -m_rA.y * m_rA.x * iA - m_rB.y * m_rB.x * iB; in InitVelocityConstraints() 105 m_mass.ex.y = m_mass.ey.x; in InitVelocityConstraints() 106 m_mass.ey.y = mA + mB + m_rA.x * m_rA.x * iA + m_rB.x * m_rB.x * iB; in InitVelocityConstraints() 109 m_mass.ey.z = m_mass.ez.y; in InitVelocityConstraints() 357 K.ey.x = K.ex.y; in SolvePositionConstraints() 358 K.ey.y = mA + mB + iA * rA.x * rA.x + iB * rB.x * rB.x; in SolvePositionConstraints()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/ |
D | WeldJoint.java | 193 K.ey.x = -m_rA.y * m_rA.x * iA - m_rB.y * m_rB.x * iB; in initVelocityConstraints() 195 K.ex.y = K.ey.x; in initVelocityConstraints() 196 K.ey.y = mA + mB + m_rA.x * m_rA.x * iA + m_rB.x * m_rB.x * iB; in initVelocityConstraints() 199 K.ey.z = K.ez.y; in initVelocityConstraints() 364 K.ey.x = -rA.y * rA.x * iA - rB.y * rB.x * iB; in solvePositionConstraints() 366 K.ex.y = K.ey.x; in solvePositionConstraints() 367 K.ey.y = mA + mB + rA.x * rA.x * iA + rB.x * rB.x * iB; in solvePositionConstraints() 370 K.ey.z = K.ez.y; in solvePositionConstraints()
|
D | RevoluteJoint.java | 154 m_mass.ey.x = -m_rA.y * m_rA.x * iA - m_rB.y * m_rB.x * iB; in initVelocityConstraints() 156 m_mass.ex.y = m_mass.ey.x; in initVelocityConstraints() 157 m_mass.ey.y = mA + mB + m_rA.x * m_rA.x * iA + m_rB.x * m_rB.x * iB; in initVelocityConstraints() 160 m_mass.ey.z = m_mass.ez.y; in initVelocityConstraints() 419 K.ey.x = K.ex.y; in solvePositionConstraints() 420 K.ey.y = mA + mB + iA * rA.x * rA.x + iB * rB.x * rB.x; in solvePositionConstraints()
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfWav.cpp | 164 unsigned short *ey = in + oy * (ny - p2); in wav2Encode() local 175 for (; py <= ey; py += oy2) in wav2Encode() 295 unsigned short *ey = in + oy * (ny - p2); in wav2Decode() local 306 for (; py <= ey; py += oy2) in wav2Decode()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 430 TCoord ex, ey; member 572 pcell = &ras.ycells[ras.ey]; in gray_find_cell() 621 TCoord ey ) in gray_set_cell() argument 635 ey -= ras.min_ey; in gray_set_cell() 645 if ( ex != ras.ex || ey != ras.ey ) in gray_set_cell() 654 ras.ey = ey; in gray_set_cell() 657 ras.invalid = ( (unsigned int)ey >= (unsigned int)ras.count_ey || in gray_set_cell() 668 TCoord ey ) in gray_start_cell() argument 679 ras.ey = ey - ras.min_ey; in gray_start_cell() 680 ras.last_ey = SUBPIXELS( ey ); in gray_start_cell() [all …]
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftgrays.c | 429 TCoord ex, ey; member 568 pcell = &ras.ycells[ras.ey]; in gray_find_cell() 617 TCoord ey ) in gray_set_cell() argument 631 ey -= ras.min_ey; in gray_set_cell() 641 if ( ex != ras.ex || ey != ras.ey ) in gray_set_cell() 650 ras.ey = ey; in gray_set_cell() 653 ras.invalid = ( (unsigned int)ey >= (unsigned int)ras.count_ey || in gray_set_cell() 664 TCoord ey ) in gray_start_cell() argument 675 ras.ey = ey - ras.min_ey; in gray_start_cell() 678 gray_set_cell( RAS_VAR_ ex, ey ); in gray_start_cell() [all …]
|
/external/opencv3/modules/imgproc/src/ |
D | gabor.cpp | 78 double ey = -0.5/(sigma_y*sigma_y); in getGaborKernel() local 87 double v = scale*std::exp(ex*xr*xr + ey*yr*yr)*cos(cscale*xr + psi); in getGaborKernel()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/ |
D | ftgrays.c | 440 TCoord ex, ey; member 579 pcell = &ras.ycells[ras.ey]; in gray_find_cell() 628 TCoord ey ) in gray_set_cell() argument 642 ey -= ras.min_ey; in gray_set_cell() 652 if ( ex != ras.ex || ey != ras.ey ) in gray_set_cell() 661 ras.ey = ey; in gray_set_cell() 664 ras.invalid = ( (unsigned int)ey >= (unsigned int)ras.count_ey || in gray_set_cell() 675 TCoord ey ) in gray_start_cell() argument 686 ras.ey = ey - ras.min_ey; in gray_start_cell() 689 gray_set_cell( RAS_VAR_ ex, ey ); in gray_start_cell() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_cull.c | 66 const float ey = v0[1] - v2[1]; in cull_tri() local 71 header->det = ex * fy - ey * fx; in cull_tri()
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 133 GLfloat ey = VERT_Y(v[0]) - VERT_Y(v[2]); in TAG() local 136 GLfloat cc = ex*fy - ey*fx; in TAG() 234 GLfloat a = ey*fz - ez*fy; in TAG() 358 GLfloat ey = VERT_Y(v[2]) - VERT_Y(v[0]); in TAG() local 361 GLfloat cc = ex*fy - ey*fx; in TAG() 466 GLfloat a = ey*fz - ez*fy; in TAG()
|
/external/skia/experimental/docs/ |
D | interpolatorFunctions.js | 33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3); 39 var my = ey * 27 - ay * 8 - dy;
|
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.cpp | 162 AGG_INLINE void outline_aa::render_hline(int ey, int x1, int y1, int x2, int y2) in render_hline() argument 171 set_cur_cell(ex2, ey); in render_hline() 197 set_cur_cell(ex1, ey); in render_hline() 218 set_cur_cell(ex1, ey); in render_hline()
|