Searched defs:EdgeWeight (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dgraph.h123 // Calling EdgeWeight on a pair of vertices where either one of the
127 double EdgeWeight(const Vertex& vertex1, const Vertex& vertex2) const { function in class:ceres::internal::Graph
/external/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h31 typedef std::pair<Edge, double> EdgeWeight; typedef in class:llvm::MaximumSpanningTree
32 typedef std::vector<EdgeWeight> EdgeWeights;
46 bool operator()(EdgeWeight X, EdgeWeight Y) const {
/external/llvm/include/llvm/Support/
H A DGCOV.h293 struct EdgeWeight { struct in class:llvm::GCOVBlock
294 EdgeWeight(GCOVBlock *D): Dst(D), Count(0) {} function in struct:llvm::GCOVBlock::EdgeWeight

Completed in 122 milliseconds