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

/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc202 using testing::DoubleLE;
3054 // Tests the cases where DoubleLE() should succeed.
3056 EXPECT_PRED_FORMAT2(DoubleLE, 1.0, 2.0); // When val1 < val2,
3057 ASSERT_PRED_FORMAT2(DoubleLE, 1.0, 1.0); // val1 == val2,
3060 EXPECT_PRED_FORMAT2(DoubleLE, values_.close_to_positive_zero, 0.0);
3063 // Tests the cases where DoubleLE() should fail.
3066 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(DoubleLE, 2.0, 1.0),
3071 EXPECT_PRED_FORMAT2(DoubleLE, values_.further_from_one, 1.0);
3079 EXPECT_PRED_FORMAT2(DoubleLE, values_.nan1, values_.infinity);
3082 EXPECT_PRED_FORMAT2(DoubleLE,
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h2054 // EXPECT_PRED_FORMAT2(testing::DoubleLE, Foo(), 5.0);
2060 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1382 // Helper template for implementing FloatLE() and DoubleLE().
1428 AssertionResult DoubleLE(const char* expr1, const char* expr2, function in namespace:testing

Completed in 48 milliseconds