Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc2559 close_to_one_ = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()
2596 EXPECT_TRUE(m3.Matches(close_to_one_)); in TestMatches()
2634 static RawType close_to_one_; member in testing::gmock_matchers_test::FloatingPointTest
2655 RawType FloatingPointTest<RawType>::close_to_one_; member in testing::gmock_matchers_test::FloatingPointTest<RawType>
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3217 close_to_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_)), in FloatingPointTest()
3247 EXPECT_TRUE(m3.Matches(close_to_one_)); in TestMatches()
3293 const RawType close_to_one_; member in testing::gmock_matchers_test::__anon67385ff30111::FloatingPointTest
3332 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_)); in TestNearMatches()
3333 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_)); in TestNearMatches()
3375 EXPECT_FALSE(m10.Matches(ParentType::close_to_one_)); in TestNearMatches()