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

12

/external/protobuf/src/google/protobuf/stubs/
H A Dmathutil.h65 bool AlmostEquals(T a, T b) { function in namespace:google::protobuf::internal
69 inline bool AlmostEquals(float a, float b) { function in namespace:google::protobuf::internal
74 inline bool AlmostEquals(double a, double b) { function in namespace:google::protobuf::internal
90 static bool AlmostEquals(T a, T b) { function in class:google::protobuf::MathUtil
91 return ::google::protobuf::internal::AlmostEquals(a, b);
/external/skia/src/utils/
H A DSkFloatUtils.h113 bool AlmostEquals(const SkFloatingPoint& rhs) const { function in class:SkFloatingPoint
/external/protobuf/src/google/protobuf/util/
H A Dfield_comparator.cc189 return MathUtil::AlmostEquals(value_1, value_2);
H A Dfield_comparator_test.cc225 ASSERT_TRUE(MathUtil::AlmostEquals(message_1_.optional_float(),
227 ASSERT_TRUE(MathUtil::AlmostEquals(message_1_.optional_double(),
/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp83 return lhs.AlmostEquals(rhs);
/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc104 if (MathUtil::AlmostEquals<To>(after, before)) {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h387 // This function is needed to test the AlmostEquals() method.
426 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h286 // This function is needed to test the AlmostEquals() method.
328 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1570 if (lhs.AlmostEquals(rhs)) {
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h371 // This function is needed to test the AlmostEquals() method.
410 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/googletest/googletest/include/gtest/
H A Dgtest.h1641 if (lhs.AlmostEquals(rhs)) {
/external/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
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1637 if (lhs.AlmostEquals(rhs)) {
/external/libvpx/libvpx/third_party/googletest/src/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
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1564 if (lhs.AlmostEquals(rhs)) {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h400 // This function is needed to test the AlmostEquals() method.
439 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1560 if (lhs.AlmostEquals(rhs)) {
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h371 // This function is needed to test the AlmostEquals() method.
410 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1494 if (lhs.AlmostEquals(rhs)) {
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h1562 if (lhs.AlmostEquals(rhs)) {
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h391 // This function is needed to test the AlmostEquals() method.
430 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h1641 if (lhs.AlmostEquals(rhs)) {
/external/v8/testing/gtest/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
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1701 if (lhs.AlmostEquals(rhs)) {
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1583 return lhs.AlmostEquals(rhs);

Completed in 943 milliseconds

12