HDK
|
Go to the source code of this file.
Typedefs | |
typedef void(* | FpExceptionHandler )(int type, const char explanation[]) |
Functions | |
IEX_INTERNAL_NAMESPACE_HEADER_ENTER void | setFpExceptions (int when=(IEEE_OVERFLOW|IEEE_DIVZERO|IEEE_INVALID)) |
int | fpExceptions () |
void | setFpExceptionHandler (FpExceptionHandler handler) |
void | handleExceptionsSetInRegisters () |
Definition at line 72 of file IexMathFpu.h.
int fpExceptions | ( | ) |
void handleExceptionsSetInRegisters | ( | ) |
void setFpExceptionHandler | ( | FpExceptionHandler | handler | ) |
IEX_INTERNAL_NAMESPACE_HEADER_ENTER void setFpExceptions | ( | int | when = (IEEE_OVERFLOW|IEEE_DIVZERO|IEEE_INVALID) | ) |