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

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h74 // DoubleEq
136 using testing::DoubleEq;
535 // Tests the linkage of the FloatEq, DoubleEq, NanSensitiveFloatEq and
542 ON_CALL(mock, VoidFromDouble(DoubleEq(a))).WillByDefault(Return());
H A Dgmock-matchers_test.cc88 using testing::DoubleEq;
686 Matcher<double> m1 = DoubleEq(1.0);
3018 TestMatches(&DoubleEq);
3026 // DoubleEq never matches NaN.
3027 Matcher<double> m = DoubleEq(nan1_);
3042 Matcher<double> m1 = DoubleEq(2.0);
3046 Matcher<double> m2 = DoubleEq(0.5);
3050 Matcher<double> m3 = DoubleEq(nan1_);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3815 inline internal::FloatingEqMatcher<double> DoubleEq(double rhs) { function in namespace:testing

Completed in 47 milliseconds