Home
last modified time | relevance | path

Searched defs:tolerance (Results 1 – 25 of 52) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc49 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/
Drgba_color.py15 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
Dimage_util.py84 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.py65 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
Dimage_util_bitmap_impl.py37 def AreEqual(bitmap1, bitmap2, tolerance, _): argument
43 def GetBoundingBox(bitmap, color, tolerance): argument
49 def GetColorHistogram(bitmap, ignore_color, tolerance): argument
Dimage_util_numpy_impl.py83 def AreEqual(image1, image2, tolerance, likely_equal): argument
119 def GetBoundingBox(image, color, tolerance): argument
158 def GetColorHistogram(image, ignore_color, tolerance): argument
Dcv_util.py13 def AreLinesOrthogonal(line1, line2, tolerance): argument
69 def IsPointApproxOnLine(point, line, tolerance=1): argument
Dbitmaptools.cc153 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/
DDoubleMath.java136 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/
DSparseSparseProductWithPruning.h20 …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/
DDoubleMath.java351 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/
DMullerSolver.java240 … 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
DLaguerreSolver.java266 double tolerance = FastMath.max(relativeAccuracy * z.abs(), absoluteAccuracy); in isRootOK() local
397 double tolerance = FastMath.max(relativeAccuracy * z.abs(), in solve() local
DRiddersSolver.java209 … final double tolerance = FastMath.max(relativeAccuracy * FastMath.abs(x), absoluteAccuracy); in solve() local
DBrentSolver.java331 double tolerance = in solve() local
/external/skia/tests/
DColorMatrixTest.cpp19 SkColor expected, SkColor actual, int tolerance) { in assert_color()
DMatrix44Test.cpp12 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/
Dproxyshaper_test.py48 def assertValuesAlmostEqual(self, expected, actual, tolerance=0.05): argument
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix_test_helpers.h81 float tolerance) { in ValidateMatrixNearEqualityComplexFloat()
/external/droiddriver/src/io/appium/droiddriver/helpers/
DBaseDroidDriverTest.java232 int tolerance = 1; in runTest() local
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIterativeSolverBase.h258 RealScalar tolerance() const { return m_tolerance; } in tolerance() function
265 Derived& setTolerance(const RealScalar& tolerance) in setTolerance()
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp150 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/
Dfield_comparator.cc184 Tolerance* tolerance = FindOrNull(map_tolerance_, &field); in CompareDoubleOrFloat() local
/external/strace/mpers-m32/
Dstruct_timex.h13 int32_t tolerance; member
/external/strace/mpers-mx32/
Dstruct_timex.h15 int64_t tolerance; member

123