Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkutil.cc7833 if (Q!=NULL) i=((IDELEMS(F)+IDELEMS(Q)+(setmaxTinc-1))/setmaxTinc)*setmaxTinc; in initS()
7834 else i=((IDELEMS(F)+(setmaxTinc-1))/setmaxTinc)*setmaxTinc; in initS()
7927 if (Q!=NULL) i=((IDELEMS(Q)+(setmaxTinc-1))/setmaxTinc)*setmaxTinc; in initSL()
8023 if (Q!=NULL) i=((IDELEMS(Q)+(setmaxTinc-1))/setmaxTinc)*setmaxTinc; in initSLSba()
8329 if (Q!=NULL) i=((IDELEMS(Q)+(setmaxTinc-1))/setmaxTinc)*setmaxTinc; in initSSpecial()
8473 if (Q!=NULL) i=((IDELEMS(Q)+(setmaxTinc-1))/setmaxTinc)*setmaxTinc; in initSSpecialSba()
9031 (IDELEMS(strat->Shdl)+setmaxTinc) in enterSBba()
9057 pEnlargeSet(&strat->S,IDELEMS(strat->Shdl),setmaxTinc); in enterSBba()
9058 IDELEMS(strat->Shdl)+=setmaxTinc; in enterSBba()
9419 enlargeT(strat->T,strat->R,strat->sevT,strat->tmax,setmaxTinc); in enterT()
[all …]
H A Dkutil.h34 #define setmaxTinc ((4096)/sizeof(TObject)) macro
H A Dkstd1.cc2383 i=((IDELEMS(F)+IDELEMS(Q)+(setmaxTinc-1))/setmaxTinc)*setmaxTinc; in kNF1()
H A Dkstd2.cc3318 pEnlargeSet(&strat->syz,strat->syzmax,setmaxTinc); in sba()
3321 ((strat->syzmax)+setmaxTinc) in sba()
3323 strat->syzmax += setmaxTinc; in sba()