Searched refs:cumulative_owned_coefficient (Results 1 – 3 of 3) sorted by relevance
161 double cumulative_owned_coefficient() const { in cumulative_owned_coefficient() function164 void set_cumulative_owned_coefficient(double cumulative_owned_coefficient) { in set_cumulative_owned_coefficient() argument165 cumulative_owned_coefficient_ = cumulative_owned_coefficient; in set_cumulative_owned_coefficient()
751 double cumulative_owned_coefficient = node->owned_coefficient(); in CalculateNodeCumulativeOwnershipCoefficient() local753 cumulative_owned_coefficient *= in CalculateNodeCumulativeOwnershipCoefficient()754 node->parent()->cumulative_owned_coefficient(); in CalculateNodeCumulativeOwnershipCoefficient()756 node->set_cumulative_owned_coefficient(cumulative_owned_coefficient); in CalculateNodeCumulativeOwnershipCoefficient()785 node->cumulative_owned_coefficient()); in CalculateNodeEffectiveSize()
638 ASSERT_DOUBLE_EQ(c1_c1->cumulative_owned_coefficient(), 0.456 * 0.321); in TEST_F()642 ASSERT_DOUBLE_EQ(c1_c2->cumulative_owned_coefficient(), 0.456 * 0.246); in TEST_F()