Changeset a576b0 in git for libpolys/polys/monomials/p_polys.cc
- Timestamp:
- May 29, 2015, 1:39:46 PM (9 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- e00d2000bacbdc1e3326af703d7555b6a847ad1e
- Parents:
- 40e862737f0776c1a89a482ba5c81054d4339085
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r40e8627 ra576b0 4529 4529 4530 4530 4531 static inline unsigned long GetBitFields( long e,4532 unsigned int s,unsigned int n)4531 static inline unsigned long GetBitFields(const long e, 4532 const unsigned int s, const unsigned int n) 4533 4533 { 4534 4534 #define Sy_bit_L(x) (((unsigned long)1L)<<(x)) … … 4562 4562 // exp1 / exp2 ==> (ev1 & ~ev2) == 0, i.e., 4563 4563 // if (ev1 & ~ev2) then exp1 does not divide exp2 4564 unsigned long p_GetShortExpVector( poly p, const ring r)4564 unsigned long p_GetShortExpVector(const poly p, const ring r) 4565 4565 { 4566 4566 assume(p != NULL);
Note: See TracChangeset
for help on using the changeset viewer.