Searched defs:wy (Results 1 - 11 of 11) sorted by relevance

/external/openfst/src/include/fst/
H A Dprune.h77 Weight wy = Times(y < idistance_.size() ? idistance_[y] : Weight::Zero(), local
79 return less_(wx, wy);
H A Dqueue.h758 Weight wy = Times(weights_[y], estimate_(y)); local
759 return less_(wx, wy);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-path.h182 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/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp78 float wy = (float)py + 0.5f; local
80 float ny = wy / dstH;
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp81 float wy = (float)py + 0.5f; local
83 float ny = wy / dstH;
/external/ceres-solver/include/ceres/
H A Drotation.h404 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/chromium_org/third_party/skia/experimental/Intersection/
H A DSkAntiEdge.cpp120 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/skia/experimental/Intersection/
H A DSkAntiEdge.cpp120 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/glshared/
H A DglsTextureTestUtil.cpp348 static inline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, float nx) argument
350 float d = w[1]*w[2]*(height*(nx - 1.0f) + wy) - w[0]*(w[1]*height*nx + w[2]*wy);
355 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height) argument
358 float dudx = triDerivateX(u, projection, wx, width, wy/height);
359 float dudy = triDerivateY(u, projection, wy, height, wx/width);
365 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) argument
368 float dudx = triDerivateX(u, projection, wx, width, wy/height);
369 float dvdx = triDerivateX(v, projection, wx, width, wy/height);
370 float dudy = triDerivateY(u, projection, wy, heigh
377 computeProjectedTriLod(LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& w, const tcu::Vec3& projection, float wx, float wy, float width, float height) argument
519 float wy = (float)py + 0.5f; local
558 float wy = (float)py + 0.5f; local
660 const float wy = (float)py + 0.5f; local
846 float wy = (float)py + 0.5f; local
899 const float wy = (float)py + 0.5f; local
1730 const float wy = (float)py + 0.5f; local
1834 const float wy = (float)py + 0.5f; local
2028 const float wy = (float)py + 0.5f; local
2201 const float wy = (float)py + 0.5f; local
2368 const float wy = (float)py + 0.5f; local
2476 const float wy = (float)py + 0.5f; local
2676 const float wy = (float)py + 0.5f; local
2848 const float wy = (float)py + 0.5f; local
2960 const float wy = (float)py + 0.5f; local
3078 const float wy = (float)py + 0.5f; local
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c2807 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
2818 png_save_uint_32(pm->buffer+12, ((chrm_modification*)me)->wy);
2839 me->wy = fix(chromaticity_y(white));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4381 milliseconds