Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-internal.h346 bool AlmostEquals(const FloatingPoint& rhs) const { in AlmostEquals() function
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h1705 if (lhs.AlmostEquals(rhs)) { in CmpHelperFloatingPointEQ()
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc1445 if (lhs.AlmostEquals(rhs)) { in FloatingPointLE()
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-matchers.h2154 return actual.AlmostEquals(expected);