Home
last modified time | relevance | path

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

/dports/math/R-cran-raster/raster/src/
H A Dgeodesic.h173 double f1, e2, ep2, n, b, c2, etol2; member
H A Dgeodesic.c254 g->etol2 = 0.1 * tol2 / in geod_init()
1117 if (shortline && ssig12 < g->etol2) { in InverseStart()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/formulas/
H A Dkarney_inverse.hpp144 CT const etol2 = c0_1 * tol2 / in apply() local
326 tol1, tol2, etol2, in apply()
586 … CT const& tol1, CT const& tol2, CT const& etol2, CT const& n, CT const& f) in newton_start() argument
644 if (shortline && sin_sigma12 < etol2) in newton_start()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/formulas/
H A Dkarney_inverse.hpp144 CT const etol2 = c0_1 * tol2 / in apply() local
326 tol1, tol2, etol2, in apply()
586 … CT const& tol1, CT const& tol2, CT const& etol2, CT const& n, CT const& f) in newton_start() argument
644 if (shortline && sin_sigma12 < etol2) in newton_start()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/formulas/
H A Dkarney_inverse.hpp144 CT const etol2 = c0_1 * tol2 / in apply() local
328 tol1, tol2, etol2, in apply()
588 CT const& tol1, CT const& tol2, CT const& etol2, CT const& n, in newton_start() argument
647 if (shortline && sin_sigma12 < etol2) in newton_start()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/formulas/
H A Dkarney_inverse.hpp144 CT const etol2 = c0_1 * tol2 / in apply() local
326 tol1, tol2, etol2, in apply()
586 … CT const& tol1, CT const& tol2, CT const& etol2, CT const& n, CT const& f) in newton_start() argument
644 if (shortline && sin_sigma12 < etol2) in newton_start()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/formulas/
H A Dkarney_inverse.hpp144 CT const etol2 = c0_1 * tol2 / in apply() local
326 tol1, tol2, etol2, in apply()
586 … CT const& tol1, CT const& tol2, CT const& etol2, CT const& n, CT const& f) in newton_start() argument
644 if (shortline && sin_sigma12 < etol2) in newton_start()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/formulas/
H A Dkarney_inverse.hpp144 CT const etol2 = c0_1 * tol2 / in apply() local
326 tol1, tol2, etol2, in apply()
586 … CT const& tol1, CT const& tol2, CT const& etol2, CT const& n, CT const& f) in newton_start() argument
644 if (shortline && sin_sigma12 < etol2) in newton_start()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/formulas/
H A Dkarney_inverse.hpp144 CT const etol2 = c0_1 * tol2 / in apply() local
326 tol1, tol2, etol2, in apply()
586 … CT const& tol1, CT const& tol2, CT const& etol2, CT const& n, CT const& f) in newton_start() argument
644 if (shortline && sin_sigma12 < etol2) in newton_start()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A Dgeodesic.h175 double f1, e2, ep2, n, b, c2, etol2; member
H A Dgeodesic.c319 g->etol2 = 0.1 * tol2 / in geod_init()
1257 if (shortline && ssig12 < g->etol2) { in InverseStart()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A Dgeodesic.h175 double f1, e2, ep2, n, b, c2, etol2; member
H A Dgeodesic.c319 g->etol2 = 0.1 * tol2 / in geod_init()
1257 if (shortline && ssig12 < g->etol2) { in InverseStart()
/dports/astro/geographiclib/GeographicLib-1.52/legacy/C/
H A Dgeodesic.h186 double f1, e2, ep2, n, b, c2, etol2; member
H A Dgeodesic.c302 g->etol2 = 0.1 * tol2 / in geod_init()
1246 if (shortline && ssig12 < g->etol2) { in InverseStart()
/dports/math/R-cran-terra/terra/src/
H A Dgeodesic.h186 double f1, e2, ep2, n, b, c2, etol2; member
H A Dgeodesic.c302 g->etol2 = 0.1 * tol2 / in geod_init()
1246 if (shortline && ssig12 < g->etol2) { in InverseStart()
/dports/graphics/proj/proj-7.2.1/src/
H A Dgeodesic.h186 double f1, e2, ep2, n, b, c2, etol2; member
H A Dgeodesic.c410 g->etol2 = 0.1 * tol2 / in geod_init()
1354 if (shortline && ssig12 < g->etol2) { in InverseStart()
/dports/astro/geographiclib/GeographicLib-1.52/matlab/geographiclib/
H A Dgeoddistance.m349 etol2 = 0.1 * tol2 / sqrt( max(0.001, abs(f)) * min(1, 1 - f/2) / 2 ); variable
375 s = s & ssig12 < etol2;
/dports/astro/geographiclib/GeographicLib-1.52/maxima/
H A Dgeodesic.mac240 block([f1,e2,ep2,n,b,c2,etol2],
253 sig12 = etol2. Here 0.1 is a safety factor (error decreased by 100)
254 and max(0.001, abs(f)) stops etol2 getting too large in the nearly
256 etol2 : 0.1b0 * tol2 / sqrt( max(0.001b0, abs(f)) * min(1b0, 1-f/2) / 2 ),
258 ep2, n, b, c2, etol2,
/dports/astro/geographiclib/GeographicLib-1.52/legacy/Fortran/
H A Dgeodesic.for1270 double precision f1, e2, ep2, n, etol2, k2, eps, sig12, local
1293 * sig12 = etol2. Here 0.1 is a safety factor (error decreased by 100)
1294 * and max(0.001, abs(f)) stops etol2 getting too large in the nearly
1296 etol2 = 0.1d0 * tol2 /
1333 if (shortp .and. ssig12 .lt. etol2) then