Home
last modified time | relevance | path

Searched refs:close_to_negative_zero_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc2550 close_to_negative_zero_ = -Floating::ReinterpretBits( in SetUp()
2589 EXPECT_TRUE(m1.Matches(close_to_negative_zero_)); in TestMatches()
2631 static RawType close_to_negative_zero_; member in testing::gmock_matchers_test::FloatingPointTest
2649 RawType FloatingPointTest<RawType>::close_to_negative_zero_; member in testing::gmock_matchers_test::FloatingPointTest<RawType>
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3213 close_to_negative_zero_( in FloatingPointTest()
3240 EXPECT_TRUE(m1.Matches(close_to_negative_zero_)); in TestMatches()
3289 const RawType close_to_negative_zero_; member in testing::gmock_matchers_test::__anon67385ff30111::FloatingPointTest
3324 EXPECT_FALSE(m1.Matches(ParentType::close_to_negative_zero_)); in TestNearMatches()