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

/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc2669 class FloatingPointTest : public Test { class in namespace:__anon65
2742 typename FloatingPointTest<RawType>::TestValues
2743 FloatingPointTest<RawType>::values_;
2745 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2746 typedef FloatingPointTest<float> FloatTest;
2918 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
2919 typedef FloatingPointTest<double> DoubleTest;
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2705 class FloatingPointTest : public testing::Test { class in namespace:testing::gmock_matchers_test
2710 FloatingPointTest() function in class:testing::gmock_matchers_test::FloatingPointTest
2817 class FloatingPointNearTest : public FloatingPointTest<RawType> {
2819 typedef FloatingPointTest<RawType> ParentType;
2899 // Instantiate FloatingPointTest for testing floats.
2900 typedef FloatingPointTest<float> FloatTest;
2954 // Instantiate FloatingPointTest for testing floats with a user-specified
3014 // Instantiate FloatingPointTest for testing doubles.
3015 typedef FloatingPointTest<double> DoubleTest;
3069 // Instantiate FloatingPointTest fo
[all...]

Completed in 46 milliseconds