Home
last modified time | relevance | path

Searched refs:cpu_ctl_env (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/detail/
H A D_machine.h249 struct cpu_ctl_env { struct
264 bool operator!=( const cpu_ctl_env& ctl ) const { argument
287 struct cpu_ctl_env { argument
292 bool operator!=(const cpu_ctl_env& ctl) const {
333 class cpu_ctl_env {
336 cpu_ctl_env() : my_fenv_ptr(NULL) {} in cpu_ctl_env() function
337 ~cpu_ctl_env() { in ~cpu_ctl_env()
347 cpu_ctl_env( const cpu_ctl_env &src ) : my_fenv_ptr(NULL) { in cpu_ctl_env() function
350 cpu_ctl_env& operator=( const cpu_ctl_env &src ) {
357 bool operator!=( const cpu_ctl_env &ctl ) const {
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dharness_fp.h47 inline void __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* fe ) { in __TBB_get_cpu_ctl_env()
51 inline void __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* fe ) { in __TBB_set_cpu_ctl_env()
60 tbb::internal::cpu_ctl_env ctl;
67 tbb::internal::cpu_ctl_env ctl; in SetRoundingMode()
75 tbb::internal::cpu_ctl_env ctl; in GetSseMode()
81 tbb::internal::cpu_ctl_env ctl; in SetSseMode()
100 tbb::internal::cpu_ctl_env ctl;
105 tbb::internal::cpu_ctl_env ctl; in SetRoundingMode()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dharness_fp.h47 inline void __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* fe ) { in __TBB_get_cpu_ctl_env()
51 inline void __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* fe ) { in __TBB_set_cpu_ctl_env()
60 tbb::internal::cpu_ctl_env ctl;
67 tbb::internal::cpu_ctl_env ctl; in SetRoundingMode()
75 tbb::internal::cpu_ctl_env ctl; in GetSseMode()
81 tbb::internal::cpu_ctl_env ctl; in SetSseMode()
100 tbb::internal::cpu_ctl_env ctl;
105 tbb::internal::cpu_ctl_env ctl; in SetRoundingMode()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dharness_fp.h47 inline void __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* fe ) { in __TBB_get_cpu_ctl_env()
51 inline void __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* fe ) { in __TBB_set_cpu_ctl_env()
60 tbb::internal::cpu_ctl_env ctl;
67 tbb::internal::cpu_ctl_env ctl; in SetRoundingMode()
75 tbb::internal::cpu_ctl_env ctl; in GetSseMode()
81 tbb::internal::cpu_ctl_env ctl; in SetSseMode()
100 tbb::internal::cpu_ctl_env ctl;
105 tbb::internal::cpu_ctl_env ctl; in SetRoundingMode()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dtask_group_context.cpp194 internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env)->~cpu_ctl_env(); in ~task_group_context()
218 …__TBB_STATIC_ASSERT( sizeof(cpu_ctl_env) <= sizeof(my_cpu_ctl_env), "FPU settings storage does not… in init()
221 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in init()
222 new ( &ctl ) cpu_ctl_env; in init()
429 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in capture_fp_settings()
431 new ( &ctl ) cpu_ctl_env; in capture_fp_settings()
441 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in copy_fp_settings()
442 cpu_ctl_env &src_ctl = *internal::punned_cast<cpu_ctl_env*>(&src.my_cpu_ctl_env); in copy_fp_settings()
443 new (&ctl) cpu_ctl_env( src_ctl ); in copy_fp_settings()
H A Dscheduler_common.h399 class cpu_ctl_env {
402 cpu_ctl_env() : my_fenv_ptr(NULL) {} in cpu_ctl_env() function
403 ~cpu_ctl_env() { in ~cpu_ctl_env()
413 cpu_ctl_env( const cpu_ctl_env &src ) : my_fenv_ptr(NULL) { in cpu_ctl_env() function
416 cpu_ctl_env& operator=( const cpu_ctl_env &src ) {
423 bool operator!=( const cpu_ctl_env &ctl ) const {
433 const cpu_ctl_env& set_env () const { in set_env()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dtask_group_context.cpp190 internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env)->~cpu_ctl_env(); in ~task_group_context()
222 …__TBB_STATIC_ASSERT( sizeof(cpu_ctl_env) <= sizeof(my_cpu_ctl_env), "FPU settings storage does not… in init()
225 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in init()
226 new ( &ctl ) cpu_ctl_env; in init()
433 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in capture_fp_settings()
435 new ( &ctl ) cpu_ctl_env; in capture_fp_settings()
445 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in copy_fp_settings()
446 cpu_ctl_env &src_ctl = *internal::punned_cast<cpu_ctl_env*>(&src.my_cpu_ctl_env); in copy_fp_settings()
447 new (&ctl) cpu_ctl_env( src_ctl ); in copy_fp_settings()
H A Dscheduler_common.h410 class cpu_ctl_env {
413 cpu_ctl_env() : my_fenv_ptr(NULL) {} in cpu_ctl_env() function
414 ~cpu_ctl_env() { in ~cpu_ctl_env()
424 cpu_ctl_env( const cpu_ctl_env &src ) : my_fenv_ptr(NULL) { in cpu_ctl_env() function
427 cpu_ctl_env& operator=( const cpu_ctl_env &src ) {
434 bool operator!=( const cpu_ctl_env &ctl ) const {
444 const cpu_ctl_env& set_env () const { in set_env()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dtask_group_context.cpp194 internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env)->~cpu_ctl_env(); in ~task_group_context()
218 …__TBB_STATIC_ASSERT( sizeof(cpu_ctl_env) <= sizeof(my_cpu_ctl_env), "FPU settings storage does not… in init()
221 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in init()
222 new ( &ctl ) cpu_ctl_env; in init()
446 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in capture_fp_settings()
448 new ( &ctl ) cpu_ctl_env; in capture_fp_settings()
458 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in copy_fp_settings()
459 cpu_ctl_env &src_ctl = *internal::punned_cast<cpu_ctl_env*>(&src.my_cpu_ctl_env); in copy_fp_settings()
460 new (&ctl) cpu_ctl_env( src_ctl ); in copy_fp_settings()
H A Dscheduler_common.h352 class cpu_ctl_env {
355 cpu_ctl_env() : my_fenv_ptr(NULL) {} in cpu_ctl_env() function
356 ~cpu_ctl_env() { in ~cpu_ctl_env()
366 cpu_ctl_env( const cpu_ctl_env &src ) : my_fenv_ptr(NULL) { in cpu_ctl_env() function
369 cpu_ctl_env& operator=( const cpu_ctl_env &src ) {
376 bool operator!=( const cpu_ctl_env &ctl ) const {
386 const cpu_ctl_env& set_env () const { in set_env()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dtask_group_context.cpp190 internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env)->~cpu_ctl_env(); in ~task_group_context()
222 …__TBB_STATIC_ASSERT( sizeof(cpu_ctl_env) <= sizeof(my_cpu_ctl_env), "FPU settings storage does not… in init()
225 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in init()
226 new ( &ctl ) cpu_ctl_env; in init()
433 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in capture_fp_settings()
435 new ( &ctl ) cpu_ctl_env; in capture_fp_settings()
445 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in copy_fp_settings()
446 cpu_ctl_env &src_ctl = *internal::punned_cast<cpu_ctl_env*>(&src.my_cpu_ctl_env); in copy_fp_settings()
447 new (&ctl) cpu_ctl_env( src_ctl ); in copy_fp_settings()
H A Dscheduler_common.h410 class cpu_ctl_env {
413 cpu_ctl_env() : my_fenv_ptr(NULL) {} in cpu_ctl_env() function
414 ~cpu_ctl_env() { in ~cpu_ctl_env()
424 cpu_ctl_env( const cpu_ctl_env &src ) : my_fenv_ptr(NULL) { in cpu_ctl_env() function
427 cpu_ctl_env& operator=( const cpu_ctl_env &src ) {
434 bool operator!=( const cpu_ctl_env &ctl ) const {
444 const cpu_ctl_env& set_env () const { in set_env()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dtask_group_context.cpp190 internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env)->~cpu_ctl_env(); in ~task_group_context()
222 …__TBB_STATIC_ASSERT( sizeof(cpu_ctl_env) <= sizeof(my_cpu_ctl_env), "FPU settings storage does not… in init()
225 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in init()
226 new ( &ctl ) cpu_ctl_env; in init()
433 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in capture_fp_settings()
435 new ( &ctl ) cpu_ctl_env; in capture_fp_settings()
445 cpu_ctl_env &ctl = *internal::punned_cast<cpu_ctl_env*>(&my_cpu_ctl_env); in copy_fp_settings()
446 cpu_ctl_env &src_ctl = *internal::punned_cast<cpu_ctl_env*>(&src.my_cpu_ctl_env); in copy_fp_settings()
447 new (&ctl) cpu_ctl_env( src_ctl ); in copy_fp_settings()
H A Dscheduler_common.h410 class cpu_ctl_env {
413 cpu_ctl_env() : my_fenv_ptr(NULL) {} in cpu_ctl_env() function
414 ~cpu_ctl_env() { in ~cpu_ctl_env()
424 cpu_ctl_env( const cpu_ctl_env &src ) : my_fenv_ptr(NULL) { in cpu_ctl_env() function
427 cpu_ctl_env& operator=( const cpu_ctl_env &src ) {
434 bool operator!=( const cpu_ctl_env &ctl ) const {
444 const cpu_ctl_env& set_env () const { in set_env()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/machine/
H A Dmsvc_ia32_common.h136 namespace tbb { namespace internal { class cpu_ctl_env; } } variable
138 inline void __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* ctl ) { in __TBB_get_cpu_ctl_env()
145 inline void __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* ctl ) { in __TBB_set_cpu_ctl_env()
154 void __TBB_EXPORTED_FUNC __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* );
155 void __TBB_EXPORTED_FUNC __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* );
161 class cpu_ctl_env {
167 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…
H A Dgcc_ia32_common.h61 class cpu_ctl_env {
67 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…
70 cpu_ctl_env loc_ctl; in get_env()
/dports/devel/onetbb/oneTBB-2021.4.0/test/common/
H A Dfp_control.h50 tbb::detail::d1::cpu_ctl_env ctl;
61 tbb::detail::d1::cpu_ctl_env ctl; in SetRoundingMode()
76 tbb::detail::d1::cpu_ctl_env ctl; in GetSseMode()
82 tbb::detail::d1::cpu_ctl_env ctl; in SetSseMode()
101 tbb::detail::d1::cpu_ctl_env ctl;
106 tbb::detail::d1::cpu_ctl_env ctl; in SetRoundingMode()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dtask_group_context.cpp62 d1::cpu_ctl_env* ctl = reinterpret_cast<d1::cpu_ctl_env*>(&ctx.my_cpu_ctl_env); in destroy()
66 ctl->~cpu_ctl_env(); in destroy()
99 …static_assert(sizeof(d1::cpu_ctl_env) <= sizeof(ctx.my_cpu_ctl_env), "FPU settings storage does no… in initialize()
100 d1::cpu_ctl_env* ctl = new (&ctx.my_cpu_ctl_env) d1::cpu_ctl_env; in initialize()
310 d1::cpu_ctl_env* ctl = reinterpret_cast<d1::cpu_ctl_env*>(&ctx.my_cpu_ctl_env); in capture_fp_settings()
312 ctl = new (&ctx.my_cpu_ctl_env) d1::cpu_ctl_env; in capture_fp_settings()
323 const d1::cpu_ctl_env* src_ctl = reinterpret_cast<const d1::cpu_ctl_env*>(&src.my_cpu_ctl_env); in copy_fp_settings()
324 new (&ctx.my_cpu_ctl_env) d1::cpu_ctl_env(*src_ctl); in copy_fp_settings()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/machine/
H A Dmsvc_ia32_common.h202 namespace tbb { namespace internal { class cpu_ctl_env; } } variable
204 inline void __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* ctl ) { in __TBB_get_cpu_ctl_env()
211 inline void __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* ctl ) { in __TBB_set_cpu_ctl_env()
220 void __TBB_EXPORTED_FUNC __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* );
221 void __TBB_EXPORTED_FUNC __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* );
227 class cpu_ctl_env {
233 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…
H A Dgcc_ia32_common.h70 class cpu_ctl_env {
76 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…
79 cpu_ctl_env loc_ctl; in get_env()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/machine/
H A Dmsvc_ia32_common.h207 namespace tbb { namespace internal { class cpu_ctl_env; } } variable
209 inline void __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* ctl ) { in __TBB_get_cpu_ctl_env()
216 inline void __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* ctl ) { in __TBB_set_cpu_ctl_env()
225 void __TBB_EXPORTED_FUNC __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* );
226 void __TBB_EXPORTED_FUNC __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* );
232 class cpu_ctl_env {
238 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…
H A Dgcc_ia32_common.h73 class cpu_ctl_env {
79 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…
82 cpu_ctl_env loc_ctl; in get_env()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/machine/
H A Dmsvc_ia32_common.h202 namespace tbb { namespace internal { class cpu_ctl_env; } } variable
204 inline void __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* ctl ) { in __TBB_get_cpu_ctl_env()
211 inline void __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* ctl ) { in __TBB_set_cpu_ctl_env()
220 void __TBB_EXPORTED_FUNC __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* );
221 void __TBB_EXPORTED_FUNC __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* );
227 class cpu_ctl_env {
233 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…
H A Dgcc_ia32_common.h70 class cpu_ctl_env {
76 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…
79 cpu_ctl_env loc_ctl; in get_env()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/machine/
H A Dmsvc_ia32_common.h202 namespace tbb { namespace internal { class cpu_ctl_env; } } variable
204 inline void __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* ctl ) { in __TBB_get_cpu_ctl_env()
211 inline void __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* ctl ) { in __TBB_set_cpu_ctl_env()
220 void __TBB_EXPORTED_FUNC __TBB_get_cpu_ctl_env ( tbb::internal::cpu_ctl_env* );
221 void __TBB_EXPORTED_FUNC __TBB_set_cpu_ctl_env ( const tbb::internal::cpu_ctl_env* );
227 class cpu_ctl_env {
233 …bool operator!=( const cpu_ctl_env& ctl ) const { return mxcsr != ctl.mxcsr || x87cw != ctl.x87cw;…

12