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

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc114 using testing::NanSensitiveFloatNear;
2401 // Tests that NanSensitiveFloatNear() matches a 2-tuple where
2402 // NanSensitiveFloatNear(first field) matches the second field.
2405 Matcher<const Tpl&> m = NanSensitiveFloatNear(0.5f);
2415 // Tests that NanSensitiveFloatNear() describes itself properly.
2418 NanSensitiveFloatNear(0.5f);
3498 TestNearMatches(&NanSensitiveFloatNear);
3518 Matcher<float> m1 = NanSensitiveFloatNear(2.0f, 0.5f);
3523 Matcher<float> m2 = NanSensitiveFloatNear(0.5f, 0.5f);
3528 Matcher<float> m3 = NanSensitiveFloatNear(nan1
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4447 inline internal::FloatingEqMatcher<float> NanSensitiveFloatNear( function in namespace:testing
4773 inline internal::FloatingEq2Matcher<float> NanSensitiveFloatNear( function in namespace:testing

Completed in 134 milliseconds