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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 530 } else if (((T & COMPOSE_PHI) != 0) && (labela == kPhiLabel)) {
537 while (labela == kPhiLabel && sf != arca.nextstate) {
553 if (labela >= kPhiLabel) break;
557 if (labela == kPhiLabel && sf == arca.nextstate) {
    [all...]
fst.h 384 const int kPhiLabel = -2; // Failure transition label

Completed in 902 milliseconds