Home
last modified time | relevance | path

Searched refs:utol (Results 1 – 25 of 44) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx1459 Standard_Real utol = aBAS.UResolution(aTolerance1); in CheckAndOrientEdges() local
1461 aTolerance1 = (utol > vtol) ? utol : vtol; in CheckAndOrientEdges()
1462 utol = aBAS.UResolution(aTolerance2); in CheckAndOrientEdges()
1464 aTolerance2 = (utol > vtol) ? utol : vtol; in CheckAndOrientEdges()
1510 utol = aBAS.UResolution(aTolerance1); in CheckAndOrientEdges()
1512 aTolerance1 = (utol > vtol) ? utol : vtol; in CheckAndOrientEdges()
1513 utol = aBAS.UResolution(aTolerance2); in CheckAndOrientEdges()
1515 aTolerance2 = (utol > vtol) ? utol : vtol; in CheckAndOrientEdges()
1958 Standard_Real utol = aBAS.UResolution(aTolerance); in FindFromVEdge() local
1960 aTolerance = (utol > vtol) ? utol : vtol; in FindFromVEdge()
/dports/math/octave-forge-optim/optim-1.6.1/inst/private/
H A D__d2_min__.m46 if (isempty (utol = hook.TolX)) utol = 10 * sqrt (eps); endif
222 (max (abs (pbest)) + sqrt (eps)) * abs (utol))
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DOCCEdge.cpp59 const double utol = std::max(fabs(du) * 1e-8, 1e-12); in OCCEdge() local
60 umin -= utol; in OCCEdge()
61 umax += utol; in OCCEdge()
H A DOCCFace.cpp149 const double utol = std::max(fabs(du) * 1e-8, 1e-12); in _setup() local
150 umin -= utol; in _setup()
151 umax += utol; in _setup()
/dports/math/unuran/unuran-1.8.1/src/methods/
H A Dpinv_newton.ch36 double utol; /* tolerated maximum U-error */
60 utol = GEN->u_resolution * GEN->area * PINV_UERROR_CORRECTION;
168 if (!(maxerror <= utol)) {
170 h *= (maxerror > 4.*utol) ? 0.81 : 0.9;
200 if (maxerror < 0.3*utol) {
201 h *= (maxerror < 0.1*utol) ? 2. : 1.2;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/laso/
H A Ddnlaso.c545 doublereal utol; in dnwla_() local
716 utol = max(d__1,d__2); in dnwla_()
1169 tola = utol * rnorm; in dnwla_()
1288 tola = utol * pnorm; in dnwla_()
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/laso/
H A Ddnlaso.c545 doublereal utol; in dnwla_() local
716 utol = max(d__1,d__2); in dnwla_()
1169 tola = utol * rnorm; in dnwla_()
1288 tola = utol * pnorm; in dnwla_()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/
H A DSpaceGrid.cpp214 RealType utol = 1e-5; in initialize_rectilinear() local
367 if (std::abs(u2 - u1 - du_i * ndom_int[interval]) > utol) in initialize_rectilinear()
401 if (std::abs(du_int[i] - ndu_int[i] * du_min) > utol) in initialize_rectilinear()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_brep_tools.cpp1858 double utol = 0.1*Srf->Domain(0).Length(); in FoundSlitPair() local
1876 if (fabs(P0[0] - P1[0]) > utol || fabs(P0[1] - P1[1]) > vtol) continue; in FoundSlitPair()
2398 double utol = 0.25*pSrf->Domain(0).Length(); in IsSlitTrim() local
2406 if (fabs(P[0] - AP[0]) > utol) in IsSlitTrim()
2414 if (fabs(P[0] - AP[0]) > utol) in IsSlitTrim()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_brep_tools.cpp1866 double utol = 0.1*Srf->Domain(0).Length(); in FoundSlitPair() local
1884 if (fabs(P0[0] - P1[0]) > utol || fabs(P0[1] - P1[1]) > vtol) continue; in FoundSlitPair()
2409 double utol = 0.25*pSrf->Domain(0).Length(); in IsSlitTrim() local
2417 if (fabs(P[0] - AP[0]) > utol) in IsSlitTrim()
2425 if (fabs(P[0] - AP[0]) > utol) in IsSlitTrim()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_bfgs.c802 double utol; in optim_get_user_values() local
852 utol = libset_get_user_tolerance(BFGS_TOLER); in optim_get_user_values()
853 if (!na(utol)) { in optim_get_user_values()
855 *reltol = utol; in optim_get_user_values()
857 fprintf(stderr, "user-specified BFGS tolerance = %g\n", utol); in optim_get_user_values()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dqmcpack_quantity_analyzers.py2715 utol = 1e-5
2800 if(abs(u2-u1-du_i*ndom_int[interval])>utol):
2828 if(abs(du_int[i]-ndu_int[i]*du_min)>utol):
H A Dstructure.py4388 def embed(self,small,dims=(0,1,2),dtol=1e-6,utol=1e-6): argument
4406 ins,surface = small.inside(self.pos,tol=utol,separate=True)
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-aoi/
H A Dhu.po810 "A várva-várt erősítés csak néhány nap múlva érte utol a tündéket. A "
1474 "Uram! Már több, mint egy hete rendületlenül vágtattunk, hogy utolérjünk! A "
H A Dang@latin.po578 "gæsne and fealu land. Þa tacn ƿæron sƿutol and geƿisslic — stybbas, feaƿa "
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-ei/
H A Dhu.po1502 "Úgy tűnik, az élőholtak is utolértek! Velük is meg kell küzdenünk, ha "
1939 "része utolérne."
/dports/games/gtypist/gtypist-2.9.5/lessons/
H A Dkthu_expert.typ593 D:nimbostratussal cirrocumulussá apámuram utol kutacskája fulminsavon
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-sotbe/
H A Dhu.po3389 "harmadik napon utolérték ellenségeiket."
3413 msgstr "A francba, az orkok utolértek minket."
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-thot/
H A Dhu.po881 "Gyorsan át kell jutnunk, mögöttünk gonosz vihar közeleg. Ha a hóvihar utolér "
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-dw/
H A Dhu.po1470 "gyíkokkal harcoltunk, s az élőholtak utolértek minket. Éjszakára "
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-trow/
H A Dhu.po4687 msgstr "Haragom utoléri majd azokat a hidegvérű szörnyeket!"
5021 "Attól tartok, hogy a barátunk túl sokat mondott. Menj előre, majd utolérlek."
/dports/games/kgoldrunner/kgoldrunner-21.12.3/po/hu/
H A Dkgoldrunner.po611 "mielőtt utolérné a múmia, essen a lenti póznára, és haladjon át a múmia "
5423 "már majdnem utolérik. Ekkor Ön után esnek. Esetleg ugorjon balra a fejük "
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-httt/
H A Dhu.po376 "érhetnek utol!"
1698 "siessünk, nehogy utolérjenek minket. Ha viszont vállaljuk a harcot, akkor... "
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/po/
H A Dhu_HU.po2540 msgstr "Örülök, hogy utolértelek!\nJobb, ha tudsz róla, hogy..."
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-did/
H A Dhu.po2377 "mindannyiukra! Élve vagy holtan, bosszúm utoléri azokat, akik igazságtalanul "

12