/external/lzma/CPP/Windows/Control/ |
Dialog.cpp | 97 int wy = RECT_SIZE_Y(rect);
local 100 ySize / 8 * y <= wy;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/ |
b2Collision.h | 183 float32 wy = upperBound.y - lowerBound.y; local 184 return 2.0f * (wx + wy);
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/ |
DynamicsInfluencer.java | 183 wy = angularVelocityChannel.data[angularOffset + ParticleChannels.YOffset], local 189 TMP_Q.set(wx, wy, wz, 0).mul(qx, qy, qz, qw).mul(0.5f*controller.deltaTime).add(qx, qy, qz, qw).nor();
|
/external/deqp/modules/gles2/accuracy/ |
es2aVaryingInterpolationTests.cpp | 78 float wy = (float)py + 0.5f; local 80 float ny = wy / dstH;
|
/external/deqp/modules/gles3/accuracy/ |
es3aVaryingInterpolationTests.cpp | 81 float wy = (float)py + 0.5f; local 83 float ny = wy / dstH;
|
/external/ceres-solver/include/ceres/ |
rotation.h | 404 const T wy = angle_axis[1] / theta; local 411 R(1, 0) = wz*sintheta + wx*wy*(kOne - costheta); 412 R(2, 0) = -wy*sintheta + wx*wz*(kOne - costheta); 413 R(0, 1) = wx*wy*(kOne - costheta) - wz*sintheta; 414 R(1, 1) = costheta + wy*wy*(kOne - costheta); 415 R(2, 1) = wx*sintheta + wy*wz*(kOne - costheta); 416 R(0, 2) = wy*sintheta + wx*wz*(kOne - costheta); 417 R(1, 2) = -wx*sintheta + wy*wz*(kOne - costheta);
|
/external/libpng/contrib/tools/ |
genpng.c | 316 double wy = bicubic[abs(dy)][0]; local 318 if (wy != 0) 331 alpha += wy * alphay; 388 double wy = fabs(arg->y1-arg->y2)/2; local 390 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) 396 wy -= w; 397 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) 497 double wy = fabs(arg->y1-arg->y2)\/2; local [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/ |
Matrix4.java | 66 /** WY: Typically the value zero. On Vector3 multiplication this value is ignored. */
188 final float wx = quaternionW * xs, wy = quaternionW * ys, wz = quaternionW * zs;
local 194 val[M02] = (xz + wy);
202 val[M20] = (xz - wy);
240 final float wx = quaternionW * xs, wy = quaternionW * ys, wz = quaternionW * zs;
local 246 val[M02] = scaleZ * (xz + wy);
254 val[M20] = scaleX * (xz - wy);
[all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btMatrix3x3.h | 268 btScalar wx = q.w() * xs, wy = q.w() * ys, wz = q.w() * zs; local 272 btScalar(1.0) - (yy + zz), xy - wz, xz + wy, local 274 xz - wy, yz + wx, btScalar(1.0) - (xx + yy)); [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Matrix4.java | 66 /** WY: Typically the value zero. On Vector3 multiplication this value is ignored. */
171 final float wx = quaternionW * xs, wy = quaternionW * ys, wz = quaternionW * zs;
local 177 val[M02] = (xz + wy);
185 val[M20] = (xz - wy);
223 final float wx = quaternionW * xs, wy = quaternionW * ys, wz = quaternionW * zs;
local 229 val[M02] = scaleZ * (xz + wy);
237 val[M20] = scaleX * (xz - wy);
[all...] |
/external/deqp/modules/glshared/ |
glsTextureTestUtil.cpp | 339 static inline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, float nx) 341 float d = w[1]*w[2]*(height*(nx - 1.0f) + wy) - w[0]*(w[1]*height*nx + w[2]*wy); 346 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height) 349 float dudx = triDerivateX(u, projection, wx, width, wy/height); 350 float dudy = triDerivateY(u, projection, wy, height, wx/width); 356 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& projection, float wx, float wy, float width, float height) 359 float dudx = triDerivateX(u, projection, wx, width, wy/height); 360 float dvdx = triDerivateX(v, projection, wx, width, wy/height); 361 float dudy = triDerivateY(u, projection, wy, height, wx/width) 522 float wy = (float)py + 0.5f; local 565 float wy = (float)py + 0.5f; local 671 const float wy = (float)py + 0.5f; local 867 float wy = (float)py + 0.5f; local 924 const float wy = (float)py + 0.5f; local 1747 const float wy = (float)py + 0.5f; local 1852 const float wy = (float)py + 0.5f; local 2045 const float wy = (float)py + 0.5f; local 2219 const float wy = (float)py + 0.5f; local 2386 const float wy = (float)py + 0.5f; local 2495 const float wy = (float)py + 0.5f; local 2692 const float wy = (float)py + 0.5f; local 2867 const float wy = (float)py + 0.5f; local 2981 const float wy = (float)py + 0.5f; local 3103 const float wy = (float)py + 0.5f; local [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 2959 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |