Home
last modified time | relevance | path

Searched refs:my_body (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dparallel_scan.h51 Body my_body;
85 final_sum_type *my_body; variable
110 n->my_body = &f; in create_child()
117 if( my_body ) { in execute()
119 my_left_sum->my_body.reverse_join( my_incoming->my_body ); in execute()
157 ((*my_sum)->my_body).reverse_join(my_result.my_left_sum->my_body); in execute()
200 my_body(parent_.my_body), in start_scan()
213 my_body(&body_), in start_scan()
261 p->my_right_zombie = my_body = new( allocate_root() ) final_sum_type(my_body->my_body); in execute()
267 (my_body->my_body)( my_range, final_scan_tag() ); in execute()
[all …]
H A Dparallel_while.h42 const Body& my_body; variable
45 my_body(my_value); in execute()
49 my_body(body), my_value(value) in while_iteration_task()
61 const Body& my_body; variable
64 while_group_task( const Body& body ) : my_body(body), size(0) {} in while_group_task()
90 const Body& my_body; variable
113 my_body(body), in while_task()
132 parallel_while() : my_body(NULL), my_barrier(NULL) {} in parallel_while()
157 const Body* my_body;
166 my_body = &body; in run()
[all …]
H A Dparallel_reduce.h53 Body* my_body; variable
58 my_body(NULL) in finish_reduce()
88 Body* my_body; variable
103 my_body(body), in start_reduce()
112 my_body(parent_.my_body), in start_reduce()
123 my_body(parent_.my_body), in start_reduce()
187 my_body = new( parent_ptr->zombie_space.begin() ) Body(*my_body,split()); in execute()
195 itt_store_word_with_release(parent_ptr->my_body, my_body ); in execute()
225 Body &my_body; variable
231 my_body( body ), in start_deterministic_reduce()
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dparallel_scan.h52 Body my_body;
86 final_sum_type *my_body; variable
119 if( my_body ) { in execute()
121 my_left_sum->my_body.reverse_join( my_incoming->my_body ); in execute()
127 my_body = NULL; in execute()
159 ((*my_sum)->my_body).reverse_join(my_result.my_left_sum->my_body); in execute()
202 my_body(parent_.my_body), in start_scan()
215 my_body(&body_), in start_scan()
263 p->my_right_zombie = my_body = new( allocate_root() ) final_sum_type(my_body->my_body); in execute()
269 (my_body->my_body)( my_range, final_scan_tag() ); in execute()
[all …]
H A Dparallel_while.h41 const Body& my_body; variable
44 my_body(my_value); in execute()
48 my_body(body), my_value(value) in while_iteration_task()
60 const Body& my_body; variable
63 while_group_task( const Body& body ) : my_body(body), size(0) {} in while_group_task()
89 const Body& my_body; variable
112 my_body(body), in while_task()
131 parallel_while() : my_body(NULL), my_barrier(NULL) {} in parallel_while()
156 const Body* my_body;
165 my_body = &body; in run()
[all …]
H A Dparallel_reduce.h52 Body* my_body; variable
57 my_body(NULL) in finish_reduce()
68 my_body->join( *s ); in execute()
87 Body* my_body; variable
102 my_body(body), in start_reduce()
111 my_body(parent_.my_body), in start_reduce()
122 my_body(parent_.my_body), in start_reduce()
186 my_body = new( parent_ptr->zombie_space.begin() ) Body(*my_body,split()); in execute()
194 itt_store_word_with_release(parent_ptr->my_body, my_body ); in execute()
224 Body &my_body; variable
[all …]
H A Dpipeline.h430 const Body& my_body; variable
449 …concrete_filter(tbb::filter::mode filter_mode, const Body& body) : filter(filter_mode), my_body(bo… in concrete_filter()
455 const Body& my_body; variable
461 u_pointer output_u = u_helper::create_token(my_body(control)); in operator()
473 my_body(body) in concrete_filter()
480 const Body& my_body; variable
486 my_body(tbb::internal::move(t_helper::token(temp_input))); in operator()
496 …concrete_filter(tbb::filter::mode filter_mode, const Body& body) : filter(filter_mode), my_body(bo… in concrete_filter()
501 const Body& my_body; variable
505 my_body(control); in operator()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dparallel_scan.h53 Body my_body;
87 final_sum_type *my_body; variable
120 if( my_body ) { in execute()
122 my_left_sum->my_body.reverse_join( my_incoming->my_body ); in execute()
128 my_body = NULL; in execute()
160 ((*my_sum)->my_body).reverse_join(my_result.my_left_sum->my_body); in execute()
203 my_body(parent_.my_body), in start_scan()
216 my_body(&body_), in start_scan()
264 p->my_right_zombie = my_body = new( allocate_root() ) final_sum_type(my_body->my_body); in execute()
270 (my_body->my_body)( my_range, final_scan_tag() ); in execute()
[all …]
H A Dparallel_while.h42 const Body& my_body; variable
45 my_body(my_value); in execute()
49 my_body(body), my_value(value) in while_iteration_task()
61 const Body& my_body; variable
64 while_group_task( const Body& body ) : my_body(body), size(0) {} in while_group_task()
90 const Body& my_body; variable
113 my_body(body), in while_task()
132 parallel_while() : my_body(NULL), my_barrier(NULL) {} in parallel_while()
157 const Body* my_body;
166 my_body = &body; in run()
[all …]
H A Dparallel_reduce.h53 Body* my_body; variable
58 my_body(NULL) in finish_reduce()
69 my_body->join( *s ); in execute()
88 Body* my_body; variable
103 my_body(body), in start_reduce()
112 my_body(parent_.my_body), in start_reduce()
123 my_body(parent_.my_body), in start_reduce()
187 my_body = new( parent_ptr->zombie_space.begin() ) Body(*my_body,split()); in execute()
195 itt_store_word_with_release(parent_ptr->my_body, my_body ); in execute()
225 Body &my_body; variable
[all …]
H A Dpipeline.h409 const Body& my_body;
417 u_pointer output_u = u_helper::create_token(my_body(t_helper::token(temp_input)));
428 …concrete_filter(tbb::filter::mode filter_mode, const Body& body) : filter(filter_mode), my_body(bo…
434 const Body& my_body;
440 u_pointer output_u = u_helper::create_token(my_body(control));
452 my_body(body)
458 const Body& my_body;
464 my_body(t_helper::token(temp_input));
479 const Body& my_body;
484 my_body(control);
[all …]
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dparallel_scan.h52 Body my_body;
86 final_sum_type *my_body; variable
119 if( my_body ) { in execute()
121 my_left_sum->my_body.reverse_join( my_incoming->my_body ); in execute()
127 my_body = NULL; in execute()
159 ((*my_sum)->my_body).reverse_join(my_result.my_left_sum->my_body); in execute()
202 my_body(parent_.my_body), in start_scan()
215 my_body(&body_), in start_scan()
263 p->my_right_zombie = my_body = new( allocate_root() ) final_sum_type(my_body->my_body); in execute()
269 (my_body->my_body)( my_range, final_scan_tag() ); in execute()
[all …]
H A Dparallel_while.h41 const Body& my_body; variable
44 my_body(my_value); in execute()
48 my_body(body), my_value(value) in while_iteration_task()
60 const Body& my_body; variable
63 while_group_task( const Body& body ) : my_body(body), size(0) {} in while_group_task()
89 const Body& my_body; variable
112 my_body(body), in while_task()
131 parallel_while() : my_body(NULL), my_barrier(NULL) {} in parallel_while()
156 const Body* my_body;
165 my_body = &body; in run()
[all …]
H A Dparallel_reduce.h52 Body* my_body; variable
57 my_body(NULL) in finish_reduce()
68 my_body->join( *s ); in execute()
87 Body* my_body; variable
102 my_body(body), in start_reduce()
111 my_body(parent_.my_body), in start_reduce()
122 my_body(parent_.my_body), in start_reduce()
186 my_body = new( parent_ptr->zombie_space.begin() ) Body(*my_body,split()); in execute()
194 itt_store_word_with_release(parent_ptr->my_body, my_body ); in execute()
224 Body &my_body; variable
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dparallel_scan.h52 Body my_body;
86 final_sum_type *my_body; variable
119 if( my_body ) { in execute()
121 my_left_sum->my_body.reverse_join( my_incoming->my_body ); in execute()
127 my_body = NULL; in execute()
159 ((*my_sum)->my_body).reverse_join(my_result.my_left_sum->my_body); in execute()
202 my_body(parent_.my_body), in start_scan()
215 my_body(&body_), in start_scan()
263 p->my_right_zombie = my_body = new( allocate_root() ) final_sum_type(my_body->my_body); in execute()
269 (my_body->my_body)( my_range, final_scan_tag() ); in execute()
[all …]
H A Dparallel_while.h41 const Body& my_body; variable
44 my_body(my_value); in execute()
48 my_body(body), my_value(value) in while_iteration_task()
60 const Body& my_body; variable
63 while_group_task( const Body& body ) : my_body(body), size(0) {} in while_group_task()
89 const Body& my_body; variable
112 my_body(body), in while_task()
131 parallel_while() : my_body(NULL), my_barrier(NULL) {} in parallel_while()
156 const Body* my_body;
165 my_body = &body; in run()
[all …]
H A Dparallel_reduce.h52 Body* my_body; variable
57 my_body(NULL) in finish_reduce()
68 my_body->join( *s ); in execute()
87 Body* my_body; variable
102 my_body(body), in start_reduce()
111 my_body(parent_.my_body), in start_reduce()
122 my_body(parent_.my_body), in start_reduce()
186 my_body = new( parent_ptr->zombie_space.begin() ) Body(*my_body,split()); in execute()
194 itt_store_word_with_release(parent_ptr->my_body, my_body ); in execute()
224 Body &my_body; variable
[all …]
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/internal/
H A D_flow_graph_node_impl.h418 my_body( src.my_body->clone() ) { in base_type()
422 delete my_body; in ~function_input() local
436 output_type v = (*my_body)(i); in apply_body_impl_bypass()
437 tbb::internal::fgt_end_body( my_body ); in apply_body_impl_bypass()
517 my_body( src.my_body->clone() ) {
521 delete my_body;
534 (*my_body)(i, my_output_ports);
535 tbb::internal::fgt_end_body( my_body );
604 my_graph_ptr(src.my_graph_ptr), my_body( src.my_body->clone() ) {}
607 delete my_body;
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h376 delete my_body; in ~function_input() local
391 fgt_end_body( my_body ); in apply_body_impl()
432 delete my_body; in reset_function_input() local
433 my_body = tmp; in reset_function_input()
437 function_body_type *my_body; variable
509 delete my_body;
542 delete my_body;
543 my_body = tmp;
624 delete my_body;
638 delete my_body;
[all …]
H A D_pipeline_filters.h228 const Body& my_body;
247 concrete_filter(unsigned int m, const Body& body) : base_filter(m), my_body(body) {}
253 const Body& my_body;
259 output_pointer temp_output = output_helper::create_token(my_body(control));
271 my_body(body)
278 const Body& my_body;
284 my_body(std::move(input_helper::token(temp_input)));
299 const Body& my_body;
303 my_body(control);
435 const Body my_body;
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/internal/
H A D_flow_graph_node_impl.h430 delete my_body; in ~function_input() local
460 delete my_body; in reset_function_input() local
461 my_body = tmp; in reset_function_input()
465 function_body_type *my_body; variable
543 delete my_body;
577 delete my_body;
578 my_body = tmp;
654 delete my_body;
668 delete my_body;
669 my_body = tmp;
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/internal/
H A D_flow_graph_node_impl.h448 delete my_body; in ~function_input() local
512 delete my_body; in reset_function_input() local
513 my_body = tmp; in reset_function_input()
517 function_body_type *my_body; variable
667 delete my_body;
705 delete my_body;
706 my_body = tmp;
787 delete my_body;
801 delete my_body;
802 my_body = tmp;
[all …]
/dports/devel/tbb/oneTBB-2020.3/include/tbb/internal/
H A D_flow_graph_node_impl.h448 delete my_body; in ~function_input() local
512 delete my_body; in reset_function_input() local
513 my_body = tmp; in reset_function_input()
517 function_body_type *my_body; variable
667 delete my_body;
705 delete my_body;
706 my_body = tmp;
787 delete my_body;
801 delete my_body;
802 my_body = tmp;
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/internal/
H A D_flow_graph_node_impl.h448 delete my_body; in ~function_input() local
512 delete my_body; in reset_function_input() local
513 my_body = tmp; in reset_function_input()
517 function_body_type *my_body; variable
667 delete my_body;
705 delete my_body;
706 my_body = tmp;
787 delete my_body;
801 delete my_body;
802 my_body = tmp;
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChForce.cpp175 ChBody* my_body; in UpdateState() local
181 my_body = GetBody(); in UpdateState()
196 vrelpoint = my_body->Point_World2Body(vpoint); // Uo1 = [A]'(Uw-Xo1) in UpdateState()
200 vpoint = my_body->Point_Body2World(vrelpoint); // Uw = Xo1+[A]Uo1 in UpdateState()
219 vreldir = my_body->TransformDirectionParentToLocal(vdir); in UpdateState()
224 vdir = my_body->TransformDirectionLocalToParent(vreldir); in UpdateState()
226 xyzforce = my_body->TransformDirectionLocalToParent(xyzforce); in UpdateState()
232 relforce = my_body->TransformDirectionParentToLocal(force); // Fo1 = [A]'Fw in UpdateState()
247 ChGlMatrix34<> mGl(my_body->GetCoord().rot); in UpdateState()
261 ChGlMatrix34<> mGl(my_body->GetCoord().rot); in UpdateState()

1234567