Searched refs:close_to_infinity_ (Results 1 – 2 of 2) sorted by relevance
2569 close_to_infinity_ = Floating::ReinterpretBits(infinity_bits - max_ulps); in SetUp()2603 EXPECT_TRUE(m4.Matches(-close_to_infinity_)); in TestMatches()2606 EXPECT_TRUE(m5.Matches(close_to_infinity_)); in TestMatches()2638 static RawType close_to_infinity_; member in testing::gmock_matchers_test::FloatingPointTest2664 RawType FloatingPointTest<RawType>::close_to_infinity_; member in testing::gmock_matchers_test::FloatingPointTest<RawType>
3220 close_to_infinity_( in FloatingPointTest()3254 EXPECT_TRUE(m4.Matches(-close_to_infinity_)); in TestMatches()3257 EXPECT_TRUE(m5.Matches(close_to_infinity_)); in TestMatches()3298 const RawType close_to_infinity_; member in testing::gmock_matchers_test::__anon67385ff30111::FloatingPointTest3339 EXPECT_FALSE(m3.Matches(ParentType::close_to_infinity_)); in TestNearMatches()3344 EXPECT_FALSE(m4.Matches(-ParentType::close_to_infinity_)); in TestNearMatches()