Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dall_global_var66 int KARAMUL_SIZE=17;
H A Dglobal.h260 extern int KARAMUL_SIZE; // Use Karatsuba multiplication if degree is >
H A Dquater.cc1415 if (adeg>KARAMUL_SIZE && bdeg>KARAMUL_SIZE){
H A Dglobal.cc1851 int KARAMUL_SIZE=13; variable
1890 int KARAMUL_SIZE=13; variable
H A Dmodpoly.cc1402 if ((as<=KARAMUL_SIZE) && (bs<=KARAMUL_SIZE)) in mulmodpoly()
1405 Mulmodpolymod(ita,ita_end,itb,itb_end,env,new_coord,true,taille,KARAMUL_SIZE,maxdeg); in mulmodpoly()
1795 mulmodpoly_kara_naive(bb,bb,env,aa,KARAMUL_SIZE); in operator_times()
1857 mulmodpoly_kara_naive(a,b,env,new_coord,KARAMUL_SIZE); in operator_times()
H A Dgen.cc5905 …a.type==_VECT && b.type==_VECT && a._VECTptr->size()<KARAMUL_SIZE && b._VECTptr->size()<KARAMUL_SI… in type_operator_plus_times()