ReactOS 0.4.16-dev-889-g9563c07
|
Go to the source code of this file.
Functions | |
void __cdecl | __acrt_initialize_user_matherr (void *encoded_null) |
bool __cdecl | __acrt_has_user_matherr (void) |
int __cdecl | __acrt_invoke_user_matherr (struct _exception *_Exp) |
void __cdecl | __setusermatherr (_UserMathErrorFunctionPointer _UserMathErrorFunction) |
int __cdecl | _invoke_matherr (int type, char *name, double arg1, double arg2, double retval) |
Variables | |
static __crt_state_management::dual_state_global< _UserMathErrorFunctionPointer > | __acrt_global_user_matherr |
Definition at line 32 of file matherr.cpp.
Definition at line 22 of file matherr.cpp.
Referenced by initialize_pointers().
int __cdecl __acrt_invoke_user_matherr | ( | struct _exception * | _Exp | ) |
Definition at line 43 of file matherr.cpp.
Referenced by _invoke_matherr().
void __cdecl __setusermatherr | ( | _UserMathErrorFunctionPointer | _UserMathErrorFunction | ) |
Definition at line 61 of file matherr.cpp.
Referenced by test_math_errors().
Definition at line 76 of file matherr.cpp.
Referenced by _handle_error(), and _handle_errorf().
|
static |
Definition at line 15 of file matherr.cpp.
Referenced by __acrt_has_user_matherr(), __acrt_initialize_user_matherr(), __acrt_invoke_user_matherr(), and __setusermatherr().