Home | History | Annotate | Download | only in Analysis

Lines Matching defs:EdgeWeight

106         double EdgeWeight = PI->getEdgeWeight(E);
107 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { EdgeWeight = 0; }
109 << format("%20.20g",EdgeWeight) << "\n";
110 inWeight += EdgeWeight;
121 double EdgeWeight = PI->getEdgeWeight(E);
122 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { EdgeWeight = 0; }
124 << format("%20.20g",EdgeWeight) << "\n";
125 outWeight += EdgeWeight;
202 double EdgeWeight = PI->getEdgeWeight(E);
203 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) {
209 if (EdgeWeight < 0) {
214 return EdgeWeight;