Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dgausspol.cc6623 int essai,nfactbound=RAND_MAX; in do_factor_hensel() local
6640 if (0 && essai && nfactbound>nfact){ in do_factor_hensel()
6641 nfactbound=nfact; in do_factor_hensel()
6646 nfactbound=giacmin(nfactbound,nfact); in do_factor_hensel()
6757 if (int(v0.size())<2*nfactbound && try_hensel_lift_factor(ptrans,Fb,v0,mult,ftrans)){ in do_factor_hensel()
6780 if (is_zero(b0) && int(v0.size())<2*nfactbound && try_hensel_lift_factor(pcur,F0,v0,mult,f)){ in do_factor_hensel()