Searched refs:close_to_positive_zero_ (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2715 close_to_positive_zero_(AsBits(zero_bits_ + max_ulps_/2)),
2739 EXPECT_TRUE(m1.Matches(close_to_positive_zero_));
2743 Matcher<RawType> m2 = matcher_maker(close_to_positive_zero_);
2767 EXPECT_TRUE(m6.Matches(close_to_positive_zero_));
2788 const RawType close_to_positive_zero_; member in class:testing::gmock_matchers_test::FloatingPointTest
2829 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_));
2880 EXPECT_TRUE(m10.Matches(ParentType::close_to_positive_zero_));

Completed in 29 milliseconds