44 const unsigned int b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
45 const unsigned int S[] = {1, 2, 4, 8, 16};
48 if (
v &
b[4]) {
v >>= S[4]; r |= S[4]; }
49 if (
v &
b[3]) {
v >>= S[3]; r |= S[3]; }
50 if (
v &
b[2]) {
v >>= S[2]; r |= S[2]; }
51 if (
v &
b[1]) {
v >>= S[1]; r |= S[1]; }
52 if (
v &
b[0]) {
v >>= S[0]; r |= S[0]; }
VAR void(* factoryError)(const char *s)
void factoryError_intern(const char *s)
int ipower(int b, int m)
int ipower ( int b, int m )
const CanonicalForm int s
const Variable & v
< [in] a sqrfree bivariate poly