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

/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc205 using testing::FloatLE;
2882 // Tests the cases where FloatLE() should succeed.
2884 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2,
2885 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2,
2888 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f);
2891 // Tests the cases where FloatLE() should fail.
2894 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f),
2899 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
2907 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity);
2910 EXPECT_PRED_FORMAT2(FloatLE,
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h2058 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1382 // Helper template for implementing FloatLE() and DoubleLE().
1421 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing

Completed in 47 milliseconds