Searched refs:infinity_ (Results 1 – 1 of 1) sorted by relevance
1219 infinity_(Floating::Infinity()), in FloatingPointTest()1250 Matcher<RawType> m4 = matcher_maker(-infinity_); in TestMatches()1253 Matcher<RawType> m5 = matcher_maker(infinity_); in TestMatches()1294 const RawType infinity_; member in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointTest1333 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TestNearMatches()1334 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TestNearMatches()1336 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TestNearMatches()1338 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TestNearMatches()1339 EXPECT_TRUE(m4.Matches(-ParentType::infinity_)); in TestNearMatches()1341 EXPECT_FALSE(m4.Matches(ParentType::infinity_)); in TestNearMatches()[all …]