Home
last modified time | relevance | path

Searched refs:CmpL_Size (Results 1 – 5 of 5) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/templates/
H A Dp_Merge_q__T.cc28 DECLARE_LENGTH(const unsigned long length = r->CmpL_Size); in p_Merge_q__T()
H A Dp_Add_q__T.cc33 DECLARE_LENGTH(const unsigned long length = r->CmpL_Size); in p_Add_q__T()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dring.h329 short CmpL_Size; // portions which need to be compared member
H A Dring.cc3682 r->CmpL_Size = j; in rComplete()
3732 for(j=0;j<r->CmpL_Size;j++) in rComplete()
3956 if (r->ordsgn != NULL && r->CmpL_Size != 0) in rUnComplete()
4085 Print("CmpL_Size:%d ",r->CmpL_Size); in rDebugPrint()
4107 for(j=0;j<r->CmpL_Size;j++) in rDebugPrint()
4200 if (j< r->CmpL_Size) in rDebugPrint()
4540 for(j=0;j<r->CmpL_Size;j++) in rAssure_TDeg()
H A Dp_polys.h1237 p_MemCmp_LengthGeneral_OrdGeneral(p->exp, q->exp, r->CmpL_Size, r->ordsgn, \
1549 const unsigned long _l = r->CmpL_Size; in p_LmCmp()