Searched refs:EdgeWeight (Results 1 – 5 of 5) sorted by relevance
105 double EdgeWeight = PI->getEdgeWeight(E); in printDebugInfo() local106 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { EdgeWeight = 0; } in printDebugInfo()108 << format("%20.20g",EdgeWeight) << "\n"; in printDebugInfo()109 inWeight += EdgeWeight; in printDebugInfo()120 double EdgeWeight = PI->getEdgeWeight(E); in printDebugInfo() local121 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { EdgeWeight = 0; } in printDebugInfo()123 << format("%20.20g",EdgeWeight) << "\n"; in printDebugInfo()124 outWeight += EdgeWeight; in printDebugInfo()201 double EdgeWeight = PI->getEdgeWeight(E); in ReadOrAssert() local202 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { in ReadOrAssert()[all …]
33 bool operator()(typename MaximumSpanningTree<CT>::EdgeWeight X, in operator()34 typename MaximumSpanningTree<CT>::EdgeWeight Y) const { in operator()55 typedef std::pair<Edge, double> EdgeWeight; typedef56 typedef std::vector<EdgeWeight> EdgeWeights;
141 std::vector<ProfileInfo::EdgeWeight> EdgeVector(ECs.begin(), ECs.end()); in runOnModule()
497 int EdgeWeight = (*EB)->Weight(Dummy); in CheckMultipleDefaultEdges() local498 if (EdgeWeight > MaxWeight) { in CheckMultipleDefaultEdges()499 MaxWeight = EdgeWeight; in CheckMultipleDefaultEdges()501 else if (EdgeWeight == MaxWeight) { in CheckMultipleDefaultEdges()
58 typedef std::pair<Edge, double> EdgeWeight; typedef