Searched refs:NanSensitiveFloatNear (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc115 using testing::NanSensitiveFloatNear;
2963 TestNearMatches(&NanSensitiveFloatNear);
2983 Matcher<float> m1 = NanSensitiveFloatNear(2.0f, 0.5f);
2988 Matcher<float> m2 = NanSensitiveFloatNear(0.5f, 0.5f);
2993 Matcher<float> m3 = NanSensitiveFloatNear(nan1_, 0.1f);
3007 // NanSensitiveFloatNear will match NaN.
3008 Matcher<float> m = NanSensitiveFloatNear(nan1_, 0.1f);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3864 inline internal::FloatingEqMatcher<float> NanSensitiveFloatNear( function in namespace:testing

Completed in 45 milliseconds