|
PolyBoRi
|
This class defines a delayed product of longs and comparison with LongLong Constant.
More...
#include <PseudoLongProduct.h>
Public Types | |
| typedef unsigned long | long_type |
Public Member Functions | |
| PseudoLongProduct (const long_type &first, const long_type &second) | |
| bool | greater (long_type rhs) const |
| compare carry-over savely More... | |
| template<long_type MaxLow> | |
| bool | greater (const PseudoLongLong< 0, MaxLow > &) const |
| compare carry-over savely with represented by two unsigned longs More... | |
| template<long_type MaxHigh, long_type MaxLow> | |
| bool | greater (const PseudoLongLong< MaxHigh, MaxLow > &) const |
| compare carry-over savely with represented by two unsigned longs More... | |
Additional Inherited Members | |
Protected Types inherited from polybori::groebner::BitMask< sizeof(unsigned long)*4 > | |
| enum | |
Protected Member Functions inherited from polybori::groebner::BitMask< sizeof(unsigned long)*4 > | |
| unsigned long | low (const unsigned long &value) const |
| unsigned long | high (const unsigned long &value) const |
| unsigned long | shift (const unsigned long &value) const |
| unsigned long | back (const unsigned long &value) const |
This class defines a delayed product of longs and comparison with LongLong Constant.
| typedef unsigned long polybori::groebner::PseudoLongProduct::long_type |
|
inline |
|
inline |
compare carry-over savely
Referenced by polybori::groebner::operator>().
|
inline |
compare carry-over savely with represented by two unsigned longs
|
inline |
compare carry-over savely with represented by two unsigned longs
1.8.9.1