Home
last modified time | relevance | path

Searched refs:match_labelb (Results 1 – 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h511 Label match_labelb = find_input ? arcb.olabel : arcb.ilabel; in OrderedExpand() local
512 if (match_labelb) { // Consider non-epsilon match in OrderedExpand()
513 if (FindLabel(&aitera, numarcsa, match_labelb, find_input)) { in OrderedExpand()
517 if (match_labela != match_labelb) in OrderedExpand()
542 if (FindLabel(&aiterf, numarcsf, match_labelb, find_input)) { in OrderedExpand()
562 A loop(match_labelb, match_labelb, Weight::One(), sf); in OrderedExpand()
569 arca.ilabel = match_labelb; in OrderedExpand()
571 arca.olabel = match_labelb; in OrderedExpand()
573 arca.olabel = match_labelb; in OrderedExpand()
575 arca.ilabel = match_labelb; in OrderedExpand()