IDAPython 8.4
|
IEEE floating point functions.
Classes | |
class | fpvalue_shorts_array_t |
Proxy of C++ wrapped_array_t< uint16,FPVAL_NWORDS > class. More... | |
class | fpvalue_t |
Proxy of C++ fpvalue_t class. More... | |
Functions | |
"void" | ecleaz (*args) |
ecleaz(x) | |
Variables | |
FPVAL_NWORDS = _ida_ieee.FPVAL_NWORDS | |
FPV_BADARG = _ida_ieee.FPV_BADARG | |
FPV_NORM = _ida_ieee.FPV_NORM | |
FPV_NAN = _ida_ieee.FPV_NAN | |
FPV_PINF = _ida_ieee.FPV_PINF | |
FPV_NINF = _ida_ieee.FPV_NINF | |
REAL_ERROR_OK = _ida_ieee.REAL_ERROR_OK | |
REAL_ERROR_FORMAT = _ida_ieee.REAL_ERROR_FORMAT | |
REAL_ERROR_RANGE = _ida_ieee.REAL_ERROR_RANGE | |
REAL_ERROR_BADDATA = _ida_ieee.REAL_ERROR_BADDATA | |
REAL_ERROR_FPOVER = _ida_ieee.REAL_ERROR_FPOVER | |
REAL_ERROR_BADSTR = _ida_ieee.REAL_ERROR_BADSTR | |
REAL_ERROR_ZERODIV = _ida_ieee.REAL_ERROR_ZERODIV | |
REAL_ERROR_INTOVER = _ida_ieee.REAL_ERROR_INTOVER | |
cvar = _ida_ieee.cvar | |
MAXEXP_FLOAT = cvar.MAXEXP_FLOAT | |
MAXEXP_DOUBLE = cvar.MAXEXP_DOUBLE | |
MAXEXP_LNGDBL = cvar.MAXEXP_LNGDBL | |
IEEE_EXONE = _ida_ieee.IEEE_EXONE | |
E_SPECIAL_EXP = _ida_ieee.E_SPECIAL_EXP | |
IEEE_NI = _ida_ieee.IEEE_NI | |
IEEE_E = _ida_ieee.IEEE_E | |
IEEE_M = _ida_ieee.IEEE_M | |
str | EZERO = b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" |
str | EONE = b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\xFF\x3F" |
str | ETWO = b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x40" |
"void" ecleaz | ( | * | args | ) |
x | unsigned short [(6+3)] |
cvar = _ida_ieee.cvar |
E_SPECIAL_EXP = _ida_ieee.E_SPECIAL_EXP |
str EONE = b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\xFF\x3F" |
str ETWO = b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x40" |
str EZERO = b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" |
FPV_BADARG = _ida_ieee.FPV_BADARG |
FPV_NAN = _ida_ieee.FPV_NAN |
FPV_NINF = _ida_ieee.FPV_NINF |
FPV_NORM = _ida_ieee.FPV_NORM |
FPV_PINF = _ida_ieee.FPV_PINF |
FPVAL_NWORDS = _ida_ieee.FPVAL_NWORDS |
IEEE_E = _ida_ieee.IEEE_E |
IEEE_EXONE = _ida_ieee.IEEE_EXONE |
IEEE_M = _ida_ieee.IEEE_M |
IEEE_NI = _ida_ieee.IEEE_NI |
MAXEXP_DOUBLE = cvar.MAXEXP_DOUBLE |
MAXEXP_FLOAT = cvar.MAXEXP_FLOAT |
MAXEXP_LNGDBL = cvar.MAXEXP_LNGDBL |
REAL_ERROR_BADDATA = _ida_ieee.REAL_ERROR_BADDATA |
REAL_ERROR_BADSTR = _ida_ieee.REAL_ERROR_BADSTR |
REAL_ERROR_FORMAT = _ida_ieee.REAL_ERROR_FORMAT |
REAL_ERROR_FPOVER = _ida_ieee.REAL_ERROR_FPOVER |
REAL_ERROR_INTOVER = _ida_ieee.REAL_ERROR_INTOVER |
REAL_ERROR_OK = _ida_ieee.REAL_ERROR_OK |
REAL_ERROR_RANGE = _ida_ieee.REAL_ERROR_RANGE |
REAL_ERROR_ZERODIV = _ida_ieee.REAL_ERROR_ZERODIV |