Searched refs:FloatEq (Results 1 - 12 of 12) sorted by relevance

/external/libtextclassifier/tests/
H A Dfeature-processor_test.cc26 using testing::FloatEq;
366 FloatEq(1.0));
369 FloatEq(2.0 / 3));
372 FloatEq(0.0));
/external/google-breakpad/src/testing/test/
H A Dgmock_link_test.h75 // FloatEq
142 using testing::FloatEq;
535 // Tests the linkage of the FloatEq, DoubleEq, NanSensitiveFloatEq and
541 ON_CALL(mock, VoidFromFloat(FloatEq(a))).WillByDefault(Return());
H A Dgmock-matchers_test.cc87 using testing::FloatEq;
2679 TestMatches(&FloatEq);
2687 // FloatEq never matches NaN.
2688 Matcher<float> m = FloatEq(nan1_);
2703 Matcher<float> m1 = FloatEq(2.0f);
2707 Matcher<float> m2 = FloatEq(0.5f);
2711 Matcher<float> m3 = FloatEq(nan1_);
/external/googletest/googlemock/test/
H A Dgmock_link_test.h75 // FloatEq
142 using testing::FloatEq;
535 // Tests the linkage of the FloatEq, DoubleEq, NanSensitiveFloatEq and
541 ON_CALL(mock, VoidFromFloat(FloatEq(a))).WillByDefault(Return());
H A Dgmock-matchers_test.cc94 using testing::FloatEq;
2899 TestMatches(&FloatEq);
2907 // FloatEq never matches NaN.
2908 Matcher<float> m = FloatEq(nan1_);
2923 Matcher<float> m1 = FloatEq(2.0f);
2927 Matcher<float> m2 = FloatEq(0.5f);
2931 Matcher<float> m3 = FloatEq(nan1_);
/external/v8/testing/gmock/test/
H A Dgmock_link_test.h75 // FloatEq
142 using testing::FloatEq;
535 // Tests the linkage of the FloatEq, DoubleEq, NanSensitiveFloatEq and
541 ON_CALL(mock, VoidFromFloat(FloatEq(a))).WillByDefault(Return());
H A Dgmock-matchers_test.cc94 using testing::FloatEq;
2897 TestMatches(&FloatEq);
2905 // FloatEq never matches NaN.
2906 Matcher<float> m = FloatEq(nan1_);
2921 Matcher<float> m1 = FloatEq(2.0f);
2925 Matcher<float> m2 = FloatEq(0.5f);
2929 Matcher<float> m3 = FloatEq(nan1_);
/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_sender_unittest.cc36 using ::testing::FloatEq;
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1628 // The following 3 type conversion operators allow FloatEq(rhs) and
2790 inline internal::FloatingEqMatcher<float> FloatEq(float rhs) { function in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2010 // The following 3 type conversion operators allow FloatEq(expected) and
3843 inline internal::FloatingEqMatcher<float> FloatEq(float rhs) { function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2010 // The following 3 type conversion operators allow FloatEq(expected) and
3843 inline internal::FloatingEqMatcher<float> FloatEq(float rhs) { function in namespace:testing
/external/fmtlib/test/gmock/
H A Dgmock.h6573 // The following 3 type conversion operators allow FloatEq(rhs) and
8182 inline internal::FloatingEqMatcher<float> FloatEq(float rhs) { function in namespace:testing

Completed in 1174 milliseconds