Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmodpoly.cc2642 bool DivRemInt(const modpoly & A, const modpoly & B, modpoly & quo, modpoly & rem){ in DivRemInt() function
2771 …=0 && other.size()>FFTMUL_SIZE && th.size()-other.size()>FFTMUL_SIZE && DivRemInt(th,other,quo,rem… in DivRem()