PPL
1.2
|
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
Parma_Polyhedra_Library | |
The entire library is confined to this namespace. | |
Functions | |
void | Parma_Polyhedra_Library::fpu_set_rounding_direction (int) |
int | Parma_Polyhedra_Library::fpu_save_rounding_direction (int) |
void | Parma_Polyhedra_Library::fpu_restore_rounding_direction (int) |
Functions Controlling Floating Point Unit | |
void | Parma_Polyhedra_Library::fpu_initialize_control_functions () |
Initializes the FPU control functions. More... | |
fpu_rounding_direction_type | Parma_Polyhedra_Library::fpu_get_rounding_direction () |
Returns the current FPU rounding direction. More... | |
void | Parma_Polyhedra_Library::fpu_reset_inexact () |
Clears the inexact computation status. More... | |
int | Parma_Polyhedra_Library::fpu_check_inexact () |
Queries the inexact computation status. More... | |