/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | audio_decoder_unittest.cc | 49 int tolerance, in CompareInputOutput() 67 int tolerance) { in CompareTwoChannels() 176 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse, in EncodeDecodeTest() 479 int tolerance = 251; in TEST_F() local 505 int tolerance = 308; in TEST_F() local 517 int tolerance = 0; in TEST_F() local 530 int tolerance = 6808; in TEST_F() local 544 int tolerance = 3399; in TEST_F() local 557 int tolerance = 19757; in TEST_F() local 570 int tolerance = 11034; in TEST_F() local [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
D | rgba_color.py | 15 def IsEqual(self, expected_color, tolerance=0): argument 25 def AssertIsRGB(self, r, g, b, tolerance=0): argument 28 def AssertIsRGBA(self, r, g, b, a, tolerance=0): argument
|
D | image_util.py | 84 def AreEqual(image1, image2, tolerance=0, likely_equal=True): argument 96 def GetBoundingBox(image, color, tolerance=0): argument 113 def GetColorHistogram(image, ignore_color=None, tolerance=0): argument
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | _bitmap.py | 65 def Histogram(self, ignore_color, tolerance): argument 76 def BoundingBox(self, color, tolerance): argument 166 def IsEqual(self, other, tolerance=0): argument 224 def GetBoundingBox(self, color, tolerance=0): argument 239 def ColorHistogram(self, ignore_color=None, tolerance=0): argument
|
D | image_util_bitmap_impl.py | 37 def AreEqual(bitmap1, bitmap2, tolerance, _): argument 43 def GetBoundingBox(bitmap, color, tolerance): argument 49 def GetColorHistogram(bitmap, ignore_color, tolerance): argument
|
D | image_util_numpy_impl.py | 83 def AreEqual(image1, image2, tolerance, likely_equal): argument 119 def GetBoundingBox(image, color, tolerance): argument 158 def GetColorHistogram(image, ignore_color, tolerance): argument
|
D | cv_util.py | 13 def AreLinesOrthogonal(line1, line2, tolerance): argument 69 def IsPointApproxOnLine(point, line, tolerance=1): argument
|
D | bitmaptools.cc | 153 int tolerance) { in PixelsEqual() 162 bool PixelsEqual(const unsigned char* pixel, int color, int tolerance) { in PixelsEqual() 171 int tolerance; in Histogram() local 200 int tolerance; in BoundingBox() local
|
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
D | DoubleMath.java | 136 public static boolean fuzzyEquals(double a, double b, double tolerance) { in fuzzyEquals() 159 public static int fuzzyCompare(double a, double b, double tolerance) { in fuzzyCompare()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseSparseProductWithPruning.h | 20 …pl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& toleran… in sparse_sparse_product_with_pruning_impl()
|
/external/guava/guava/src/com/google/common/math/ |
D | DoubleMath.java | 351 public static boolean fuzzyEquals(double a, double b, double tolerance) { in fuzzyEquals() 374 public static int fuzzyCompare(double a, double b, double tolerance) { in fuzzyCompare()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | MullerSolver.java | 240 … final double tolerance = FastMath.max(relativeAccuracy * FastMath.abs(x), absoluteAccuracy); in solve() local 394 … final double tolerance = FastMath.max(relativeAccuracy * FastMath.abs(x), absoluteAccuracy); in solve2() local
|
D | LaguerreSolver.java | 266 double tolerance = FastMath.max(relativeAccuracy * z.abs(), absoluteAccuracy); in isRootOK() local 397 double tolerance = FastMath.max(relativeAccuracy * z.abs(), in solve() local
|
D | RiddersSolver.java | 209 … final double tolerance = FastMath.max(relativeAccuracy * FastMath.abs(x), absoluteAccuracy); in solve() local
|
D | BrentSolver.java | 331 double tolerance = in solve() local
|
/external/skia/tests/ |
D | ColorMatrixTest.cpp | 19 SkColor expected, SkColor actual, int tolerance) { in assert_color()
|
D | Matrix44Test.cpp | 12 const double tolerance = 1e-7; in nearly_equal_double() local 20 const SkMScalar tolerance = SK_MScalar1 / 200000; in nearly_equal_mscalar() local 26 const SkScalar tolerance = SK_Scalar1 / 200000; in nearly_equal_scalar() local
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | proxyshaper_test.py | 48 def assertValuesAlmostEqual(self, expected, actual, tolerance=0.05): argument
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | matrix_test_helpers.h | 81 float tolerance) { in ValidateMatrixNearEqualityComplexFloat()
|
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
D | BaseDroidDriverTest.java | 232 int tolerance = 1; in runTest() local
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IterativeSolverBase.h | 258 RealScalar tolerance() const { return m_tolerance; } in tolerance() function 265 Derived& setTolerance(const RealScalar& tolerance) in setTolerance()
|
/external/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 150 double tolerance = 0.0, in between_closed_open() 172 double tolerance = 0.0, in between_closed() 186 static inline bool nearly_zero(double x, double tolerance = kNearlyZero) { in nearly_zero() 192 double tolerance = kNearlyZero, in nearly_equal()
|
/external/protobuf/src/google/protobuf/util/ |
D | field_comparator.cc | 184 Tolerance* tolerance = FindOrNull(map_tolerance_, &field); in CompareDoubleOrFloat() local
|
/external/strace/mpers-m32/ |
D | struct_timex.h | 13 int32_t tolerance; member
|
/external/strace/mpers-mx32/ |
D | struct_timex.h | 15 int64_t tolerance; member
|