Searched refs:kRhoLabel (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Dcomplement.h179 static const Label kRhoLabel = -2; member in class:fst::ComplementFst
187 template <class A> const typename A::Label ComplementFst<A>::kRhoLabel; member in class:fst::ComplementFst
258 arc_.ilabel = arc_.olabel = ComplementFst<A>::kRhoLabel;
H A Ddifference.h80 ComplementFst<A>::kRhoLabel));
98 copts.matcher2 = new R(cfst, MATCH_INPUT, ComplementFst<A>::kRhoLabel,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcomplement.h238 arc_.ilabel = arc_.olabel = kRhoLabel;
H A Dcompose.h565 } else if (((T & COMPOSE_RHO) != 0) && (labela == kRhoLabel)) {
570 if (arca.olabel == kRhoLabel)
574 if (arca.ilabel == kRhoLabel)
H A Dfst.h385 const int kRhoLabel = -3; // Matches o.w. unmatched labels (lib. internal) member in namespace:fst

Completed in 198 milliseconds