Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/templates/
H A Dp_MemCmp.h150 p_MemCmp_LengthOne_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG)
152 p_MemCmp_LengthTwo_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG)
160 p_MemCmp_LengthSix_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG)
174 p_MemCmp_LengthOne_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
176 p_MemCmp_LengthTwo_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
184 p_MemCmp_LengthSix_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
196 p_MemCmp_LengthOne_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
198 p_MemCmp_LengthTwo_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
206 p_MemCmp_LengthSix_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
597 #define _p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS) \ argument
[all …]
H A Dp_kBucketSetLm__T.cc34 DECLARE_ORDSGN(const long* ordsgn = r->ordsgn); in p_kBucketSetLm__T()
53 …p_MemCmp__T(bucket->buckets[i]->exp, p->exp, length, ordsgn, goto Equal, goto Greater, goto Contin… in p_kBucketSetLm__T()
124 DECLARE_ORDSGN(const long* ordsgn = r->ordsgn); in p_kBucketSetLm__T()
140 …p_MemCmp__T(bucket->buckets[i]->exp, p->exp, length, ordsgn, goto Continue, goto Greater, goto Con… in p_kBucketSetLm__T()
H A Dp_Merge_q__T.cc29 DECLARE_ORDSGN(const long* ordsgn = r->ordsgn); in p_Merge_q__T()
32 p_MemCmp__T(p->exp, q->exp, length, ordsgn, goto Equal, goto Greater , goto Smaller); in p_Merge_q__T()
H A Dpp_Mult_mm_Noether__T.cc36 DECLARE_ORDSGN(const long* ordsgn = ri->ordsgn); in pp_Mult_mm_Noether__T()
48 p_MemCmp__T(r->exp, spNoether_exp, length, ordsgn, goto Continue, goto Continue, goto Break); in pp_Mult_mm_Noether__T()
H A Dp_Add_q__T.cc34 DECLARE_ORDSGN(const long* ordsgn = r->ordsgn); in p_Add_q__T()
37 p_MemCmp__T(p->exp, q->exp, length, ordsgn, goto Equal, goto Greater , goto Smaller); in p_Add_q__T()
H A Dp_Minus_mm_Mult_qq__T.cc46 DECLARE_ORDSGN(const long* ordsgn = r->ordsgn); in p_Minus_mm_Mult_qq__T()
63 p_MemCmp__T(qm->exp, p->exp, length, ordsgn, goto Equal, goto Greater, goto Smaller ); in p_Minus_mm_Mult_qq__T()
H A Dp_Procs_Set.h75 long* sgn = r->ordsgn; in p_OrdIs()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dring.cc3730 r->ordsgn=(long *)omAlloc0(r->ExpL_Size*sizeof(long)); in rComplete()
3734 r->ordsgn[j] = tmp_ordsgn[j]; in rComplete()
3956 if (r->ordsgn != NULL && r->CmpL_Size != 0) in rUnComplete()
3958 omFreeSize((ADDRESS)r->ordsgn,r->ExpL_Size*sizeof(long)); in rUnComplete()
3959 r->ordsgn=NULL; in rUnComplete()
4108 Print(" ordsgn %ld at pos %d\n",r->ordsgn[j],j); in rDebugPrint()
4201 Print("ordsgn %ld ", r->ordsgn[j]); in rDebugPrint()
4538 omFree((ADDRESS)res->ordsgn); in rAssure_TDeg()
4539 res->ordsgn=(long *)omAlloc0(res->ExpL_Size*sizeof(long)); in rAssure_TDeg()
4542 res->ordsgn[j] = r->ordsgn[j]; in rAssure_TDeg()
H A Dring.h261 long *ordsgn; /* array of +/- 1 (or 0) for comparing monomials */ member
H A Dp_polys.h1237 p_MemCmp_LengthGeneral_OrdGeneral(p->exp, q->exp, r->CmpL_Size, r->ordsgn, \
1562 const long* _ordsgn = (long*) r->ordsgn; in p_LmCmp()