Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc2478 close_to_positive_zero_ = Floating::ReinterpretBits(zero_bits + max_ulps/2); in SetUp()
2517 EXPECT_TRUE(m1.Matches(close_to_positive_zero_)); in TestMatches()
2521 Matcher<RawType> m2 = matcher_maker(close_to_positive_zero_); in TestMatches()
2545 EXPECT_TRUE(m6.Matches(close_to_positive_zero_)); in TestMatches()
2559 static RawType close_to_positive_zero_; member in testing::gmock_matchers_test::FloatingPointTest
2575 RawType FloatingPointTest<RawType>::close_to_positive_zero_; member in testing::gmock_matchers_test::FloatingPointTest<RawType>