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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-path.h82 Weight f_distance = Weight::Zero(); local
139 if (f_distance != Plus(f_distance, w)) {
140 f_distance = Plus(f_distance, w);
/external/openfst/src/include/fst/
H A Dshortest-path.h100 Weight f_distance = Weight::Zero(); local
144 if (f_distance != Plus(f_distance, w)) {
145 f_distance = Plus(f_distance, w);
148 if (!f_distance.Member()) {

Completed in 51 milliseconds