Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1017 class FloatingPointTest : public testing::Test { class
1022 FloatingPointTest() in FloatingPointTest() function in testing::gmock_matchers_test::__anon3001::FloatingPointTest
1124 class FloatingPointNearTest : public FloatingPointTest<RawType> {
1126 typedef FloatingPointTest<RawType> ParentType;
1205 // Instantiate FloatingPointTest for testing floats.
1206 typedef FloatingPointTest<float> FloatTest;
1258 // Instantiate FloatingPointTest for testing floats with a user-specified
1316 // Instantiate FloatingPointTest for testing doubles.
1317 typedef FloatingPointTest<double> DoubleTest;
1371 // Instantiate FloatingPointTest fo
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc2716 class FloatingPointTest : public Test { class
2789 typename FloatingPointTest<RawType>::TestValues
2790 FloatingPointTest<RawType>::values_;
2792 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2793 typedef FloatingPointTest<float> FloatTest;
2949 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
2950 typedef FloatingPointTest<double> DoubleTest;

Completed in 14 milliseconds