Home | History | Annotate | Download | only in test

Lines Matching refs:distance

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