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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 182 Weight wy = Times(distance_[py.first], py.second); local
187 return less_(wy, wx) || ApproxEqual(wx, wy, delta_);
189 return less_(wy, wx) && !ApproxEqual(wx, wy, delta_);
191 return less_(wy, wx);
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 120 SkFixed wy = SkIntToFixed(SkFixedFloor(fWalkY + SK_Fixed1));
121 pointOnLine(x, wy);
123 SkFixed bottomPartial = wy - fLastY;
129 wy = fLastY;
195 SkFixed yDiff = wy - fY;
213 SkFixed wy = SkIntToFixed(SkFixedFloor(fWalkY - 1)); local
214 pointOnLine(x, wy);
216 SkFixed topPartial = fFirstY - wy;
222 wy = fFirstY;
276 SkFixed yDiff = fY - wy;
    [all...]
  /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/skia/experimental/Intersection/
SkAntiEdge.cpp 120 SkFixed wy = SkIntToFixed(SkFixedFloor(fWalkY + SK_Fixed1));
121 pointOnLine(x, wy);
123 SkFixed bottomPartial = wy - fLastY;
129 wy = fLastY;
195 SkFixed yDiff = wy - fY;
213 SkFixed wy = SkIntToFixed(SkFixedFloor(fWalkY - 1)); local
214 pointOnLine(x, wy);
216 SkFixed topPartial = fFirstY - wy;
222 wy = fFirstY;
276 SkFixed yDiff = fY - wy;
    [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 343 static inline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, float nx)
345 float d = w[1]*w[2]*(height*(nx - 1.0f) + wy) - w[0]*(w[1]*height*nx + w[2]*wy);
350 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height)
353 float dudx = triDerivateX(u, projection, wx, width, wy/height);
354 float dudy = triDerivateY(u, projection, wy, height, wx/width);
360 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)
363 float dudx = triDerivateX(u, projection, wx, width, wy/height);
364 float dvdx = triDerivateX(v, projection, wx, width, wy/height);
365 float dudy = triDerivateY(u, projection, wy, height, wx/width)
514 float wy = (float)py + 0.5f; local
553 float wy = (float)py + 0.5f; local
655 const float wy = (float)py + 0.5f; local
841 float wy = (float)py + 0.5f; local
894 const float wy = (float)py + 0.5f; local
1725 const float wy = (float)py + 0.5f; local
1829 const float wy = (float)py + 0.5f; local
2023 const float wy = (float)py + 0.5f; local
2194 const float wy = (float)py + 0.5f; local
2346 const float wy = (float)py + 0.5f; local
2454 const float wy = (float)py + 0.5f; local
2654 const float wy = (float)py + 0.5f; local
2826 const float wy = (float)py + 0.5f; local
2938 const float wy = (float)py + 0.5f; local
3056 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 1167 milliseconds