Home
last modified time | relevance | path

Searched refs:tol2 (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/step/fletcher/
H A DROL_BoundFletcher.hpp393 FletcherBase<Real>::objValue(x, tol2); tol2 = origTol; in value()
435 obj_->hessVec( *Tv_, *w_, x, tol2 ); tol2 = origTol; in gradient()
462 obj_->hessVec( *Tv_, *w_, x, tol2); tol2 = origTol; in gradient()
493 value(x, tol2); tol2 = origTol; in hessVec()
494 computeMultipliers(x, tol2); tol2 = origTol; in hessVec()
495 gradient(*Tv_, x, tol2); tol2 = origTol; in hessVec()
500 obj_->hessVec( hv, v, x, tol2 ); tol2 = origTol; in hessVec()
534 obj_->hessVec( hv, v, x, tol2 ); tol2 = origTol; in hessVec()
555 obj_->hessVec( *Tv_, *w_, x, tol2 ); tol2 = tol; in hessVec()
636 FletcherBase<Real>::objGrad(x, tol2); tol2 = tol; in computeMultipliers()
[all …]
H A DROL_Fletcher.hpp252 FletcherBase<Real>::objValue(x, tol2); tol2 = origTol; in value()
294 obj_->hessVec( *Tv_, *wg_, x, tol2 ); tol2 = origTol; in gradient()
303 con_->applyAdjointJacobian( *Tv_, *c_, x, tol2 ); tol2 = origTol; in gradient()
327 obj_->hessVec( hv, v, x, tol2 ); tol2 = origTol; in hessVec()
328 con_->applyAdjointHessian( *Tv_, *y_, v, x, tol2 ); tol2 = origTol; in hessVec()
331 tol2 = tol; in hessVec()
337 tol2 = tol; in hessVec()
341 obj_->hessVec( *Tv_, *w_, x, tol2 ); tol2 = origTol; in hessVec()
349 con_->applyJacobian( *b2_, v, x, tol2 ); tol2 = origTol; in hessVec()
350 con_->applyAdjointJacobian( *Tv_, *b2_, x, tol2 ); tol2 = origTol; in hessVec()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_gamma_dist.cpp176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
212 , 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
H A Dtest_normal.cpp238 , static_cast<RealType>(8), tol2); in test_spots()
242 , static_cast<RealType>(9), tol2); in test_spots()
246 , static_cast<RealType>(3), tol2); in test_spots()
254 , -log(cdf(complement(dist, x))), tol2); in test_spots()
258 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
262 , static_cast<RealType>(8), tol2); in test_spots()
266 , static_cast<RealType>(8), tol2); in test_spots()
271 , static_cast<RealType>(0), tol2); in test_spots()
275 , static_cast<RealType>(3), tol2); in test_spots()
279 , static_cast<RealType>(0), tol2); in test_spots()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_gamma_dist.cpp169 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a persentage in test_spots() local
176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
H A Dtest_fisher_f.cpp365 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a percent in test_spots() local
366 cout << "Tolerance = " << tol2 << "%." << endl; in test_spots()
373 , static_cast<RealType>(6)/static_cast<RealType>(4), tol2); in test_spots()
377 , static_cast<RealType>(2 * 6 * 6 * (8 + 6 - 2)) / static_cast<RealType>(8 * 16 * 2), tol2); in test_spots()
385 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
389 , -log(cdf(complement(dist, x))), tol2); in test_spots()
393 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
396 , static_cast<RealType>(6*6)/static_cast<RealType>(8*8), tol2); in test_spots()
401 , static_cast<RealType>(26 * sqrt(64.0L)) / (12*6), tol2); in test_spots()
404 , static_cast<RealType>(6272) * 12 / 3456, tol2); in test_spots()
[all …]
H A Dtest_chi_squared.cpp403 , static_cast<RealType>(8), tol2); in test_spots()
407 , static_cast<RealType>(16), tol2); in test_spots()
411 , static_cast<RealType>(4), tol2); in test_spots()
415 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
419 , -log(cdf(complement(dist, x))), tol2); in test_spots()
423 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
427 , static_cast<RealType>(6), tol2); in test_spots()
433 static_cast<RealType>(0.5)), static_cast<RealType>(tol2)); in test_spots()
437 , static_cast<RealType>(1), tol2); in test_spots()
441 , static_cast<RealType>(4.5), tol2); in test_spots()
[all …]
H A Dtest_normal.cpp238 , static_cast<RealType>(8), tol2); in test_spots()
242 , static_cast<RealType>(9), tol2); in test_spots()
246 , static_cast<RealType>(3), tol2); in test_spots()
250 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
254 , -log(cdf(complement(dist, x))), tol2); in test_spots()
258 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
262 , static_cast<RealType>(8), tol2); in test_spots()
266 , static_cast<RealType>(8), tol2); in test_spots()
271 , static_cast<RealType>(0), tol2); in test_spots()
275 , static_cast<RealType>(3), tol2); in test_spots()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_gamma_dist.cpp169 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a persentage in test_spots() local
176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
H A Dtest_fisher_f.cpp365 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a percent in test_spots() local
366 cout << "Tolerance = " << tol2 << "%." << endl; in test_spots()
373 , static_cast<RealType>(6)/static_cast<RealType>(4), tol2); in test_spots()
377 , static_cast<RealType>(2 * 6 * 6 * (8 + 6 - 2)) / static_cast<RealType>(8 * 16 * 2), tol2); in test_spots()
385 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
389 , -log(cdf(complement(dist, x))), tol2); in test_spots()
393 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
396 , static_cast<RealType>(6*6)/static_cast<RealType>(8*8), tol2); in test_spots()
401 , static_cast<RealType>(26 * sqrt(64.0L)) / (12*6), tol2); in test_spots()
404 , static_cast<RealType>(6272) * 12 / 3456, tol2); in test_spots()
[all …]
H A Dtest_chi_squared.cpp403 , static_cast<RealType>(8), tol2); in test_spots()
407 , static_cast<RealType>(16), tol2); in test_spots()
411 , static_cast<RealType>(4), tol2); in test_spots()
415 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
419 , -log(cdf(complement(dist, x))), tol2); in test_spots()
423 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
427 , static_cast<RealType>(6), tol2); in test_spots()
433 static_cast<RealType>(0.5)), static_cast<RealType>(tol2)); in test_spots()
437 , static_cast<RealType>(1), tol2); in test_spots()
441 , static_cast<RealType>(4.5), tol2); in test_spots()
[all …]
H A Dtest_normal.cpp238 , static_cast<RealType>(8), tol2); in test_spots()
242 , static_cast<RealType>(9), tol2); in test_spots()
246 , static_cast<RealType>(3), tol2); in test_spots()
250 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
254 , -log(cdf(complement(dist, x))), tol2); in test_spots()
258 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
262 , static_cast<RealType>(8), tol2); in test_spots()
266 , static_cast<RealType>(8), tol2); in test_spots()
271 , static_cast<RealType>(0), tol2); in test_spots()
275 , static_cast<RealType>(3), tol2); in test_spots()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/test/
H A Dtest_gamma_dist.cpp169 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a persentage in test_spots() local
176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
H A Dtest_fisher_f.cpp364 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a percent in test_spots() local
365 cout << "Tolerance = " << tol2 << "%." << endl; in test_spots()
372 , static_cast<RealType>(6)/static_cast<RealType>(4), tol2); in test_spots()
376 , static_cast<RealType>(2 * 6 * 6 * (8 + 6 - 2)) / static_cast<RealType>(8 * 16 * 2), tol2); in test_spots()
384 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
388 , -log(cdf(complement(dist, x))), tol2); in test_spots()
392 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
395 , static_cast<RealType>(6*6)/static_cast<RealType>(8*8), tol2); in test_spots()
400 , static_cast<RealType>(26 * sqrt(64.0L)) / (12*6), tol2); in test_spots()
403 , static_cast<RealType>(6272) * 12 / 3456, tol2); in test_spots()
[all …]
H A Dtest_normal.cpp226 , static_cast<RealType>(8), tol2); in test_spots()
230 , static_cast<RealType>(9), tol2); in test_spots()
234 , static_cast<RealType>(3), tol2); in test_spots()
238 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
242 , -log(cdf(complement(dist, x))), tol2); in test_spots()
246 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
250 , static_cast<RealType>(8), tol2); in test_spots()
254 , static_cast<RealType>(8), tol2); in test_spots()
259 , static_cast<RealType>(0), tol2); in test_spots()
263 , static_cast<RealType>(3), tol2); in test_spots()
[all …]
H A Dtest_chi_squared.cpp382 , static_cast<RealType>(8), tol2); in test_spots()
386 , static_cast<RealType>(16), tol2); in test_spots()
390 , static_cast<RealType>(4), tol2); in test_spots()
394 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
398 , -log(cdf(complement(dist, x))), tol2); in test_spots()
402 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
406 , static_cast<RealType>(6), tol2); in test_spots()
412 static_cast<RealType>(0.5)), static_cast<RealType>(tol2)); in test_spots()
416 , static_cast<RealType>(1), tol2); in test_spots()
420 , static_cast<RealType>(4.5), tol2); in test_spots()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/
H A Dtest_gamma_dist.cpp169 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a persentage in test_spots() local
176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/math/test/
H A Dtest_gamma_dist.cpp169 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a persentage in test_spots() local
176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/math/test/
H A Dtest_gamma_dist.cpp169 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a persentage in test_spots() local
176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/math/test/
H A Dtest_gamma_dist.cpp169 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a persentage in test_spots() local
176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_gamma_dist.cpp169 RealType tol2 = boost::math::tools::epsilon<RealType>() * 5 * 100; // 5 eps as a persentage in test_spots() local
176 , static_cast<RealType>(8*3), tol2); in test_spots()
180 , static_cast<RealType>(8*3*3), tol2); in test_spots()
184 , sqrt(static_cast<RealType>(8*3*3)), tol2); in test_spots()
188 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
192 , -log(cdf(complement(dist, x))), tol2); in test_spots()
196 , standard_deviation(dist) / mean(dist), tol2); in test_spots()
200 , static_cast<RealType>(7 * 3), tol2); in test_spots()
204 , 2 / sqrt(static_cast<RealType>(8)), tol2); in test_spots()
208 , 3 + 6 / static_cast<RealType>(8), tol2); in test_spots()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeBuild/
H A DShapeBuild_Vertex.cxx45 const Standard_Real tol2, in CombineVertex() argument
55 if ( dist + tol2 <= tol1 ) { in CombineVertex()
59 else if ( dist + tol1 <= tol2 ) { in CombineVertex()
61 tol = tol2; in CombineVertex()
64 tol = 0.5 * ( dist + tol1 + tol2 ); in CombineVertex()
65 … Standard_Real s = ( dist > 0. )? ( tol2 - tol1 ) / dist : 0.; //szv#4:S4163:12Mar99 anti-exception in CombineVertex()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkClosestPointStrategy.cxx146 vtkGenericCell* gencell, vtkIdType cellId, double tol2, int& subId, double pcoords[3], in FindCellWalk() argument
164 (dist2 <= tol2)) in FindCellWalk()
186 vtkGenericCell* gencell, vtkIdList* cellIds, double tol2, int& subId, double pcoords[3], in FindCellWalk() argument
193 vtkIdType foundCell = FindCellWalk(self, ps, x, nullptr, gencell, cellId, tol2, subId, pcoords, in FindCellWalk()
207 vtkIdType cellId, double tol2, int& subId, double pcoords[3], double* weights) in FindCell() argument
212 double tol = sqrt(tol2); in FindCell()
226 foundCell = FindCellWalk(this, this->PointSet, x, cell, gencell, cellId, tol2, subId, pcoords, in FindCell()
240 foundCell = FindCellWalk(this, this->PointSet, x, gencell, this->CellIds, tol2, subId, pcoords, in FindCell()
255 this->PointLocator->FindPointsWithinRadius(sqrt(tol2), ptCoord, this->NearPointIds); in FindCell()
261 foundCell = FindCellWalk(this, this->PointSet, x, gencell, this->CellIds, tol2, subId, pcoords, in FindCell()
/dports/graphics/Coin/coin-Coin-4.0.0/src/projectors/
H A DSbCylinderPlaneProjector.cpp109 SbBool tol2 = this->isWithinTolerance(point2); in getRotation() local
110 return this->getRotation(point1, tol1, point2, tol2); in getRotation()
119 const SbVec3f & point2, const SbBool tol2) in getRotation() argument
121 if (tol1 && tol2) return inherited::getRotation(point1, point2); in getRotation()
156 if (tol2) { in getRotation()
171 tol2 ? point2 : pt2_tol); in getRotation()
183 if (!tol1 && !tol2 && (pt1_tol == pt2_tol)) { in getRotation()
200 if (!tol2) { in getRotation()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkProbeFilter.cxx248 double x[3], tol2; in ProbeEmptyPoints() local
281 tol2 = source->GetLength(); in ProbeEmptyPoints()
282 tol2 = tol2 ? tol2*tol2 / 1000.0 : 0.001; in ProbeEmptyPoints()
299 tol2 = tol2 > minRes2 ? minRes2 : tol2; in ProbeEmptyPoints()
302 tol2 = (tol2 < VTK_DBL_EPSILON) ? VTK_DBL_EPSILON : tol2; in ProbeEmptyPoints()
306 tol2 = this->Tolerance * this->Tolerance; in ProbeEmptyPoints()
332 vtkIdType cellId = source->FindCell(x,NULL,-1,tol2,subId,pcoords,weights); in ProbeEmptyPoints()

12345678910>>...24