#include "compiler.hh"#include <gmp.h>#include <cassert>#include <cmath>#include "Float.inlines.hh"


Go to the source code of this file.
Namespaces | |
| namespace | Parma_Polyhedra_Library |
Classes | |
| struct | Parma_Polyhedra_Library::float_ieee754_single |
| struct | Parma_Polyhedra_Library::float_ieee754_double |
| struct | Parma_Polyhedra_Library::float_intel_double_extended |
| struct | Parma_Polyhedra_Library::float_ieee754_quad |
| class | Parma_Polyhedra_Library::Float< T > |
Defines | |
| #define | PPL_Float_defs_hh 1 |
| #define | NAN (HUGE_VAL - HUGE_VAL) |
| #define NAN (HUGE_VAL - HUGE_VAL) |
Definition at line 38 of file Float.defs.hh.
Referenced by Parma_Polyhedra_Library::Checked::assign_float_nan(), Parma_Polyhedra_Library::Checked::div_float(), Parma_Polyhedra_Library::Checked::rem_float(), Parma_Polyhedra_Library::Checked::set_special_float(), and Parma_Polyhedra_Library::Checked::sqrt_float().
| #define PPL_Float_defs_hh 1 |
Definition at line 24 of file Float.defs.hh.
1.5.6