HomeSort by: relevance | last modified time | path
    Searched refs:AlmostEquals (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 292 // This function is needed to test the AlmostEquals() method.
334 bool AlmostEquals(const FloatingPoint& rhs) const {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 1736 if (lhs.AlmostEquals(rhs)) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 1430 return actual.AlmostEquals(expected);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 1402 if (lhs.AlmostEquals(rhs)) {

Completed in 59 milliseconds