HomeSort by relevance Sort by last modified time
    Searched refs:AlmostEquals (Results 1 - 25 of 52) sorted by null

1 2 3

  /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/
SkFloatUtils.h 113 bool AlmostEquals(const SkFloatingPoint& rhs) const {
  /external/skqp/src/utils/
SkFloatUtils.h 113 bool AlmostEquals(const SkFloatingPoint& rhs) const {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
float_comparison.h 206 // This function is needed to test the AlmostEquals() method.
248 bool AlmostEquals(const FloatingPoint& rhs) const {
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 83 return lhs.AlmostEquals(rhs);
  /external/skqp/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(),
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 104 if (MathUtil::AlmostEquals<To>(after, before)) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long_double.pass.cpp 236 assert(actual.AlmostEquals(expected));
  /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...]
  /art/cmdline/
cmdline_parser_test.cc 56 return exp.AlmostEquals(act);
  /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/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 286 // This function is needed to test the AlmostEquals() method.
328 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/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/r16/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/r16/sources/third_party/vulkan/src/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...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/googletest/googletest/include/gtest/
gtest.h     [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/
gtest.h     [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/
gtest.h     [all...]

Completed in 646 milliseconds

1 2 3