OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextweight
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/
reweight.h
81
typename Arc::Weight
nextweight
= potential[arc.nextstate];
local
82
if (
nextweight
== Weight::Zero())
85
arc.weight = Divide(Times(arc.weight,
nextweight
), weight,
88
arc.weight = Divide(Times(weight, arc.weight),
nextweight
,
Completed in 203 milliseconds