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

  /external/openfst/src/include/fst/
complement.h 179 static const Label kRhoLabel = -2;
187 template <class A> const typename A::Label ComplementFst<A>::kRhoLabel;
258 arc_.ilabel = arc_.olabel = ComplementFst<A>::kRhoLabel;
difference.h 80 ComplementFst<A>::kRhoLabel));
98 copts.matcher2 = new R(cfst, MATCH_INPUT, ComplementFst<A>::kRhoLabel,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 238 arc_.ilabel = arc_.olabel = kRhoLabel;
compose.h 565 } else if (((T & COMPOSE_RHO) != 0) && (labela == kRhoLabel)) {
570 if (arca.olabel == kRhoLabel)
574 if (arca.ilabel == kRhoLabel)
    [all...]
fst.h 385 const int kRhoLabel = -3; // Matches o.w. unmatched labels (lib. internal)

Completed in 3034 milliseconds