Home
last modified time | relevance | path

Searched refs:my_last (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/portals4/
H A Dptl_pack_byte.c20 MPI_Aint my_last; in MPI_nem_ptl_pack_byte() local
45 my_last = last; in MPI_nem_ptl_pack_byte()
48 if (my_last == last) in MPI_nem_ptl_pack_byte()
54 bytes = last - my_last; in MPI_nem_ptl_pack_byte()
57 first = my_last; in MPI_nem_ptl_pack_byte()
60 MPIU_Assert(my_last - first); in MPI_nem_ptl_pack_byte()
88 MPI_Aint my_last; in MPID_nem_ptl_unpack_byte() local
113 first = my_last; in MPID_nem_ptl_unpack_byte()
121 my_last = last; in MPID_nem_ptl_unpack_byte()
124 if (my_last == last) in MPID_nem_ptl_unpack_byte()
[all …]
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dmailbox.h95 proxy_ptr* __TBB_atomic my_last; variable
117 …if( as_atomic(my_last).compare_and_swap(&my_first,&first->next_in_mailbox) == &first->next_in_mail… in internal_pop()
139 … proxy_ptr * const link = (proxy_ptr *)__TBB_FetchAndStoreW(&my_last,(intptr_t)&t.next_in_mailbox); in push()
157 __TBB_ASSERT( !my_last, NULL ); in construct()
159 my_last=&my_first; in construct()
H A Dparallel_do.h279 my_first(first), my_last(last), my_feeder(feeder)
284 Iterator my_last;
312 while( !(my_first == my_last) ) {
316 if ( !(my_first == my_last) )
337 while( !(my_first==my_last) ) {
340 if ( !(my_first==my_last) )
354 size_t k = static_cast<size_t>(my_last-my_first);
359 … do_task_iter& b = *new( c.allocate_child() ) do_task_iter(middle, my_last, my_feeder);
362 my_last = middle;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dmailbox.h88 proxy_ptr* __TBB_atomic my_last; variable
125 …if ( as_atomic( my_last ).compare_and_swap( prev_ptr, &curr->next_in_mailbox ) == &curr->next_in_m… in internal_pop()
153 …proxy_ptr * const link = (proxy_ptr *)__TBB_FetchAndStoreW(&my_last,(intptr_t)&t->next_in_mailbox); in push()
172 __TBB_ASSERT( !my_last, NULL ); in construct()
174 my_last=&my_first; in construct()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dmailbox.h92 proxy_ptr* __TBB_atomic my_last; variable
125 …if ( as_atomic( my_last ).compare_and_swap( prev_ptr, &curr->next_in_mailbox ) == &curr->next_in_m… in internal_pop()
147 …proxy_ptr * const link = (proxy_ptr *)__TBB_FetchAndStoreW(&my_last,(intptr_t)&t->next_in_mailbox); in push()
165 __TBB_ASSERT( !my_last, NULL ); in construct()
167 my_last=&my_first; in construct()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dmailbox.h88 proxy_ptr* __TBB_atomic my_last; variable
125 …if ( as_atomic( my_last ).compare_and_swap( prev_ptr, &curr->next_in_mailbox ) == &curr->next_in_m… in internal_pop()
153 …proxy_ptr * const link = (proxy_ptr *)__TBB_FetchAndStoreW(&my_last,(intptr_t)&t->next_in_mailbox); in push()
172 __TBB_ASSERT( !my_last, NULL ); in construct()
174 my_last=&my_first; in construct()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dmailbox.h88 proxy_ptr* __TBB_atomic my_last; variable
125 …if ( as_atomic( my_last ).compare_and_swap( prev_ptr, &curr->next_in_mailbox ) == &curr->next_in_m… in internal_pop()
153 …proxy_ptr * const link = (proxy_ptr *)__TBB_FetchAndStoreW(&my_last,(intptr_t)&t->next_in_mailbox); in push()
172 __TBB_ASSERT( !my_last, NULL ); in construct()
174 my_last=&my_first; in construct()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dmailbox.h104 std::atomic<atomic_proxy_ptr*> my_last; variable
139 if ( my_last.compare_exchange_strong( expected, prev_ptr ) ) { in internal_pop()
162 atomic_proxy_ptr* const link = my_last.exchange(&t->next_in_mailbox); in push()
182 __TBB_ASSERT( !my_last.load(std::memory_order_relaxed), nullptr ); in construct()
184 my_last = &my_first; in construct()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/api/
H A Dwindow.hpp169 std::vector<Input> my_last; in Execute() local
170 my_last.reserve(window_size_ - 1); in Execute()
173 window_.move_to(&my_last); in Execute()
177 context_.net.Predecessor(window_size_ - 1, my_last); in Execute()
416 std::vector<Input> my_last; in Execute() local
417 my_last.reserve(window_size_ - 1); in Execute()
420 window_.move_to(&my_last); in Execute()
424 context_.net.Predecessor(window_size_ - 1, my_last); in Execute()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dparallel_do.h304 my_first(first), my_last(last), my_feeder(feeder) in do_task_iter()
309 Iterator my_last; variable
337 while( !(my_first == my_last) ) { in run_for_input_iterator()
342 if ( !(my_first == my_last) ) in run_for_input_iterator()
363 while( !(my_first==my_last) ) { in run_for_forward_iterator()
366 if ( !(my_first==my_last) ) in run_for_forward_iterator()
380 size_t k = static_cast<size_t>(my_last-my_first); in run_for_random_access_iterator()
385 … do_task_iter& b = *new( c.allocate_child() ) do_task_iter(middle, my_last, my_feeder); in run_for_random_access_iterator()
388 my_last = middle; in run_for_random_access_iterator()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dparallel_do.h305 my_first(first), my_last(last), my_feeder(feeder) in do_task_iter()
310 Iterator my_last; variable
338 while( !(my_first == my_last) ) { in run_for_input_iterator()
343 if ( !(my_first == my_last) ) in run_for_input_iterator()
364 while( !(my_first==my_last) ) { in run_for_forward_iterator()
367 if ( !(my_first==my_last) ) in run_for_forward_iterator()
381 size_t k = static_cast<size_t>(my_last-my_first); in run_for_random_access_iterator()
386 … do_task_iter& b = *new( c.allocate_child() ) do_task_iter(middle, my_last, my_feeder); in run_for_random_access_iterator()
389 my_last = middle; in run_for_random_access_iterator()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dparallel_do.h304 my_first(first), my_last(last), my_feeder(feeder) in do_task_iter()
309 Iterator my_last; variable
337 while( !(my_first == my_last) ) { in run_for_input_iterator()
342 if ( !(my_first == my_last) ) in run_for_input_iterator()
363 while( !(my_first==my_last) ) { in run_for_forward_iterator()
366 if ( !(my_first==my_last) ) in run_for_forward_iterator()
380 size_t k = static_cast<size_t>(my_last-my_first); in run_for_random_access_iterator()
385 … do_task_iter& b = *new( c.allocate_child() ) do_task_iter(middle, my_last, my_feeder); in run_for_random_access_iterator()
388 my_last = middle; in run_for_random_access_iterator()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dparallel_do.h304 my_first(first), my_last(last), my_feeder(feeder) in do_task_iter()
309 Iterator my_last; variable
337 while( !(my_first == my_last) ) { in run_for_input_iterator()
342 if ( !(my_first == my_last) ) in run_for_input_iterator()
363 while( !(my_first==my_last) ) { in run_for_forward_iterator()
366 if ( !(my_first==my_last) ) in run_for_forward_iterator()
380 size_t k = static_cast<size_t>(my_last-my_first); in run_for_random_access_iterator()
385 … do_task_iter& b = *new( c.allocate_child() ) do_task_iter(middle, my_last, my_feeder); in run_for_random_access_iterator()
388 my_last = middle; in run_for_random_access_iterator()
/dports/lang/opencoarrays/OpenCoarrays-2.9.0/src/tests/unit/collectives/
H A Dco_sum.F9067 associate(n=>resolution,my_first=>points_per_image*(me-1)+1,my_last=>points_per_image*me)
68 pi = sum([ (four/(one+((i-half)/n)**2),i=my_first,my_last) ])/n
/dports/devel/thrust/thrust-1.9.5/thrust/system/tbb/detail/
H A Dreduce_intervals.h71 RandomAccessIterator1 my_last = first + offset_to_last; in operator() local
76 …thrust::reduce(thrust::seq, my_first + 1, my_last, sum_type(thrust::raw_reference_cast(*my_first))… in operator()
/dports/science/colt/colt/src/cern/jet/random/
H A DPoisson.java54 protected double my_last = -1.0; field in Poisson
177 if (my != my_last) { // set-up in nextInt()
178 my_last = my; in nextInt()
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dparallel_for_each.h451 … : my_first(first), my_last(last), my_wait_context(w_context), my_execution_context(e_context),
463 Iterator my_last;
483 if (this->my_first == this->my_last) {
495 …for (; !(this->my_first == this->my_last) && block_handling_task->my_size < block_handling_type::m…
520 if (this->my_first == this->my_last) {
527 …for (; !(this->my_first == this->my_last) && block_size < block_handling_type::max_block_size; ++t…
556 tbb::blocked_range<std::size_t>(0, std::distance(this->my_first, this->my_last)),
/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A Drandpoisson.cc125 static double my_last = -1.0; in pprsc() local
132 if (my != my_last) in pprsc()
134 my_last = my; in pprsc()
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/lib/Finance/Quote/
H A DTradeville.pm54 my ($my_date, $my_last, $my_p_change, $my_volume, $my_open, $my_price);
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_mo_io.F1020 … LOGICAL :: ionode, my_last, p_cart, p_eval, p_evec, & local
1049 my_last = last
1051 my_last = .FALSE.
1104 IF (my_last) THEN
1161 IF (my_last) THEN
1174 IF (my_last) THEN
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_mo_io.F1020 … LOGICAL :: ionode, my_last, p_cart, p_eval, p_evec, & local
1049 my_last = last
1051 my_last = .FALSE.
1104 IF (my_last) THEN
1161 IF (my_last) THEN
1174 IF (my_last) THEN
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/input/
H A Dcp_output_handling.F602 LOGICAL :: my_last local
604 my_last = .FALSE.
606 IF (PRESENT(last)) my_last = last
622 iteration_info%last_iter(iteration_info%n_rlevel) = my_last
/dports/science/cp2k-data/cp2k-7.1.0/src/input/
H A Dcp_output_handling.F602 LOGICAL :: my_last local
604 my_last = .FALSE.
606 IF (PRESENT(last)) my_last = last
622 iteration_info%last_iter(iteration_info%n_rlevel) = my_last
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/
H A Dprocess_c_task.c721 int my_first, my_last; in create_subtasks() local
819 my_last = imin(new_last, cl->proc_W_end); in create_subtasks()
820 if ( my_first == my_last ) { in create_subtasks()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DLWOAnimation.cpp141 const double my_last = (*it).keys.back().time; in UpdateAnimRangeSetup() local
143 const double delta = my_last-my_first; in UpdateAnimRangeSetup()

12