#include <checked.defs.hh>
Static Public Attributes | |
static const int | check_overflow = 1 |
static const int | check_inf_add_inf = 0 |
static const int | check_inf_sub_inf = 0 |
static const int | check_inf_mul_zero = 0 |
static const int | check_div_zero = 0 |
static const int | check_inf_div_inf = 0 |
static const int | check_inf_mod = 0 |
static const int | check_sqrt_neg = 0 |
static const int | handle_nan = 0 |
static const int | handle_infinity = 0 |
static const int | convertible = 1 |
static const int | fpu_check_inexact = 0 |
static const int | check_nan_args = 1 |
Definition at line 39 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_overflow = 1 [static] |
Definition at line 40 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_inf_add_inf = 0 [static] |
Definition at line 41 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_inf_sub_inf = 0 [static] |
Definition at line 42 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_inf_mul_zero = 0 [static] |
Definition at line 43 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_div_zero = 0 [static] |
Definition at line 44 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_inf_div_inf = 0 [static] |
Definition at line 45 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_inf_mod = 0 [static] |
Definition at line 46 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_sqrt_neg = 0 [static] |
Definition at line 47 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::handle_nan = 0 [static] |
Definition at line 48 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::handle_infinity = 0 [static] |
Definition at line 49 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::convertible = 1 [static] |
Definition at line 50 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::fpu_check_inexact = 0 [static] |
Definition at line 51 of file checked.defs.hh.
const int Parma_Polyhedra_Library::Checked::Check_Overflow_Policy::check_nan_args = 1 [static] |
Definition at line 52 of file checked.defs.hh.