Searched defs:wy (Results 1 - 5 of 5) 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/ceres-solver/include/ceres/
H A Drotation.h317 const T wy = angle_axis[1] / theta; local
324 R[1] = wz*sintheta + wx*wy*(kOne - costheta);
325 R[2] = -wy*sintheta + wx*wz*(kOne - costheta);
326 R[3] = wx*wy*(kOne - costheta) - wz*sintheta;
327 R[4] = costheta + wy*wy*(kOne - costheta);
328 R[5] = wx*sintheta + wy*wz*(kOne - costheta);
329 R[6] = wy*sintheta + wx*wz*(kOne - costheta);
330 R[7] = -wx*sintheta + wy*wz*(kOne - costheta);
/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 141 milliseconds