Lines Matching refs:distance
620 // Check that epsilon-removal preserves the shortest-distance793 vector<Weight> distance;794 ShortestDistance(paths, &distance, true);800 Weight nsum = s < distance.size() ?801 Times(piter.Value().weight, distance[s]) : Weight::Zero();