OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_p
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
shortest-path.h
186
StateId
s_p
= kNoStateId, d_p = kNoStateId;
local
190
d_p =
s_p
;
191
s_p
= ofst->AddState();
193
ofst->SetFinal(
s_p
, ifst.Final(f_parent));
196
ofst->AddArc(
s_p
, arc_parent[d]);
199
ofst->SetStart(
s_p
);
/external/openfst/src/include/fst/extensions/pdt/
shortest-path.h
687
StateId
s_p
= kNoStateId, d_p = kNoStateId;
local
692
d_p =
s_p
;
693
s_p
= ofst_->AddState();
695
ofst_->SetFinal(
s_p
, ifst_->Final(f_parent_.state));
708
ofst_->AddArc(
s_p
, arc);
722
ofst_->SetStart(
s_p
);
Completed in 31 milliseconds