#include "globals.defs.hh"#include "assert.hh"

Go to the source code of this file.
Namespaces | |
| namespace | Parma_Polyhedra_Library |
The entire library is confined to this namespace. | |
| namespace | Parma_Polyhedra_Library::Implementation |
Implementation related data and functions. | |
| namespace | std |
The standard C++ namespace. | |
Defines | |
| #define | PPL_BITS_PER_GMP_LIMB (PPL_SIZEOF_MP_LIMB_T*CHAR_BIT) |
Functions | |
| unsigned int | Parma_Polyhedra_Library::Implementation::first_one (mp_limb_t w) |
Assuming w is nonzero, returns the index of the first set bit in w. | |
| unsigned int | Parma_Polyhedra_Library::Implementation::last_one (mp_limb_t w) |
Assuming w is nonzero, returns the index of the last set bit in w. | |
| #define PPL_BITS_PER_GMP_LIMB (PPL_SIZEOF_MP_LIMB_T*CHAR_BIT) |
Definition at line 37 of file Bit_Row.inlines.hh.
Referenced by Parma_Polyhedra_Library::Bit_Row::Bit_Row(), Parma_Polyhedra_Library::Bit_Row::first(), Parma_Polyhedra_Library::Bit_Row::last(), Parma_Polyhedra_Library::Bit_Row::next(), and Parma_Polyhedra_Library::Bit_Row::prev().
1.6.3