HomeSort by relevance Sort by last modified time
    Searched full:almostequals (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/protobuf/src/google/protobuf/stubs/
mathutil.h 65 bool AlmostEquals(T a, T b) {
69 inline bool AlmostEquals(float a, float b) {
74 inline bool AlmostEquals(double a, double b) {
90 static bool AlmostEquals(T a, T b) {
91 return ::google::protobuf::internal::AlmostEquals(a, b);
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 83 return lhs.AlmostEquals(rhs);
  /external/protobuf/src/google/protobuf/util/
field_comparator.cc 189 return MathUtil::AlmostEquals(value_1, value_2);
field_comparator_test.cc 225 ASSERT_TRUE(MathUtil::AlmostEquals(message_1_.optional_float(),
227 ASSERT_TRUE(MathUtil::AlmostEquals(message_1_.optional_double(),
field_comparator.h 241 // is used by MathUtil::AlmostEquals().
message_differencer.h 135 // compared by value, floats are compared using MathUtil::AlmostEquals() and
150 // MathUtil::AlmostEquals() and embedded messages/groups are compared as if
365 // MathUtil::AlmostEquals method.
    [all...]
  /external/skia/src/utils/
SkFloatUtils.h 113 bool AlmostEquals(const SkFloatingPoint& rhs) const {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_comparator.h 241 // is used by MathUtil::AlmostEquals().
message_differencer.h 135 // compared by value, floats are compared using MathUtil::AlmostEquals() and
150 // MathUtil::AlmostEquals() and embedded messages/groups are compared as if
365 // MathUtil::AlmostEquals method.
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 104 if (MathUtil::AlmostEquals<To>(after, before)) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 387 // This function is needed to test the AlmostEquals() method.
426 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 371 // This function is needed to test the AlmostEquals() method.
410 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 316 // This function is needed to test the AlmostEquals() method.
358 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 316 // This function is needed to test the AlmostEquals() method.
358 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 400 // This function is needed to test the AlmostEquals() method.
439 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 371 // This function is needed to test the AlmostEquals() method.
410 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 391 // This function is needed to test the AlmostEquals() method.
430 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 316 // This function is needed to test the AlmostEquals() method.
358 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 286 // This function is needed to test the AlmostEquals() method.
328 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 285 // This function is needed to test the AlmostEquals() method.
324 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 285 // This function is needed to test the AlmostEquals() method.
324 bool AlmostEquals(const FloatingPoint& rhs) const {
    [all...]
  /art/cmdline/
cmdline_parser_test.cc 51 return exp.AlmostEquals(act);
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googletest/include/gtest/
gtest.h     [all...]

Completed in 1719 milliseconds

1 2 3 4