Searched refs:m_cref (Results 1 – 1 of 1) sorted by relevance
168 Matcher<const float&> m_cref = IsNan(); in TEST() local169 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()170 EXPECT_TRUE(m_cref.Matches(other_nan)); in TEST()171 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST()190 Matcher<const double&> m_cref = IsNan(); in TEST() local191 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()192 EXPECT_TRUE(m_cref.Matches(other_nan)); in TEST()193 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST()212 Matcher<const long double&> m_cref = IsNan(); in TEST() local213 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()[all …]