Home
last modified time | relevance | path

Searched refs:rGetExpSize (Results 1 – 3 of 3) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dring.h387 unsigned long rGetExpSize(unsigned long bitmask, int & bits, int N);
H A Dring.cc2510 static unsigned long rGetExpSize(unsigned long bitmask, int & bits) in rGetExpSize() function
2603 unsigned long rGetExpSize(unsigned long bitmask, int & bits, int N) in rGetExpSize() function
2610 bitmask =rGetExpSize(bitmask, bits); in rGetExpSize()
2620 unsigned long bitmask1 =rGetExpSize(bitmask+1, bits1); in rGetExpSize()
2652 exp_limit=rGetExpSize(exp_limit, bits, r->N); in rModifyRing()
2948 exp_limit=rGetExpSize(exp_limit, bits, r->N); in rModifyRing_Simple()
3407 r->bitmask=rGetExpSize(r->wanted_maxExp,bits,r->N); in rComplete()
/dports/math/singular/Singular-Release-4-2-1/Singular/links/
H A DssiLink.cc286 bm=rGetExpSize(bm,b,r->N); in ssiWriteRing_R()