Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkspoly.cc46 poly spNoether, in ksReducePolyZ() argument
187 poly spNoether, in ksReducePoly() argument
318 poly spNoether, in ksReducePolyGCD() argument
454 poly spNoether, in ksReducePolyLC() argument
566 poly spNoether, in ksReducePolyBound() argument
710 poly spNoether, in ksReducePolySig() argument
913 poly spNoether, in ksReducePolySigRing() argument
1167 void ksCreateSpoly(LObject* Pair, poly spNoether, in ksCreateSpoly() argument
1249 if (spNoether != NULL) in ksCreateSpoly()
1283 Pair->Tail_Minus_mm_Mult_qq(m1, a1, l1, spNoether); in ksCreateSpoly()
[all …]
H A Dkutil.h707 poly spNoether = NULL,
717 poly spNoether = NULL,
723 poly spNoether = NULL,
730 poly spNoether = NULL,
737 poly spNoether = NULL,
758 poly spNoether = NULL,
765 poly spNoether = NULL,
778 poly spNoether = NULL);
786 void ksCreateSpoly(LObject* Pair, poly spNoether = NULL,
801 KINLINE poly ksOldSpolyRed(poly p1, poly p2, poly spNoether = NULL);
[all …]
H A DkInline.h637 poly spNoether) in Tail_Minus_mm_Mult_qq() argument
641 kBucket_Minus_m_Mult_p(bucket, m, q, &lq, spNoether); in Tail_Minus_mm_Mult_qq()
651 spNoether, tailRing ); in Tail_Minus_mm_Mult_qq()
1142 KINLINE poly ksOldSpolyRed(poly p1, poly p2, poly spNoether) in ksOldSpolyRed() argument
1147 ksReducePoly(&L, &T, spNoether); in ksOldSpolyRed()
1152 KINLINE poly ksOldSpolyRedNew(poly p1, poly p2, poly spNoether) in ksOldSpolyRedNew() argument
1157 ksReducePoly(&L, &T, spNoether); in ksOldSpolyRedNew()
1162 KINLINE poly ksOldCreateSpoly(poly p1, poly p2, poly spNoether, ring r) in ksOldCreateSpoly() argument
1168 ksCreateSpoly(&L, spNoether); in ksOldCreateSpoly()
1172 void ksOldSpolyTail(poly p1, poly q, poly q2, poly spNoether, ring r) in ksOldSpolyTail() argument
[all …]
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/templates/
H A Dpp_Mult_mm_Noether__T.cc19 LINKAGE poly pp_Mult_mm_Noether__T(poly p, const poly m, const poly spNoether, int &ll, const ring … in pp_Mult_mm_Noether__T() argument
23 assume(spNoether != NULL); in pp_Mult_mm_Noether__T()
32 const unsigned long *spNoether_exp = spNoether->exp; in pp_Mult_mm_Noether__T()
H A Dp_Minus_mm_Mult_qq__T.cc19 LINKAGE poly p_Minus_mm_Mult_qq__T(poly p, poly m, poly q, int& Shorter, const poly spNoether, cons… in p_Minus_mm_Mult_qq__T() argument
140 if (spNoether != NULL) in p_Minus_mm_Mult_qq__T()
143 pNext(a) = r->p_Procs->pp_Mult_mm_Noether(q, m, spNoether, ll, r); in p_Minus_mm_Mult_qq__T()
H A Dp_Procs.h25 const poly spNoether, int &ll,
29 int &shorter, const poly spNoether,
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dshiftop.h12 poly shift_p_Minus_mm_Mult_qq(poly p, poly m, poly q, int& Shorter, const poly spNoether, const rin…
13 poly shift_pp_Mult_mm_Noether_STUB(poly p, const poly m, const poly spNoether, int &ll, const ring …
H A Dkbuckets.cc723 poly spNoether) in kBucket_Minus_m_Mult_p() argument
775 spNoether, r); in kBucket_Minus_m_Mult_p()
784 if (spNoether != NULL) in kBucket_Minus_m_Mult_p()
787 p1 = r->p_Procs->pp_Mult_mm_Noether(p1, m, spNoether, l1, r); in kBucket_Minus_m_Mult_p()
818 spNoether, r); in kBucket_Minus_m_Mult_p()
1087 poly spNoether) in kBucketPolyRed() argument
1183 kBucket_Minus_m_Mult_p(bucket, lm, r->p_Procs->pp_Mult_mm(a1, lmRight, r), &l1, spNoether); in kBucketPolyRed()
1188 kBucket_Minus_m_Mult_p(bucket, lm, a1, &l1, spNoether); in kBucketPolyRed()
H A Dkbuckets.h85 poly spNoether);
H A Dshiftop.cc270 poly shift_p_Minus_mm_Mult_qq(poly p, poly m, poly q, int& Shorter, const poly spNoether, const rin… in shift_p_Minus_mm_Mult_qq() argument
287 poly shift_pp_Mult_mm_Noether_STUB(poly p, const poly m, const poly spNoether, int &ll, const ring … in shift_pp_Mult_mm_Noether_STUB() argument
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.h1031 const poly spNoether, const ring r) in p_Minus_mm_Mult_qq() argument
1034 const poly res = r->p_Procs->p_Minus_mm_Mult_qq(p, m, q, shorter, spNoether, r); in p_Minus_mm_Mult_qq()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/nc/
H A Dold.gring.cc1840 void gnc_ReduceSpolyTail(poly p1, poly q, poly q2, poly spNoether, const ring r)