Home
last modified time | relevance | path

Searched refs:_MCW_RC (Results 1 – 25 of 97) sorted by relevance

1234

/dports/math/cgal/CGAL-5.3/cmake/modules/config/testfiles/
H A DCGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp30 _controlfp( _RC_UP, _MCW_RC ); in main()
36 _controlfp( 0, _MCW_RC ); in main()
40 unsigned int cw = _controlfp( 0, 0 ) & _MCW_RC; in main()
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DFPEnvironment_WIN32.cpp35 _controlfp(_env, _MCW_RC); in ~FPEnvironmentImpl()
66 _controlfp(mode, _MCW_RC); in setRoundingModeImpl()
72 return RoundingModeImpl(_controlfp(0, 0) & _MCW_RC); in getRoundingModeImpl()
/dports/math/gecode/gecode-0916a1a/gecode/third-party/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
92 { _control87(hard2msvc(mode), _MCW_EM | _MCW_RC ); } in set_rounding_mode()
94 { _control87(hard2msvc(mode), _MCW_EM | _MCW_RC | _MCW_PC | _MCW_IC); }
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_pymath.h138 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
140 __control87_2(new_387controlword, _MCW_PC | _MCW_RC, \
147 __control87_2(old_387controlword, _MCW_PC | _MCW_RC, \
/dports/games/openjk/OpenJK-07675e2/shared/sys/
H A Dsnapvector.cpp47 _controlfp_s(&newcontrol, _RC_NEAR, _MCW_RC); in Sys_SnapVector()
53 _controlfp_s(&newcontrol, oldcontrol, _MCW_RC); in Sys_SnapVector()
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/CGALmini/
H A DFPU.h287 #define CGAL_IA_SETFPCW(CW) _controlfp (CW, _MCW_RC )
288 #define CGAL_IA_GETFPCW(CW) CW = _controlfp (0, 0 ) & _MCW_RC
291 #define CGAL_IA_SETFPCW(CW) unsigned int dummy; _controlfp_s (&dummy, CW, _MCW_RC )
292 #define CGAL_IA_GETFPCW(CW)_controlfp_s (&CW, 0, 0 ); CW &= _MCW_RC
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dharness_fp.h48 fe->x87cw = short(_control87(0, 0) & _MCW_RC) << 2; in __TBB_get_cpu_ctl_env()
52 …ASSERT( (fe->x87cw & FE_RND_MODE_MASK) == ((fe->x87cw & FE_RND_MODE_MASK) >> 2 & _MCW_RC) << 2, "C… in __TBB_set_cpu_ctl_env()
53 _control87( (fe->x87cw & FE_RND_MODE_MASK) >> 6, _MCW_RC ); in __TBB_set_cpu_ctl_env()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dharness_fp.h48 fe->x87cw = short(_control87(0, 0) & _MCW_RC) << 2; in __TBB_get_cpu_ctl_env()
52 …ASSERT( (fe->x87cw & FE_RND_MODE_MASK) == ((fe->x87cw & FE_RND_MODE_MASK) >> 2 & _MCW_RC) << 2, "C… in __TBB_set_cpu_ctl_env()
53 _control87( (fe->x87cw & FE_RND_MODE_MASK) >> 6, _MCW_RC ); in __TBB_set_cpu_ctl_env()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dharness_fp.h48 fe->x87cw = short(_control87(0, 0) & _MCW_RC) << 2; in __TBB_get_cpu_ctl_env()
52 …ASSERT( (fe->x87cw & FE_RND_MODE_MASK) == ((fe->x87cw & FE_RND_MODE_MASK) >> 2 & _MCW_RC) << 2, "C… in __TBB_set_cpu_ctl_env()
53 _control87( (fe->x87cw & FE_RND_MODE_MASK) >> 6, _MCW_RC ); in __TBB_set_cpu_ctl_env()
/dports/biology/lamarc/lamarc-2.1.8/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp60 switch (n & _MCW_RC) { in msvc2hard()
79 { _control87(hard2msvc(mode), _MCW_EM | _MCW_RC | _MCW_PC | _MCW_IC); } in set_rounding_mode()
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
91 { _control87(hard2msvc(mode), _MCW_EM | _MCW_RC | _MCW_PC | _MCW_IC); } in set_rounding_mode()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/numeric/interval/detail/
H A Dmsvc_rounding_control.hpp72 switch (n & _MCW_RC) { in msvc2hard()
93 _MCW_EM | _MCW_RC in set_rounding_mode()

1234