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

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h76 // NanSensitiveFloatEq
161 using testing::NanSensitiveFloatEq;
540 // Tests the linkage of the FloatEq, DoubleEq, NanSensitiveFloatEq and
548 ON_CALL(mock, VoidFromFloat(NanSensitiveFloatEq(a))).WillByDefault(Return());
H A Dgmock-matchers_test.cc113 using testing::NanSensitiveFloatEq;
2331 // Tests that NanSensitiveFloatEq() matches a 2-tuple where
2332 // NanSensitiveFloatEq(first field) matches the second field.
2335 Matcher<const Tpl&> m = NanSensitiveFloatEq();
2344 // Tests that NanSensitiveFloatEq() describes itself properly.
2346 Matcher<const ::testing::tuple<float, float>&> m = NanSensitiveFloatEq();
3442 TestMatches(&NanSensitiveFloatEq);
3454 // NanSensitiveFloatEq will match NaN.
3455 Matcher<float> m = NanSensitiveFloatEq(nan1_);
3476 Matcher<float> m1 = NanSensitiveFloatEq(2.
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2213 // NanSensitiveFloatEq(expected) to be used as a Matcher<float>, a
4432 inline internal::FloatingEqMatcher<float> NanSensitiveFloatEq(float rhs) { function in namespace:testing
4748 inline internal::FloatingEq2Matcher<float> NanSensitiveFloatEq() { function in namespace:testing

Completed in 192 milliseconds