#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 |
Public Member Functions | |
| const_bool_nodef (use_for_neg,(LONG_BITS==64)) | |
| const_bool_nodef (use_for_add,(LONG_BITS==64)) | |
| const_bool_nodef (use_for_sub,(LONG_BITS==64)) | |
| const_bool_nodef (use_for_mul, true) | |
Definition at line 773 of file checked_int.inlines.hh.
| typedef int_fast64_t Parma_Polyhedra_Library::Checked::Larger< unsigned int >::type_for_neg |
Definition at line 778 of file checked_int.inlines.hh.
| typedef uint_fast64_t Parma_Polyhedra_Library::Checked::Larger< unsigned int >::type_for_add |
Definition at line 779 of file checked_int.inlines.hh.
| typedef int_fast64_t Parma_Polyhedra_Library::Checked::Larger< unsigned int >::type_for_sub |
Definition at line 780 of file checked_int.inlines.hh.
| typedef uint_fast64_t Parma_Polyhedra_Library::Checked::Larger< unsigned int >::type_for_mul |
Definition at line 781 of file checked_int.inlines.hh.
| Parma_Polyhedra_Library::Checked::Larger< unsigned int >::const_bool_nodef | ( | use_for_neg | , | |
| (LONG_BITS==64) | ||||
| ) |
| Parma_Polyhedra_Library::Checked::Larger< unsigned int >::const_bool_nodef | ( | use_for_add | , | |
| (LONG_BITS==64) | ||||
| ) |
| Parma_Polyhedra_Library::Checked::Larger< unsigned int >::const_bool_nodef | ( | use_for_sub | , | |
| (LONG_BITS==64) | ||||
| ) |
| Parma_Polyhedra_Library::Checked::Larger< unsigned int >::const_bool_nodef | ( | use_for_mul | , | |
| true | ||||
| ) |
1.5.6