Searched refs:m_cref (Results 1 – 1 of 1) sorted by relevance
165 Matcher<const float&> m_cref = IsNan(); in TEST() local166 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()167 EXPECT_TRUE(m_cref.Matches(other_nan)); in TEST()168 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST()187 Matcher<const double&> m_cref = IsNan(); in TEST() local188 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()189 EXPECT_TRUE(m_cref.Matches(other_nan)); in TEST()190 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST()209 Matcher<const long double&> m_cref = IsNan(); in TEST() local210 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()[all …]