#include "Coefficient.defs.hh"#include <limits>#include <cassert>


Go to the source code of this file.
Namespaces | |
| namespace | Parma_Polyhedra_Library |
Defines | |
| #define | PPL_globals_inlines_hh 1 |
Functions | |
| dimension_type | Parma_Polyhedra_Library::not_a_dimension () |
| Returns a value that does not designate a valid dimension. | |
| void | Parma_Polyhedra_Library::maybe_abandon () |
| dimension_type | Parma_Polyhedra_Library::compute_capacity (dimension_type requested_size, dimension_type maximum_size) |
| Speculative allocation function. | |
| void | Parma_Polyhedra_Library::normalize2 (Coefficient_traits::const_reference x, Coefficient_traits::const_reference y, Coefficient &nx, Coefficient &ny) |
If is the GCD of x and y, the values of x and y divided by are assigned to nx and ny, respectively. | |
| template<typename T> | |
| T | Parma_Polyhedra_Library::low_bits_mask (unsigned n) |
Returns a mask for the lowest n bits,. | |
| #define PPL_globals_inlines_hh 1 |
Definition at line 24 of file globals.inlines.hh.
1.5.6