#include <Float.defs.hh>
Static Public Attributes | |
| static const unsigned int | BASE = 16 |
| static const unsigned int | EXPONENT_BITS = 7 |
| static const unsigned int | MANTISSA_BITS = 56 |
| static const int | EXPONENT_BIAS = 64 |
Definition at line 184 of file Float.defs.hh.
const unsigned int Parma_Polyhedra_Library::float_ibm_double::BASE = 16 [static] |
Definition at line 185 of file Float.defs.hh.
const int Parma_Polyhedra_Library::float_ibm_double::EXPONENT_BIAS = 64 [static] |
Definition at line 188 of file Float.defs.hh.
const unsigned int Parma_Polyhedra_Library::float_ibm_double::EXPONENT_BITS = 7 [static] |
Definition at line 186 of file Float.defs.hh.
const unsigned int Parma_Polyhedra_Library::float_ibm_double::MANTISSA_BITS = 56 [static] |
Definition at line 187 of file Float.defs.hh.
1.6.3