Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmodpoly.cc8487 …bool egcd_z(const modpoly &a, const modpoly & b, modpoly & u,modpoly & v,modpoly & d,bool determin… in mod_gcd_c() function
8491 bool b=egcd_z(a/d,b/d,u,v,D,deterministic); in mod_gcd_c()
8691 if (p1t==0 && p2t==0 && egcd_z(p1,p2,u,v,d,deterministic)) in mod_gcd_c()