Home
last modified time | relevance | path

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

12

/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/ceres-solver/internal/ceres/
Dnumeric_diff_test_utils.cc78 const double tolerance = (method == CENTRAL)? 3e-9 : 2e-5; in ExpectCostFunctionEvaluationIsNearlyCorrect() local
148 const double tolerance = (method == CENTRAL)? 3e-9 : 2e-5; in ExpectCostFunctionEvaluationIsNearlyCorrect() local
Dincomplete_lq_factorization_test.cc44 const double tolerance) { in ExpectMatricesAreEqual()
/external/eigen/test/eigen2/
Deigen2_regression.cpp54 typename VectorType::Scalar tolerance) in check_linearRegression()
69 typename VectorType::Scalar tolerance) in check_fitHyperplane()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIterativeSolverBase.h120 RealScalar tolerance() const { return m_tolerance; } in tolerance() function
123 Derived& setTolerance(const RealScalar& tolerance) in setTolerance()
/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/droiddriver/src/io/appium/droiddriver/helpers/
DBaseDroidDriverTest.java235 int tolerance = 1; in runTest() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DMirrorModifier.java92 float tolerance = ((Number) modifierData.get("tolerance")).floatValue(); in apply() local
/external/skia/tests/
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
DMatrixTest.cpp15 const SkScalar tolerance = SK_Scalar1 / 200000; in nearly_equal_scalar() local
443 SkScalar tolerance = SK_ScalarNearlyZero) { in scalar_nearly_equal_relative()
/external/kernel-headers/original/uapi/linux/
Dtimex.h73 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member
/external/libnfc-nci/halimpl/pn54x/self-test/
DphNxpNciHal_SelfTest.c723 int tolerance = 0; in st_validator_testAntenna_Txldo() local
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DTangentBinormalGenerator.java384 float tolerance = 1E-4f; in approxEqual() local
/external/strace/
Dtime.c391 int tolerance; in tprint_timex32() member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c956 const int tolerance = (cpi->sf.recode_tolerance * frame_target) / 100; in vp9_rc_compute_frame_size_bounds() local
/external/skia/src/gpu/
DGrTessellatingPathRenderer.cpp540 void path_to_contours(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in path_to_contours()
/external/owasp/sanitizer/tools/findbugs/lib/
Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/ ...
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp3109 const int tolerance = expectPartialResult ? de::max(viewportWidth, viewportHeight)*3 : 0; in iterate() local
/external/valgrind/include/vki/
Dvki-linux.h323 long tolerance; /* clock frequency tolerance (ppm) member

12