Home
last modified time | relevance | path

Searched refs:errorTolerance (Results 1 – 22 of 22) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/kde/
H A Dkde_rules_impl.hpp152 const double errorTolerance = absErrorTol + relErrorTol; in Score() local
163 if (bound <= 2 * errorTolerance + pointAccumErrorTol) in Score()
179 accumError(queryIndex) -= (refNumDesc - 1) * (bound - 2 * errorTolerance); in Score()
181 accumError(queryIndex) -= refNumDesc * (bound - 2 * errorTolerance); in Score()
363 const double errorTolerance = absErrorTol + relErrorTol; in Score() local
371 if (bound <= 2 * errorTolerance + pointAccumErrorTol) in Score()
390 queryStat.AccumError() -= refNumDesc * (bound - 2 * errorTolerance); in Score()
505 queryStat.AccumError() += refNumDesc * 2 * errorTolerance; in Score()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/forkjoin/
H A DIntegrate.java54 static final double errorTolerance = 1.0e-11; field in Integrate
162 if (Math.abs(alr - a) <= errorTolerance) in recEval()
203 if (Math.abs(alr - a) <= errorTolerance) in recEval()
250 if (Math.abs(alr - a) <= errorTolerance) in recEval()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/
H A Dfrequency_filter.cpp26 static const double errorTolerance = 0.25; variable
214 if (difference > errorTolerance * m_averagedFrequency) in Update()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/applied_forces/awh/
H A Dhistogramsize.cpp175 static const double errorTolerance = 0.2; in histogramIsEquilibrated() local
191 if (std::abs(sampledWeight / targetWeight - 1) > errorTolerance) in histogramIsEquilibrated()
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dswapforwardmappings.cpp222 Real errorTolerance = 1e-5; in testForwardSwapJacobians() local
227 if( fabs(modelJacobian[i][j]-coinitialJacobian[i][j]) > errorTolerance) in testForwardSwapJacobians()
275 Real errorTolerance = 1e-5; in testForwardSwapJacobians() local
280 if( fabs(modelJacobian[i][j]-cmsJacobian[i][j]) > errorTolerance) in testForwardSwapJacobians()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/regression/
H A DMillerUpdatingRegression.java99 …lic MillerUpdatingRegression(int numberOfVariables, boolean includeConstant, double errorTolerance) in MillerUpdatingRegression() argument
124 if (errorTolerance > 0) { in MillerUpdatingRegression()
125 this.epsilon = errorTolerance; in MillerUpdatingRegression()
127 this.epsilon = -errorTolerance; in MillerUpdatingRegression()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Ddistribution_test.cpp846 double errorTolerance = 10; variable
869 REQUIRE(gDist.Alpha(0) == Approx(alphaReal).epsilon(errorTolerance / 100));
870 REQUIRE(gDist.Beta(0) == Approx(betaReal).epsilon(errorTolerance / 100));
890 REQUIRE(gDist2.Alpha(0) == Approx(alphaReal2).epsilon(errorTolerance / 100));
891 REQUIRE(gDist2.Beta(0) == Approx(betaReal2).epsilon(errorTolerance / 100));
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dlikefunc.h618 errorTolerance; variable
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp560 half quantize (half src, float errorTolerance);
1650 DwaCompressor::LossyDctEncoderBase::quantize (half src, float errorTolerance) in quantize() argument
1663 if (fabs ((float)tmp - srcFloat) < errorTolerance) in quantize()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp560 half quantize (half src, float errorTolerance);
1650 DwaCompressor::LossyDctEncoderBase::quantize (half src, float errorTolerance) in quantize() argument
1663 if (fabs ((float)tmp - srcFloat) < errorTolerance) in quantize()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp561 half quantize (half src, float errorTolerance);
1660 DwaCompressor::LossyDctEncoderBase::quantize (half src, float errorTolerance) in quantize() argument
1673 if (fabs ((float)tmp - srcFloat) < errorTolerance) in quantize()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp542 half quantize (half src, float errorTolerance);
1660 DwaCompressor::LossyDctEncoderBase::quantize (half src, float errorTolerance) in quantize() argument
1673 if (fabs ((float)tmp - srcFloat) < errorTolerance) in quantize()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dlikefunc.cpp574 errorTolerance = 1.;
3707 errorTolerance = MAX (10.,round (log (1.+maxFilterSize)/log (10)));
5629 …if (rightValue - middleValue > 1e-10*errorTolerance || leftValue - middleValue > 1e-10*errorTolera…
6504 …initial_value && CheckEqual(maxSoFar, initial_value, kMachineEpsilon * errorTolerance) == false) {
6878 …(maxSoFar < initialValue && !CheckEqual (maxSoFar, initialValue, kMachineEpsilon*errorTolerance)) {
7085 …ckEqual(GetIthIndependent(index), bestVal) && fabs (middleValue-maxSoFar) > 1e-10*errorTolerance) {
7087 …eValue, GetIthIndependent(index), maxSoFar, bestVal, maxSoFar - middleValue, 1e-10*errorTolerance);