Home
last modified time | relevance | path

Searched refs:less_ (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
Dqueue.h282 : weights_(weights), less_(less) {} in StateWeightCompare()
285 return less_(weights_[x], weights_[y]); in operator()
290 L less_; variable
303 ShortestFirstQueue<S, C>(C(distance, less_)) {} in NaturalShortestFirstQueue()
306 NaturalLess<W> less_;
753 : weights_(weights), less_(less), estimate_(estimate) {} in AStarWeightCompare()
758 return less_(wx, wy); in operator()
763 L less_; variable
778 ShortestFirstQueue<S, C>(C(distance, less_, estimate)) {} in NaturalAStarQueue()
781 NaturalLess<W> less_;
[all …]
Dshortest-path.h232 return less_(wy, wx) || ApproxEqual(wx, wy, delta_); in operator()
234 return less_(wy, wx) && !ApproxEqual(wx, wy, delta_); in operator()
236 return less_(wy, wx); in operator()
245 NaturalLess<Weight> less_; variable
Dprune.h79 return less_(wx, wy); in operator()
85 NaturalLess<Weight> less_; variable
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dshortest-path.h187 return less_(wy, wx) || ApproxEqual(wx, wy, delta_); in operator()
189 return less_(wy, wx) && !ApproxEqual(wx, wy, delta_); in operator()
191 return less_(wy, wx); in operator()
200 NaturalLess<Weight> less_; variable
Dqueue.h251 : weights_(weights), less_(less) {} in StateWeightCompare()
254 return less_((*weights_)[x], (*weights_)[y]); in operator()
259 L less_; variable
272 ShortestFirstQueue<S, C>(C(distance, less_)) {} in NaturalShortestFirstQueue()
275 NaturalLess<W> less_;
/external/openfst/src/include/fst/extensions/pdt/
Dexpand.h412 return less_(w1, w2); in operator()
428 NaturalLess<Weight> less_; variable
507 NaturalLess<Weight> less_; variable
633 if (less_(nd, Distance(arc.nextstate))) { in Relax()
637 if (less_(fd, FinalDistance(arc.nextstate))) in Relax()
683 return less_(limit_, w); in PruneArc()
717 if ((final == Weight::Zero()) || less_(limit_, Times(Distance(s), final))) in ProcFinal()
799 if(less_(nd, Distance(arc.nextstate))) in ProcOpenParen()
804 if (less_(fd, FinalDistance(arc.nextstate))) in ProcOpenParen()
817 if (less_(limit_, w)) in ProcCloseParen()