HomeSort by relevance Sort by last modified time
    Searched refs:prev_arc (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
test-properties.h 128 Arc prev_arc(kNoLabel, kNoLabel, Weight::One(), 0);
164 if (prev_arc.ilabel != kNoLabel && arc.ilabel < prev_arc.ilabel) {
168 if (prev_arc.olabel != kNoLabel && arc.olabel < prev_arc.olabel) {
184 prev_arc = arc;
properties.h 330 const A *prev_arc);
407 /// \param prev_arc the previously-added (or "last") arc of state s, or NULL if
411 const A &arc, const A *prev_arc) {
429 if (prev_arc != 0) {
430 if (prev_arc->ilabel > arc.ilabel) {
434 if (prev_arc->olabel > arc.olabel) {
edit-fst.h 195 const A *prev_arc = NULL; local
199 prev_arc = &(arc_it.Value());
202 return prev_arc;
529 const A *prev_arc = data_->AddArc(s, arc, wrapped_); local
530 SetProperties(AddArcProperties(FstImpl<A>::Properties(), s, arc, prev_arc));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 126 Arc prev_arc(kNoLabel, kNoLabel, Weight::One(), 0);
162 if (prev_arc.ilabel != kNoLabel && arc.ilabel < prev_arc.ilabel) {
166 if (prev_arc.olabel != kNoLabel && arc.olabel < prev_arc.olabel) {
182 prev_arc = arc;

Completed in 438 milliseconds