#include <checked_int.inlines.hh>
Public Types | |
typedef int_fast64_t | Type_For_Neg |
typedef uint_fast64_t | Type_For_Add |
typedef int_fast64_t | Type_For_Sub |
typedef uint_fast64_t | Type_For_Mul |
Static Public Attributes | |
static const bool | use_for_neg = false |
static const bool | use_for_add = false |
static const bool | use_for_sub = false |
static const bool | use_for_mul = false |
Definition at line 870 of file checked_int.inlines.hh.
typedef int_fast64_t Parma_Polyhedra_Library::Checked::Larger< unsigned long long >::Type_For_Neg |
Definition at line 875 of file checked_int.inlines.hh.
typedef uint_fast64_t Parma_Polyhedra_Library::Checked::Larger< unsigned long long >::Type_For_Add |
Definition at line 876 of file checked_int.inlines.hh.
typedef int_fast64_t Parma_Polyhedra_Library::Checked::Larger< unsigned long long >::Type_For_Sub |
Definition at line 877 of file checked_int.inlines.hh.
typedef uint_fast64_t Parma_Polyhedra_Library::Checked::Larger< unsigned long long >::Type_For_Mul |
Definition at line 878 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< unsigned long long >::use_for_neg = false [static] |
Definition at line 871 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< unsigned long long >::use_for_add = false [static] |
Definition at line 872 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< unsigned long long >::use_for_sub = false [static] |
Definition at line 873 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< unsigned long long >::use_for_mul = false [static] |
Definition at line 874 of file checked_int.inlines.hh.