Searched refs:close_to_positive_zero_ (Results 1 – 2 of 2) sorted by relevance
2549 close_to_positive_zero_ = Floating::ReinterpretBits(zero_bits + max_ulps/2); in SetUp()2588 EXPECT_TRUE(m1.Matches(close_to_positive_zero_)); in TestMatches()2592 Matcher<RawType> m2 = matcher_maker(close_to_positive_zero_); in TestMatches()2616 EXPECT_TRUE(m6.Matches(close_to_positive_zero_)); in TestMatches()2630 static RawType close_to_positive_zero_; member in testing::gmock_matchers_test::FloatingPointTest2646 RawType FloatingPointTest<RawType>::close_to_positive_zero_; member in testing::gmock_matchers_test::FloatingPointTest<RawType>
3211 close_to_positive_zero_( in FloatingPointTest()3239 EXPECT_TRUE(m1.Matches(close_to_positive_zero_)); in TestMatches()3243 Matcher<RawType> m2 = matcher_maker(close_to_positive_zero_); in TestMatches()3267 EXPECT_TRUE(m6.Matches(close_to_positive_zero_)); in TestMatches()3288 const RawType close_to_positive_zero_; member in testing::gmock_matchers_test::__anon67385ff30111::FloatingPointTest3323 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TestNearMatches()3374 EXPECT_TRUE(m10.Matches(ParentType::close_to_positive_zero_)); in TestNearMatches()