HomeSort by relevance Sort by last modified time
    Searched defs:wy (Results 1 - 13 of 13) sorted by null

  /external/openfst/src/include/fst/
prune.h 77 Weight wy = Times(y < idistance_.size() ? idistance_[y] : Weight::Zero(), local
79 return less_(wx, wy);
queue.h 758 Weight wy = Times(weights_[y], estimate_(y)); local
759 return less_(wx, wy);
  /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/libvncserver/x11vnc/
win_utils.c 373 int wx, wy; local
392 if (XQueryPointer_wr(dpy, start, &r, &c, &rx, &ry, &wx, &wy, &mask)) {
406 int rx, ry, wx, wy;
411 if (XQueryPointer_wr(dpy, rootwin, &r, &c, &rx, &ry, &wx, &wy, &mask)) {
501 int i, rx, ry, wx, wy;
599 if (! XQueryPointer_wr(dpy, c, &r, &c, &rx, &ry, &wx, &wy, &m)) {
remote.c 6167 int wx, wy; local
    [all...]
cursor.c 83 int wx, wy; /* size of cursor */ member in struct:cursor_info
116 dest->wy = src->wy;
124 rotate_curs(dest->data, src->data, src->wx, src->wy, 1);
125 rotate_curs(dest->mask, src->mask, src->wx, src->wy, 1);
126 rotate_coords(dest->sx, dest->sy, &tx, &ty, src->wx, src->wy);
130 dest->wx = src->wy;
131 dest->wy = src->wx;
651 ci->wy = 0;
753 h = ci->wy;
    [all...]
scan.c 792 double w, wx, wy, wtot; /* pixel weights */ local
968 wy = 1.0;
1078 wy = 1.0;
1085 wy = 1.0 - ddy;
1087 wy = ddy;
1092 wy = J+1 - y1;
1094 wy = y2 - J;
1096 wy = 1.0;
1156 w = wx * wy;
    [all...]
userinput.c 144 int rootx, rooty, wx, wy; local
162 ret = XQueryPointer_wr(dpy, rootwin, &r, &c, &rootx, &rooty, &wx, &wy,
1434 int x, y, w, h, wx, wy, ww, wh, dx, dy; local
    [all...]
  /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/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
1752 const float wy = (float)py + 0.5f; local
1857 const float wy = (float)py + 0.5f; local
2050 const float wy = (float)py + 0.5f; local
2224 const float wy = (float)py + 0.5f; local
2391 const float wy = (float)py + 0.5f; local
2500 const float wy = (float)py + 0.5f; local
2697 const float wy = (float)py + 0.5f; local
2872 const float wy = (float)py + 0.5f; local
2986 const float wy = (float)py + 0.5f; local
3108 const float wy = (float)py + 0.5f; local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 2807 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 

Completed in 810 milliseconds