Home
last modified time | relevance | path

Searched refs:prmax (Results 1 – 11 of 11) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFeat/
H A DBRepFeat_Form.cxx696 prmax = prmax2; in GlobalPerform()
698 prmin = ElCLib::InPeriod(prmin1,prmax-period,prmax); in GlobalPerform()
708 prmax = Max(prmax1, prmax2); in GlobalPerform()
731 prmax = prmax1; in GlobalPerform()
737 prmax = prmax2; in GlobalPerform()
755 prmax = prmax1; in GlobalPerform()
761 prmax = RealLast(); in GlobalPerform()
807 prmax = prmax2; in GlobalPerform()
887 prmax = prmax2; in GlobalPerform()
934 pmax = prmax; in GlobalPerform()
[all …]
H A DBRepFeat.cxx200 Standard_Real& prmax, in ParametricMinMax() argument
214 prmax = Max(ASI.Point(1,1).Parameter(), in ParametricMinMax()
221 prmax = ASI.Point(1, ASI.NbPoints(1)).Parameter(); in ParametricMinMax()
224 prmax = ASI.Point(1,1).Parameter(); in ParametricMinMax()
231 prmax = RealFirst(); in ParametricMinMax()
H A DBRepFeat.hxx96 …ape& S, const Handle(Geom_Curve)& C, Standard_Real& prmin, Standard_Real& prmax, Standard_Real& pr…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepFeat.hxx96 …ape& S, const Handle(Geom_Curve)& C, Standard_Real& prmin, Standard_Real& prmax, Standard_Real& pr…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepFeat.hxx108 …ape& S, const Handle(Geom_Curve)& C, Standard_Real& prmin, Standard_Real& prmax, Standard_Real& pr…
/dports/math/pari/pari-2.13.3/src/modules/
H A Dgalois.c32 long pr, prmax, N; member
252 if (p > BR->prmax) pari_err_BUG("fixprex [precision too large]"); in fixprec()
712 preci(r, BR->prmax); /* max accuracy original roots */ in tschirn()
751 long d = BR->pr - BR->prmax; in moreprec()
759 BR->prmax = maxss(BR->prmax+d, (long)(BR->prmax * 1.2)); in moreprec()
760 if (DEBUGLEVEL) err_printf("$$$$$ New prec = %ld\n",BR->prmax); in moreprec()
761 ro = sortroots(QX_complex_roots(BR->p,BR->prmax), gel(BR->r,1)); in moreprec()
2388 BR.prmax = BR.pr + BIGDEFAULTPREC-2; in galoisbig()
2391 r = gclone ( QX_complex_roots(BR.p, BR.prmax) ); in galoisbig()
/dports/math/p5-Math-Pari/pari-2.3.5/src/modules/
H A Dgalois.c35 long pr, prmax; member
252 if (p > BR->prmax) pari_err(talker,"too large precision in preci()"); in preci()
728 preci(BR, BR->prmax); in tschirn()
767 long d = BR->pr - BR->prmax; in moreprec()
776 BR->prmax += d; in moreprec()
777 ro = sortroots(cleanroots(BR->p,BR->prmax), (GEN)BR->r[1]); in moreprec()
2505 BR.prmax = BR.pr + BIGDEFAULTPREC-2; in galoisbig()
2507 appendL(BR.r, gclone ( cleanroots(BR.p, BR.prmax) )); in galoisbig()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Darith1.c3905 ulong prmax; member
3914 long off = r->prmax+1; in addifsmooth1()
3926 long off = r->prmax+1; in addifsmooth2()
3954 if ((z = Z_issmooth_fact(h, prmax))) in Fp_log_sieve_worker()
3977 if ((z = Z_issmooth_fact(h, prmax))) in Fp_log_sieve_worker()
3987 if ((z = Z_issmooth_fact(h, prmax))) in Fp_log_sieve_worker()
4108 GEN j = i<=prmax ? utoi(i): addis(C,i-(prmax+1)); in check_kernel()
4197 r.prmax = pr[nbi]; in Fp_log_index()
4204 nbrow = r.prmax + nbg; in Fp_log_index()
4212 K = check_kernel(nbi+nbrow-r.prmax, nbrow, r.prmax, C, r.rel, p, m); in Fp_log_index()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DBasic_predicates_C2.h582 const RT & prmax = prdxlarger ? prdx : prdy; in compare_distance_to_point_linf() local
585 const Comparison_result resmax = CGAL::compare(pqmax, prmax); in compare_distance_to_point_linf()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dstructure.py1180 prmax = prange.max()
1181 axes = diag((prmax,prmax,prmax))
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparipriv.h182 GEN Fp_log_sieve_worker(long a, long prmax, GEN C, GEN c, GEN Ci, GEN ci, GEN pr, GEN sz);