Home | History | Annotate | Download | only in test

Lines Matching full:residual_energy

31     int32_t residual_energy = 0;
33 // Test the code path where (residual_energy >= 0x10000).
34 residual_energy = CalculateResidualEnergyFunction(kIntOrder,
36 EXPECT_EQ(1789023310, residual_energy);
39 // Test the code path where (residual_energy < 0x10000)
45 residual_energy = CalculateResidualEnergyFunction(kIntOrder,
47 EXPECT_EQ(1595279092, residual_energy);
50 // Test the code path where (residual_energy <= 0x7fff).
54 residual_energy = CalculateResidualEnergyFunction(kIntOrder,
56 EXPECT_EQ(2029266944, residual_energy);