Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h336 bool AlmostEquals(const FloatingPoint& rhs) const { in AlmostEquals() function
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1587 if (lhs.AlmostEquals(rhs)) { in CmpHelperFloatingPointEQ()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1710 return actual.AlmostEquals(expected);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1714 if (lhs.AlmostEquals(rhs)) { in FloatingPointLE()