Home | History | Annotate | Download | only in test

Lines Matching defs:m10

3372     Matcher<const RawType&> m10 = matcher_maker(0.0, 1.0);
3373 EXPECT_TRUE(m10.Matches(-0.0));
3374 EXPECT_TRUE(m10.Matches(ParentType::close_to_positive_zero_));
3375 EXPECT_FALSE(m10.Matches(ParentType::close_to_one_));