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

/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc115 using testing::NanSensitiveFloatNear;
2959 TestNearMatches(&NanSensitiveFloatNear);
2979 Matcher<float> m1 = NanSensitiveFloatNear(2.0f, 0.5f);
2984 Matcher<float> m2 = NanSensitiveFloatNear(0.5f, 0.5f);
2989 Matcher<float> m3 = NanSensitiveFloatNear(nan1_, 0.1f);
3003 // NanSensitiveFloatNear will match NaN.
3004 Matcher<float> m = NanSensitiveFloatNear(nan1_, 0.1f);
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc115 using testing::NanSensitiveFloatNear;
2957 TestNearMatches(&NanSensitiveFloatNear);
2977 Matcher<float> m1 = NanSensitiveFloatNear(2.0f, 0.5f);
2982 Matcher<float> m2 = NanSensitiveFloatNear(0.5f, 0.5f);
2987 Matcher<float> m3 = NanSensitiveFloatNear(nan1_, 0.1f);
3001 // NanSensitiveFloatNear will match NaN.
3002 Matcher<float> m = NanSensitiveFloatNear(nan1_, 0.1f);
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3864 inline internal::FloatingEqMatcher<float> NanSensitiveFloatNear( function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3864 inline internal::FloatingEqMatcher<float> NanSensitiveFloatNear( function in namespace:testing
/external/fmtlib/test/gmock/
H A Dgmock.h8203 inline internal::FloatingEqMatcher<float> NanSensitiveFloatNear( function in namespace:testing

Completed in 343 milliseconds