Searched refs:nextweight (Results 1 – 1 of 1) sorted by relevance
81 typename Arc::Weight nextweight = potential[arc.nextstate]; in Reweight() local82 if (nextweight == Weight::Zero()) in Reweight()85 arc.weight = Divide(Times(arc.weight, nextweight), weight, in Reweight()88 arc.weight = Divide(Times(weight, arc.weight), nextweight, in Reweight()