Searched refs:infinity_ (Results 1 – 1 of 1) sorted by relevance
3260 infinity_(Floating::Infinity()), in FloatingPointTest()3294 Matcher<RawType> m4 = matcher_maker(-infinity_); in TestMatches()3297 Matcher<RawType> m5 = matcher_maker(infinity_); in TestMatches()3338 const RawType infinity_; member in testing::gmock_matchers_test::FloatingPointTest3378 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TestNearMatches()3379 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TestNearMatches()3381 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TestNearMatches()3383 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TestNearMatches()3384 EXPECT_TRUE(m4.Matches(-ParentType::infinity_)); in TestNearMatches()3386 EXPECT_FALSE(m4.Matches(ParentType::infinity_)); in TestNearMatches()[all …]