OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_weight
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
properties.h
325
uint64 SetFinalProperties(uint64 inprops, Weight
old_weight
,
388
uint64 SetFinalProperties(uint64 inprops, Weight
old_weight
,
391
if (
old_weight
!= Weight::Zero() &&
old_weight
!= Weight::One()) {
edit-fst.h
170
Weight
old_weight
= Final(s, wrapped);
local
181
return
old_weight
;
520
Weight
old_weight
= data_->SetFinal(s, w, wrapped_);
local
521
SetProperties(SetFinalProperties(FstImpl<A>::Properties(),
old_weight
, w));
Completed in 2196 milliseconds