Searched refs:owned_coefficient (Results 1 – 3 of 3) sorted by relevance
153 double owned_coefficient() const { return owned_coefficient_; } in owned_coefficient() function154 void set_owned_coefficient(double owned_coefficient) { in set_owned_coefficient() argument155 owned_coefficient_ = owned_coefficient; in set_owned_coefficient()
751 double cumulative_owned_coefficient = node->owned_coefficient(); in CalculateNodeCumulativeOwnershipCoefficient()
603 ASSERT_DOUBLE_EQ(owned->owned_coefficient(), 2.0 / 10.0); in TEST_F()