OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:superfinal
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h
35
// A final weight is mapped to an arc to the
superfinal
state
37
// The
superfinal
state will be added only if it is needed.
40
// A final weight is mapped to an arc to the
superfinal
state
42
// Zero(). The
superfinal
state is always added (if the input is
65
// e.g. whether to add a
superfinal
state. They will use the Properties()
91
StateId
superfinal
= kNoStateId;
local
93
superfinal
= fst->AddState();
94
fst->SetFinal(
superfinal
, Weight::One());
113
if (s !=
superfinal
) {
116
// Add a
superfinal
state if not already done
174
StateId
superfinal
= kNoStateId;
local
[
all
...]
shortest-path.h
277
StateId
superfinal
= distance->size(); //
superfinal
must be handled
local
280
compare(pairs, *distance,
superfinal
, opts.delta);
300
if (p.first ==
superfinal
)
302
if ((p.first ==
superfinal
) && (r[p.first] == n)) break;
304
if (p.first ==
superfinal
)
325
pairs.push_back(Pair(
superfinal
, w));
Completed in 66 milliseconds