Searched refs:rdistance_ (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-distance.h85 vector<Weight> rdistance_; // Relaxation distance. member in class:fst::ShortestDistanceState
88 // 'rdistance_', and 'enqueued_' if retained.
107 rdistance_.clear();
116 rdistance_.push_back(Weight::Zero());
125 rdistance_[source] = Weight::One();
135 rdistance_.push_back(Weight::Zero());
139 Weight r = rdistance_[s];
140 rdistance_[s] = Weight::Zero();
149 rdistance_.push_back(Weight::Zero());
157 rdistance_[ar
[all...]
/external/openfst/src/include/fst/
H A Dshortest-distance.h104 vector<Weight> rdistance_; // Relaxation distance. member in class:fst::ShortestDistanceState
107 // 'rdistance_', and 'enqueued_' if retained.
142 rdistance_.clear();
151 rdistance_.push_back(Weight::Zero());
160 rdistance_[source] = Weight::One();
170 rdistance_.push_back(Weight::Zero());
176 Weight r = rdistance_[s];
177 rdistance_[s] = Weight::Zero();
186 rdistance_.push_back(Weight::Zero());
194 rdistance_[ar
[all...]

Completed in 213 milliseconds