Home | History | Annotate | Download | only in test

Lines Matching defs:m6

2543     Matcher<const RawType&> m6 = matcher_maker(0.0);
2544 EXPECT_TRUE(m6.Matches(-0.0));
2545 EXPECT_TRUE(m6.Matches(close_to_positive_zero_));
2546 EXPECT_FALSE(m6.Matches(1.0));