Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A DREADME.coeffs16 -cfMult, cfSub, cfAdd, cfDiv
90 -cfInpAdd (otherwise via cfAdd/cfDelet): for optimization
H A Dgenerics.cc81 cc->a1=coeffs1->cfAdd(aa->a1,bb->a1,coeffs1); in gAdd()
82 cc->a2=coeffs2->cfAdd(aa->a2,bb->a2,coeffs2); in gAdd()
483 r->cfAdd = gAdd; in gInitChar()
H A Dtest.cc184 assume( r->cfAdd != NULL ); in Test()
H A Dntupel.cc166 C[i]=d[i]->cfAdd(A[i],B[i],d[i]); in nnAdd()
602 n->cfAdd = nnAdd; in nnInitChar()
H A Dnumbers.cc78 number n=r->cfAdd(a,b,r); in ndInpAdd()
463 assume(n->cfAdd!=NULL); in nInitChar()
H A Dcoeffs.h176 numberfunc cfMult, cfSub ,cfAdd ,cfDiv, cfIntMod, cfExactDiv; member
658 { STATISTIC(n_Add); assume(r != NULL); assume(r->cfAdd!=NULL); const number sum = r->cfAdd(a, b, r); in n_Add()
H A Dgnumpfl.cc525 n->cfAdd = ngfAdd; in ngfInitChar()
H A Dshortfl.cc682 n->cfAdd = nrAdd; in nrInitChar()
H A Dgnumpc.cc571 n->cfAdd = ngcAdd; in ngcInitChar()
H A Dmodulop.cc364 r->cfAdd = npAddM; in npInitChar()
H A Dflintcf_Q.cc571 cf->cfAdd = Add; in flintQ_InitChar()
H A Dflintcf_Zn.cc487 cf->cfAdd = Add; in flintZn_InitChar()
H A Dffields.cc899 r->cfAdd = nfAdd; in nfInitChar()
H A Drintegers2.cc629 r->cfAdd = nrzAdd; in nrzInitChar()
H A Drmodulo2m.cc793 r->cfAdd = nr2mAdd; in nr2mInitChar()
H A Drmodulon.cc1010 r->cfAdd = nrnAdd; in nrnInitChar()
H A Drintegers3.cc1193 r->cfAdd = nrzAdd; in nrzInitChar()
H A Dflintcf_Qrat.cc1596 cf->cfAdd = Add; in flintQrat_InitChar()
H A Dlongrat.cc3448 r->cfAdd = nlAdd; in nlInitChar()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/Order/
H A Dnforder_elt.cc241 r->cfAdd = EltAdd; in n_nfOrderInit()
/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/
H A Dcoeffs_test.h249 TS_ASSERT_DIFFERS( r->cfAdd, NULLp );
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/ext_fields/
H A Dalgext.cc1419 cf->cfAdd = naAdd; in naInitChar()
1662 cf->cfAdd = naAdd; in n2pInitChar()
H A Dtransext.cc2586 cf->cfAdd = ntAdd; in ntInitChar()