Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dmonomials.h233 #define POLYSIZE (sizeof(poly) + sizeof(number)) macro
234 #define POLYSIZEW (POLYSIZE / sizeof(long))
H A Dring.cc3723 r->PolyBin = omGetSpecBin(POLYSIZE + (r->ExpL_Size)*sizeof(long)); in rComplete()
4537 res->PolyBin=omGetSpecBin(POLYSIZE + (res->ExpL_Size)*sizeof(long)); in rAssure_TDeg()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dico.c744 #define POLYSIZE 8 /* Only the 5 Platonic solids, the 2 edge transitive*/ macro
1281 ip->object = NRAND(POLYSIZE); in init_ico()
1399 if (MI_COUNT(mi) <= 0 || MI_COUNT(mi) > POLYSIZE) { in change_ico()
1400 ip->object = (ip->object + 1) % (POLYSIZE); in change_ico()
/dports/math/singular/Singular-Release-4-2-1/kernel/
H A Dfast_mult.cc609 lm_bin=omGetSpecBin(POLYSIZE + (r->ExpL_Size)*sizeof(long)); in pFastPowerMC()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dtgb.cc3309 lm_bin = omGetSpecBin (POLYSIZE + (r->ExpL_Size) * sizeof (long)); in slimgb_alg()
3311 HeadBin = omGetSpecBin (POLYSIZE + (currRing->ExpL_Size) * sizeof (long)); in slimgb_alg()