HomeSort by relevance Sort by last modified time
    Searched defs:wy (Results 1 - 5 of 5) 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/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/ceres-solver/include/ceres/
rotation.h 317 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/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 252 milliseconds