Home
last modified time | relevance | path

Searched refs:vtol (Results 1 – 25 of 139) sorted by relevance

123456

/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/lib2geom/
H A Dsbasis-roots.cpp143 double vtol, in multi_roots_internal() argument
151 idx=upper_level(levels,0,vtol); in multi_roots_internal()
152 if (idx<(int)levels.size()&&fabs(levels.at(idx))<=vtol){ in multi_roots_internal()
181 int idx=std::min(upper_level(levels,fa,vtol),upper_level(levels,fb,vtol)); in multi_roots_internal()
184 if((fa-c)*(fb-c)<=0||fabs(fa-c)<vtol||fabs(fb-c)<vtol){ in multi_roots_internal()
190 int idxa=upper_level(levels,fa,vtol); in multi_roots_internal()
191 int idxb=upper_level(levels,fb,vtol); in multi_roots_internal()
228 multi_roots_internal(f,df,levels,roots,htol,vtol,t0,f(t0),t1,f(t1)); in multi_roots_internal()
233 int idx=upper_level(levels,ft,vtol); in multi_roots_internal()
250 double vtol, in multi_roots() argument
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dlevelsets-test.cpp63 double vtol = exp_rescale(slider.value()); in draw() local
64 if (vtol<1e-4) vtol=0; in draw()
69 hand.pts[2*size+1][Y]=std::max(hand.pts[2*size+1][Y],hand.pts[2*size+2][Y]+2*vtol); in draw()
70 hand.pts[2*size ][Y]=std::max(hand.pts[2*size ][Y],hand.pts[2*size+1][Y]+2*vtol); in draw()
73 … levels.push_back( Interval(300-(hand.pts[2*size ][Y]-vtol), 300-(hand.pts[2*size ][Y]+vtol)) ); in draw()
74 … levels.push_back( Interval(300-(hand.pts[2*size+1][Y]-vtol), 300-(hand.pts[2*size+1][Y]+vtol)) ); in draw()
75 … levels.push_back( Interval(300-(hand.pts[2*size+2][Y]-vtol), 300-(hand.pts[2*size+2][Y]+vtol)) ); in draw()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dlevelsets-test.cpp63 double vtol = exp_rescale(slider.value()); in draw() local
64 if (vtol<1e-4) vtol=0; in draw()
69 hand.pts[2*size+1][Y]=std::max(hand.pts[2*size+1][Y],hand.pts[2*size+2][Y]+2*vtol); in draw()
70 hand.pts[2*size ][Y]=std::max(hand.pts[2*size ][Y],hand.pts[2*size+1][Y]+2*vtol); in draw()
73 levels.emplace_back(300-(hand.pts[2*size ][Y]-vtol), 300-(hand.pts[2*size ][Y]+vtol) ); in draw()
74 levels.emplace_back(300-(hand.pts[2*size+1][Y]-vtol), 300-(hand.pts[2*size+1][Y]+vtol) ); in draw()
75 levels.emplace_back(300-(hand.pts[2*size+2][Y]-vtol), 300-(hand.pts[2*size+2][Y]+vtol) ); in draw()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dsbasis-roots.cpp219 double vtol, argument
227 idx=upper_level(levels,0,vtol);
228 if (idx<(int)levels.size()&&fabs(levels.at(idx))<=vtol){
257 int idx=std::min(upper_level(levels,fa,vtol),upper_level(levels,fb,vtol));
260 if((fa-c)*(fb-c)<=0||fabs(fa-c)<vtol||fabs(fb-c)<vtol){
266 int idxa=upper_level(levels,fa,vtol);
267 int idxb=upper_level(levels,fb,vtol);
309 int idx=upper_level(levels,ft,vtol);
349 double vtol, argument
548 Interval fat_level( level - vtol, level + vtol );
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dsbasis-roots.cpp219 double vtol, argument
227 idx=upper_level(levels,0,vtol);
228 if (idx<(int)levels.size()&&fabs(levels.at(idx))<=vtol){
257 int idx=std::min(upper_level(levels,fa,vtol),upper_level(levels,fb,vtol));
260 if((fa-c)*(fb-c)<=0||fabs(fa-c)<vtol||fabs(fb-c)<vtol){
266 int idxa=upper_level(levels,fa,vtol);
267 int idxb=upper_level(levels,fb,vtol);
309 int idx=upper_level(levels,ft,vtol);
349 double vtol, argument
548 Interval fat_level( level - vtol, level + vtol );
[all …]
/dports/converters/fribidi/fribidi-1.0.11/bin/
H A Dfribidi-main.c407 FriBidiStrIndex *ltov, *vtol; in main() local
417 vtol = show_vtol ? ALLOCATE (FriBidiStrIndex, in main()
429 visual, ltov, vtol, levels); in main()
441 fribidi_remove_bidi_marks (visual, len, ltov, vtol, in main()
522 printf ("%ld ", (long) vtol[i]); in main()
545 free (vtol); in main()
/dports/www/lagrange/lagrange-1.7.3/lib/fribidi/bin/
H A Dfribidi-main.c407 FriBidiStrIndex *ltov, *vtol; in main() local
417 vtol = show_vtol ? ALLOCATE (FriBidiStrIndex, in main()
429 visual, ltov, vtol, levels); in main()
441 fribidi_remove_bidi_marks (visual, len, ltov, vtol, in main()
522 printf ("%ld ", (long) vtol[i]); in main()
545 free (vtol); in main()
/dports/science/PETSc/petsc-3.14.1/src/ts/event/
H A Dtsevent.c39 ierr = PetscFree((*event)->vtol);CHKERRQ(ierr); in TSEventDestroy()
107 PetscErrorCode TSSetEventTolerances(TS ts,PetscReal tol,PetscReal vtol[]) in TSSetEventTolerances() argument
114 if (vtol) PetscValidRealPointer(vtol,3); in TSSetEventTolerances()
118 if (vtol) { in TSSetEventTolerances()
119 for (i=0; i < event->nevents; i++) event->vtol[i] = vtol[i]; in TSSetEventTolerances()
122 for (i=0; i < event->nevents; i++) event->vtol[i] = tol; in TSSetEventTolerances()
201 ierr = PetscMalloc1(nevents,&event->vtol);CHKERRQ(ierr); in TSSetEventHandler()
235 for (i=0; i < event->nevents; i++) event->vtol[i] = tol; in TSSetEventHandler()
419 if (PetscAbsScalar(event->fvalue[i]) < event->vtol[i]) { in TSEventHandler()
426 … && (fvalue_sign != fvalueprev_sign) && (PetscAbsScalar(event->fvalue_prev[i]) > event->vtol[i])) { in TSEventHandler()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/event/ftn-auto/
H A Dtseventf.c52 PETSC_EXTERN void tsseteventtolerances_(TS ts,PetscReal *tol,PetscReal vtol[], int *__ierr) in tsseteventtolerances_() argument
55 (TS)PetscToPointer((ts) ),*tol,vtol); in tsseteventtolerances_()
/dports/math/octave-forge-optim/optim-1.6.1/inst/
H A Dnelder_mead_min.m52 ## vtol,v N/A : Stop search when volume of simplex is small, tested by
57 ## or 'vtol' (c=3) to the value of the 'tol' option. <1>
90 vtol = nan; # radius, but don't care about volume. variable
118 if isfield (ctl, "vtol") && ! isnan (ctl.vtol ), vtol = ctl.vtol ; end
130 elseif crit == 3, vtol = tol;
186 if ! isnan (vtol)
187 done |= (abs (det (u(1:N,:)-ones(N,1)*u(N+1,:)))/factorial(N) < vtol);
190 ## rtol, vtol]
H A Dtest_nelder_mead_min_2.m44 ## Choose vtol and initial simplex so that algo should stop immediately.
45 ctl = struct ("verbose",verbose, "isz",small, "vtol",vol*1.01, "rst",0);
60 ## Choose vtol and initial simplex so that algo should stop after one
63 ctl = struct ("verbose",verbose, "isz",small, "vtol",vol*0.99, "rst",0);
/dports/science/madness/madness-ebb3fd7/src/apps/polar/
H A Dmcpfit.cc339 double vtol; ///< multiplication tolerance member
416 vtol = FunctionDefaults<3>::get_thresh() * safety; in set_protocol()
459 const double trantol = vtol / std::min(30.0, double(nalpha)); in load_mos()
554 gaxpy(world, 1.0, vmo, 1.0, mul_sparse(world, coul, valencemo, vtol)); in make_reference()
564 psif.push_back(mul_sparse(mo[i], mo[c], vtol, false)); in make_reference()
568 truncate(world, psif, vtol); in make_reference()
570 truncate(world, psif, vtol); in make_reference()
635 vecfuncT umo = mul_sparse(world, umcp, mo, vtol); in make_Upsi()
706 vecfuncT pb_amo = mul_sparse(world, amo[j], pbs, vtol); in calc_optimal_coeffs()
716 vecfuncT pb_bmo = mul_sparse(world, bmo[j], pbs, vtol); in calc_optimal_coeffs()
[all …]
H A Dgth_pseudopotential.h299 double vtol = 1e-1 * FunctionDefaults<3>::get_thresh(); in ProjStore() local
307 f1.truncate(vtol); in ProjStore()
456 double vtol = 1e-1 * FunctionDefaults<3>::get_thresh(); in RlmStore() local
463 f1.truncate(vtol); in RlmStore()
617 double vtol = 1e-2*thresh; in apply_potential() local
618 std::vector<Function<Q,3> > vpsi = mul_sparse(world,(potential + vlocalp), psi, vtol); in apply_potential()
669 double vtol = 1e-2*thresh; in apply_potential2() local
670 std::vector<Function<Q,3> > vpsi = mul_sparse(world,(potential + vlocalp), psi, vtol); in apply_potential2()
722 double vtol = 1e-2*thresh; in apply_potential_ne() local
787 double vtol = 1e-2*thresh; in apply_potential_wsttiger() local
[all …]
H A Dpotentialmanager.h199 double vtol = FunctionDefaults<3>::get_thresh() * safety; in make_nuclear_potential() local
200 ….functor(real_functor_3d(new MolecularPotentialFunctor(molecule))).thresh(vtol).truncate_on_projec… in make_nuclear_potential()
204 …unctor(real_functor_3d(new MolecularCorePotentialFunctor(molecule))).thresh(vtol).initial_level(4); in make_nuclear_potential()
/dports/science/madness/madness-ebb3fd7/src/apps/moldft/
H A Dmcpfit.cc340 double vtol; ///< multiplication tolerance member
417 vtol = FunctionDefaults<3>::get_thresh() * safety; in set_protocol()
460 const double trantol = vtol / std::min(30.0, double(nalpha)); in load_mos()
555 gaxpy(world, 1.0, vmo, 1.0, mul_sparse(world, coul, valencemo, vtol)); in make_reference()
565 psif.push_back(mul_sparse(mo[i], mo[c], vtol, false)); in make_reference()
569 truncate(world, psif, vtol); in make_reference()
571 truncate(world, psif, vtol); in make_reference()
636 vecfuncT umo = mul_sparse(world, umcp, mo, vtol); in make_Upsi()
707 vecfuncT pb_amo = mul_sparse(world, amo[j], pbs, vtol); in calc_optimal_coeffs()
717 vecfuncT pb_bmo = mul_sparse(world, bmo[j], pbs, vtol); in calc_optimal_coeffs()
[all …]
/dports/science/madness/madness-ebb3fd7/src/apps/ii/
H A Dlocalize_boys.cc26 … & world, const std::vector< Function<T,3> > & mo, const std::vector<int> & set, const double vtol, in plocalize_boys() argument
47 dip[axis].copyin( matrix_inner(world, mo, mul_sparse(world, fdip, mo, vtol), true) ); in plocalize_boys()
/dports/science/madness/madness-ebb3fd7/src/apps/chem/
H A Dpotentialmanager.h200 double vtol = FunctionDefaults<3>::get_thresh() * safety; in make_nuclear_potential() local
201 ….functor(real_functor_3d(new MolecularPotentialFunctor(molecule))).thresh(vtol).truncate_on_projec… in make_nuclear_potential()
205 …unctor(real_functor_3d(new MolecularCorePotentialFunctor(molecule))).thresh(vtol).initial_level(4); in make_nuclear_potential()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A Dfont.cpp381 FriBidiStrIndex *vtol = NULL; in bidi_cvt() local
399 vtol = new FriBidiStrIndex[size * 3]; in bidi_cvt()
425 log2vis = fribidi_log2vis (logical, (FriBidiStrIndex)len, &base, visual, ltov, vtol, NULL); in bidi_cvt()
432 len = fribidi_remove_bidi_marks (visual, (FriBidiStrIndex)len, ltov, vtol, NULL); in bidi_cvt()
449 delete [] vtol; in bidi_cvt()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/romkan_m/
H A Drk_bltinfn.c352 extern letter vtol (); /* V3.1 */
356 *(*outp)++ = vtol (in % base);
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/romkan_m/
H A Drk_bltinfn.c352 extern letter vtol (); /* V3.1 */
356 *(*outp)++ = vtol (in % base);
/dports/japanese/Wnn7-lib/src/Wnn/romkan/
H A Drk_bltinfn.c425 letter c, vtol();
428 *(*outp)++ = vtol(in % lbase);
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/romkan_m/
H A Drk_bltinfn.c352 extern letter vtol (); /* V3.1 */
356 *(*outp)++ = vtol (in % base);
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/romkan_m/
H A Drk_bltinfn.c352 extern letter vtol (); /* V3.1 */
356 *(*outp)++ = vtol (in % base);
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/romkan_m/
H A Drk_bltinfn.c352 extern letter vtol (); /* V3.1 */
356 *(*outp)++ = vtol (in % base);
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/romkan_m/
H A Drk_bltinfn.c352 extern letter vtol (); /* V3.1 */
356 *(*outp)++ = vtol (in % base);

123456