Home
last modified time | relevance | path

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

1234

/external/fonttools/Lib/fontTools/varLib/
Diup.py94 def can_iup_in_between(deltas, coords, i, j, tolerance): argument
103 def _iup_contour_bound_forced_set(delta, coords, tolerance=0): argument
171 def _iup_contour_optimize_dp(delta, coords, forced={}, tolerance=0, lookback=None): argument
221 def iup_contour_optimize(delta, coords, tolerance=0.): argument
293 def iup_delta_optimize(delta, coords, ends, tolerance=0.): argument
D__init__.py309 def _add_gvar(font, masterModel, master_ttfs, tolerance=0.5, optimize=True): argument
394 def _merge_TTHinting(font, masterModel, master_ttfs, tolerance=0.5): argument
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DStatsTestUtil.java88 double tolerance) { in assertAggregationMapEquals()
92 assertAggregationDataEquals(expected.get(entry.getKey()), entry.getValue(), tolerance); in assertAggregationMapEquals() local
104 AggregationData expected, final AggregationData actual, final double tolerance) { in assertAggregationDataEquals()
187 DistributionData expected, DistributionData actual, double tolerance) { in assertDistributionDataEquals()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dlog_quantized_test.cc74 int output_integer_bits, int tolerance) { in CheckOutputData()
121 const string& check_label, int tolerance) { in RunSingleTest()
154 const string& check_label, int tolerance) { in RunSingleTest()
199 int tolerance) { in RunSingleTest()
244 int tolerance, NumberGenerator* generator) { in RunUniformTest()
260 const string& check_label, int tolerance, in RunUniformShiftUniformTest()
284 int tolerance = in TEST_F() local
/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/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/fonttools/Lib/fontTools/pens/
Dt2CharStringPen.py12 def t2c_round(number, tolerance=0.5): argument
25 def makeRoundFunc(tolerance): argument
/external/libchrome/base/numerics/
Dranges.h20 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) { in IsApproximatelyEqual()
/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/libcxx/test/libcxx/numerics/complex.number/
D__sqr.pass.cpp23 const T tolerance = std::is_same<T, float>::value ? 1.e-6 : 1.e-14; in test() local
/external/grpc-grpc/test/core/gprpp/
Dfork_test.cc72 gpr_timespec tolerance = in test_thd_count() local
/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/skia/src/core/
DSkContourMeasure.cpp132 static bool quad_too_curvy(const SkPoint pts[3], SkScalar tolerance) { in quad_too_curvy()
145 const SkPoint& lastPt, SkScalar tolerance) { in conic_too_curvy()
154 SkScalar tolerance) { in cheap_dist_exceeds_limit()
160 static bool cubic_too_curvy(const SkPoint pts[4], SkScalar tolerance) { in cubic_too_curvy()
/external/skqp/tests/
DColorMatrixTest.cpp21 SkColor expected, SkColor actual, int tolerance) { in assert_color()
/external/skia/tests/
DColorMatrixTest.cpp21 SkColor expected, SkColor actual, int tolerance) { in assert_color()
/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
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py207 def compare_models(tflite_model, tf_eval_func, input_data=None, tolerance=5): argument
228 tolerance=5): argument
/external/libopus/tests/
Dtest_opus_projection.c56 const opus_val16 *a, const opus_int16 *b, int size, opus_int16 tolerance) in assert_is_equal()
73 const opus_int16 *a, const opus_int16 *b, int size, opus_int16 tolerance) in assert_is_equal_short()
/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/libevent/test/
Dregress.h120 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \ argument
/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/skqp/tools/skqp/src/
Dskqp_model.cpp34 unsigned tolerance, in Check()
/external/skia/tools/skqp/src/
Dskqp_model.cpp34 unsigned tolerance, in Check()

1234