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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2956 typedef FloatingPointNearTest<float> FloatNearTest; typedef in namespace:testing::gmock_matchers_test
2958 TEST_F(FloatNearTest, FloatNearMatches) {
2962 TEST_F(FloatNearTest, NanSensitiveFloatNearApproximatelyMatchesFloats) {
2966 TEST_F(FloatNearTest, FloatNearCanDescribeSelf) {
2982 TEST_F(FloatNearTest, NanSensitiveFloatNearCanDescribeSelf) {
2998 TEST_F(FloatNearTest, FloatNearCannotMatchNaN) {
3006 TEST_F(FloatNearTest, NanSensitiveFloatNearCanMatchNaN) {

Completed in 32 milliseconds