Ignore:
Timestamp:
May 29, 2015, 1:39:46 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
e00d2000bacbdc1e3326af703d7555b6a847ad1e
Parents:
40e862737f0776c1a89a482ba5c81054d4339085
Message:
optim. kFindDivisibleByInT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r40e8627 ra576b0  
    45294529
    45304530
    4531 static inline unsigned long GetBitFields(long e,
    4532                                          unsigned int s, unsigned int n)
     4531static inline unsigned long GetBitFields(const long e,
     4532                                         const unsigned int s, const unsigned int n)
    45334533{
    45344534#define Sy_bit_L(x)     (((unsigned long)1L)<<(x))
     
    45624562// exp1 / exp2 ==> (ev1 & ~ev2) == 0, i.e.,
    45634563// if (ev1 & ~ev2) then exp1 does not divide exp2
    4564 unsigned long p_GetShortExpVector(poly p, const ring r)
     4564unsigned long p_GetShortExpVector(const poly p, const ring r)
    45654565{
    45664566  assume(p != NULL);
Note: See TracChangeset for help on using the changeset viewer.