Searched defs:close_to_one_ (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc2559 close_to_one_ = Floating::ReinterpretBits(one_bits + max_ulps);
2596 EXPECT_TRUE(m3.Matches(close_to_one_));
2634 static RawType close_to_one_; member in class:testing::gmock_matchers_test::FloatingPointTest
2655 RawType FloatingPointTest<RawType>::close_to_one_; member in class:testing::gmock_matchers_test::FloatingPointTest
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2715 close_to_one_(AsBits(one_bits_ + max_ulps_)),
2743 EXPECT_TRUE(m3.Matches(close_to_one_));
2789 const RawType close_to_one_; member in class:testing::gmock_matchers_test::FloatingPointTest
2834 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_));
2835 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_));
2877 EXPECT_FALSE(m10.Matches(ParentType::close_to_one_));
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc2717 close_to_one_(Floating::ReinterpretBits(one_bits_ + max_ulps_)),
2747 EXPECT_TRUE(m3.Matches(close_to_one_));
2793 const RawType close_to_one_; member in class:testing::gmock_matchers_test::FloatingPointTest
2832 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_));
2833 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_));
2875 EXPECT_FALSE(m10.Matches(ParentType::close_to_one_));

Completed in 158 milliseconds