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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1637 if (lhs.AlmostEquals(rhs)) {
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h316 // This function is needed to test the AlmostEquals() method.
358 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1952 return actual.AlmostEquals(expected);
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1395 if (lhs.AlmostEquals(rhs)) {

Completed in 60 milliseconds