Home
last modified time | relevance | path

Searched refs:_control87 (Results 1 – 21 of 21) sorted by relevance

/reactos/sdk/lib/crt/string/
H A Dwinesup.c82 fpcontrol = _control87(0, 0); in _internal_handle_float()
83 _control87(_EM_DENORMAL|_EM_INVALID|_EM_ZERODIVIDE in _internal_handle_float()
102 _control87(fpcontrol, 0xffffffff); in _internal_handle_float()
H A Dwinesup.h21 #define _control87 __control87 macro
H A Dscanf.h414 fpcontrol = _control87(0, 0);
415 _control87(MSVCRT__EM_DENORMAL|MSVCRT__EM_INVALID|MSVCRT__EM_ZERODIVIDE
432 _control87(fpcontrol, 0xffffffff);
/reactos/sdk/lib/crt/float/arm/
H A D_controlfp.c13 return _control87(newval, mask & ~_EM_DENORMAL); in _controlfp()
16 unsigned int CDECL _control87(unsigned int newval, unsigned int mask) in _control87() function
/reactos/sdk/lib/crt/float/i386/
H A Dcntrlfp.c37 return _control87( newval, mask & ~_EM_DENORMAL ); in _controlfp()
43 unsigned int CDECL _control87(unsigned int newval, unsigned int mask) in _control87() function
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dlimits_test.cpp32 unsigned int _float_control_word = _control87(0, 0);
33 _control87(PC_64|MCW_EM|IC_AFFINE, MCW_PC|MCW_EM|MCW_IC);
40 _control87(_float_control_word, MCW_PC|MCW_EM|MCW_IC);
H A Dnum_facets_test.cpp118 unsigned int _float_control_word = _control87(0, 0); in _num_put_get()
119 _control87(EM_INVALID|EM_INEXACT, MCW_EM); in _num_put_get()
123 _control87(_float_control_word, MCW_EM); in _num_put_get()
H A Dnum_put_get_test.cpp28 unsigned int _float_control_word = _control87(0, 0);
29 _control87(PC_64|MCW_EM|IC_AFFINE, MCW_PC|MCW_EM|MCW_IC);
42 _control87(_float_control_word, MCW_PC|MCW_EM|MCW_IC);
/reactos/sdk/lib/crt/float/amd64/
H A D_controlfp.c12 return _control87(newval, mask & ~_EM_DENORMAL); in _controlfp()
H A D_control87.c16 unsigned int __cdecl _control87(unsigned int newval, unsigned int mask) in _control87() function
/reactos/modules/rostests/apitests/crt/
H A Dfpcontrol.c128 fpcw = _control87(0, 0xffffffff); in Test_control87()
198 _control87(g_exception_Testcases[i].Fpcw, 0xffffffff); in Test_exceptions()
H A Dcrtdll_crt_apitest.cmake59 # _control87.c
/reactos/sdk/lib/crt/float/
H A Dfloat.cmake28 float/amd64/_control87.c
/reactos/sdk/include/crt/
H A Dfloat.h133 _control87(
/reactos/modules/rostests/apitests/compiler/ms/seh/
H A Dxcpt4u.c2771 _control87(_control87(0, 0) & ~EM_OVERFLOW, _MCW_EM); in main()
2800 _control87(_control87(0, 0) | EM_OVERFLOW, 0xfffff); in main()
/reactos/modules/rostests/winetests/msvcrt/
H A Dmsvcrt.h250 extern unsigned int __cdecl _control87(unsigned int, unsigned int);
/reactos/dll/win32/crtdll/
H A Dcrtdll.spec62 @ cdecl _control87(long long)
/reactos/sdk/lib/crt/wine/
H A Dmsvcrt.h388 extern unsigned int __cdecl _control87(unsigned int, unsigned int);
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.spec547 @ cdecl -arch=i386,x86_64 _control87(long long)
/reactos/dll/win32/msvcrt40/
H A Dmsvcrt40.spec599 @ cdecl -arch=i386,x86_64 _control87(long long)
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec424 @ cdecl -arch=i386,x86_64 _control87(long long)