#include <checked_int.inlines.hh>
Public Types | |
typedef int_fast32_t | Type_For_Neg |
typedef int_fast32_t | Type_For_Add |
typedef int_fast32_t | Type_For_Sub |
typedef int_fast32_t | Type_For_Mul |
Static Public Attributes | |
static const bool | use_for_neg = true |
static const bool | use_for_add = true |
static const bool | use_for_sub = true |
static const bool | use_for_mul = true |
Definition at line 786 of file checked_int.inlines.hh.
typedef int_fast32_t Parma_Polyhedra_Library::Checked::Larger< signed short >::Type_For_Neg |
Definition at line 791 of file checked_int.inlines.hh.
typedef int_fast32_t Parma_Polyhedra_Library::Checked::Larger< signed short >::Type_For_Add |
Definition at line 792 of file checked_int.inlines.hh.
typedef int_fast32_t Parma_Polyhedra_Library::Checked::Larger< signed short >::Type_For_Sub |
Definition at line 793 of file checked_int.inlines.hh.
typedef int_fast32_t Parma_Polyhedra_Library::Checked::Larger< signed short >::Type_For_Mul |
Definition at line 794 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed short >::use_for_neg = true [static] |
Definition at line 787 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed short >::use_for_add = true [static] |
Definition at line 788 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed short >::use_for_sub = true [static] |
Definition at line 789 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed short >::use_for_mul = true [static] |
Definition at line 790 of file checked_int.inlines.hh.