ReactOS 0.4.16-dev-983-g23ad936
|
#include <corecrt.h>
Go to the source code of this file.
#define _SW_UNEMULATED 0x0040 /* unemulated instruction */ |
__MINGW_NOTHROW _CRTIMP int *__cdecl __fpecode | ( | void | ) |
_Check_return_ __MINGW_NOTHROW _CRTIMP double __cdecl _chgsign | ( | _In_ double | ) |
Referenced by _chgsignf().
Definition at line 11 of file _clearfp.c.
Referenced by main(), Test_exceptions(), and test_fenv().
__MINGW_NOTHROW _CRTIMP unsigned int __cdecl _control87 | ( | _In_ unsigned int | unNew, |
_In_ unsigned int | unMask | ||
) |
__MINGW_NOTHROW _CRTIMP unsigned int __cdecl _controlfp | ( | _In_ unsigned int | unNew, |
_In_ unsigned int | unMask | ||
) |
Referenced by __declspec(), _controlfp_s(), main(), START_TEST(), test___fpe_flt_rounds(), Test_controlfp(), and Test_exceptions().
_Check_return_ __MINGW_NOTHROW _CRTIMP double __cdecl _copysign | ( | _In_ double | , |
_In_ double | |||
) |
Referenced by _copysignf().
_Check_return_ __MINGW_NOTHROW _CRTIMP int __cdecl _finite | ( | _In_ double | ) |
Referenced by _j0(), _j1(), _y0(), _y1(), _yn(), cvt(), format_float(), rpn_exp(), rpn_exp10(), rpn_exp2(), rpn_exp3(), rpn_fact(), rpn_pow_f(), rpn_sqr_f(), run_operator(), and test_finite().
_Check_return_ __MINGW_NOTHROW _CRTIMP int __cdecl _fpclass | ( | _In_ double | ) |
Referenced by _y0(), _y1(), and test_fpclass().
__MINGW_NOTHROW void __cdecl _fpreset | ( | void | ) |
Definition at line 10 of file _fpreset.c.
Referenced by START_TEST(), Test_controlfp(), and Test_exceptions().
_Check_return_ __MINGW_NOTHROW _CRTIMP int __cdecl _isnan | ( | _In_ double | ) |
Referenced by _nextafter(), cvt(), format_float(), ldexp(), rpn_acos(), rpn_acosh(), rpn_asin(), rpn_asinh(), rpn_atan(), rpn_atanh(), rpn_cosh(), rpn_pow_f(), rpn_sinh(), rpn_sqr_f(), rpn_tanh(), test_isnan(), and TRIO_ARGS1().
_Check_return_ __MINGW_NOTHROW _CRTIMP double __cdecl _logb | ( | _In_ double | ) |
_Check_return_ __MINGW_NOTHROW _CRTIMP double __cdecl _nextafter | ( | _In_ double | , |
_In_ double | |||
) |
_Check_return_ __MINGW_NOTHROW _CRTIMP double __cdecl _scalb | ( | _In_ double | , |
_In_ long | |||
) |
Referenced by test_scalb().
Definition at line 11 of file _statusfp.c.
Referenced by _clearfp(), START_TEST(), and Test_exceptions().
__MINGW_NOTHROW void __cdecl fpreset | ( | void | ) |