Searched refs:owning_coefficient (Results 1 – 3 of 3) sorted by relevance
157 double owning_coefficient() const { return owning_coefficient_; } in owning_coefficient() function158 void set_owning_coefficient(double owning_coefficient) { in set_owning_coefficient() argument159 owning_coefficient_ = owning_coefficient; in set_owning_coefficient()
604 ASSERT_DOUBLE_EQ(owner_1->owning_coefficient(), 3.0 / 6.0); in TEST_F()605 ASSERT_DOUBLE_EQ(owner_2->owning_coefficient(), 4.0 / 7.0); in TEST_F()606 ASSERT_DOUBLE_EQ(owner_3->owning_coefficient(), 0.0 / 5.0); in TEST_F()607 ASSERT_DOUBLE_EQ(owner_4->owning_coefficient(), 1.0 / 8.0); in TEST_F()
760 node->owning_coefficient() * in CalculateNodeCumulativeOwnershipCoefficient()