Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.h751 unsigned long j = r->ExpPerLong - 1; in p_GetMaxExp()
1472 r->ExpPerLong); in p_Totaldegree()
1475 s += p_GetTotalDegree(p->exp[r->VarL_Offset[i]], r,r->ExpPerLong); in p_Totaldegree()
H A Dring.h335 short ExpPerLong; /* maximal number of Exponents per long */ member
H A Dring.cc1417 res->ExpPerLong = r->ExpPerLong; in rCopy0()
1549 res->ExpPerLong = r->ExpPerLong; in rCopy0AndAddA()
3409 r->ExpPerLong = BIT_SIZEOF_LONG / bits; in rComplete()
4089 Print("BitsPerExp=%d ExpPerLong=%d at L[%d]\n", r->BitsPerExp, r->ExpPerLong, r->VarL_Offset[0]); in rDebugPrint()
H A Dp_polys.cc1130 return p_GetMaxExpL2(l1, l2, r, r->ExpPerLong); in p_GetMaxExpL2()