HomeSort by relevance Sort by last modified time
    Searched full:labela (Results 1 - 1 of 1) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 527 Label labela = find_input ? arca.ilabel : arca.olabel; local
528 if (labela >= 0) {
530 } else if (((T & COMPOSE_PHI) != 0) && (labela == kPhiLabel)) {
537 while (labela == kPhiLabel && sf != arca.nextstate) {
552 labela = find_input ? arca.ilabel : arca.olabel;
553 if (labela >= kPhiLabel) break;
557 if (labela == kPhiLabel && sf == arca.nextstate) {
565 } else if (((T & COMPOSE_RHO) != 0) && (labela == kRhoLabel)) {
    [all...]

Completed in 304 milliseconds