Givaro
Namespaces | Macros
modular-balanced-int64.inl File Reference
#include <cmath>
+ Include dependency graph for modular-balanced-int64.inl:

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Macros

#define NORMALISE(x)
 
#define NORMALISE_HI(x)
 

Macro Definition Documentation

◆ NORMALISE

#define NORMALISE (   x)
Value:
{ \
if (x < _mhalfp) x += _p; \
else if (x > _halfp) x -= _p; \
}

◆ NORMALISE_HI

#define NORMALISE_HI (   x)
Value:
{ \
if (x > _halfp) x -= _p; \
}