Lines Matching full:fixed_cost
92 double fixed_cost = 0.0;
98 &fixed_cost,
104 EXPECT_EQ(fixed_cost, 0.0);
116 double fixed_cost = 0.0;
122 &fixed_cost,
128 EXPECT_EQ(fixed_cost, 9.0);
143 double fixed_cost = 0.0;
149 &fixed_cost,
154 EXPECT_EQ(fixed_cost, 0.0);
172 double fixed_cost = 0.0;
178 &fixed_cost,
199 double fixed_cost = 0.0;
205 &fixed_cost,
237 double fixed_cost = 0.0;
243 &fixed_cost,
248 EXPECT_DOUBLE_EQ(fixed_cost, expected_fixed_cost);