#include <checked_int.inlines.hh>
Public Types | |
typedef int_fast16_t | Type_For_Neg |
typedef int_fast16_t | Type_For_Add |
typedef int_fast16_t | Type_For_Sub |
typedef int_fast16_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 762 of file checked_int.inlines.hh.
typedef int_fast16_t Parma_Polyhedra_Library::Checked::Larger< signed char >::Type_For_Neg |
Definition at line 767 of file checked_int.inlines.hh.
typedef int_fast16_t Parma_Polyhedra_Library::Checked::Larger< signed char >::Type_For_Add |
Definition at line 768 of file checked_int.inlines.hh.
typedef int_fast16_t Parma_Polyhedra_Library::Checked::Larger< signed char >::Type_For_Sub |
Definition at line 769 of file checked_int.inlines.hh.
typedef int_fast16_t Parma_Polyhedra_Library::Checked::Larger< signed char >::Type_For_Mul |
Definition at line 770 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed char >::use_for_neg = true [static] |
Definition at line 763 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed char >::use_for_add = true [static] |
Definition at line 764 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed char >::use_for_sub = true [static] |
Definition at line 765 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed char >::use_for_mul = true [static] |
Definition at line 766 of file checked_int.inlines.hh.