Lines Matching refs:target
39 const float target = 3.14f;
42 EXPECT_FLOAT_EQ(val, target);
57 const float target = 3.14f;
59 EXPECT_FLOAT_EQ(val, target);
71 const float target = 3.14f;
73 EXPECT_FLOAT_EQ(val, target);
85 const float target = 3.14f;
101 const float target = -3.14f;
103 EXPECT_FLOAT_EQ(val, target);
116 const float target = 111.11f;
117 EXPECT_FLOAT_EQ(val, target);