Lines Matching defs:Score1
437 const double Score1 = getNormalizedScore(*BBMap[BB2], RI1);
442 << "\n\tScore bin1 = " << format("%.4f", Score1 * 100.0)
445 printColoredPercentage((Score2 - Score1) * 100.0);
471 const double Score1 = std::get<2>(Edge1);
478 << "\n\tScore bin1 = " << format("%.4f", Score1 * 100.0)
481 printColoredPercentage((Score2 - Score1) * 100.0);
542 double Score1 = getNormalizedScore(*Func1, RI1);
545 Score1 = LTOAggregatedScore1[Iter1->second];
550 if (Score1 == 0.0 || Score2 == 0.0)
555 std::make_pair<>(std::abs(Score1 - Score2), MapEntry));
556 ScoreMap[Func2] = std::make_pair<>(Score1, Score2);