Home
last modified time | relevance | path

Searched refs:wpos_ (Results 1 – 11 of 11) sorted by relevance

/dports/math/fxt/fxt/src/ds/
H A Dqueue.h21 ulong wpos_; // next position to write in buffer variable
34 wpos_ = 0;
54 x_[wpos_] = z; in push()
55 ++wpos_; in push()
56 if ( wpos_>=s_ ) wpos_ = 0; in push()
94 wpos_ = s_; in grow()
H A Dringbuffer.h19 ulong wpos_; // next position to write in buffer variable
31 wpos_ = 0; in ringbuffer()
41 x_[wpos_] = z; in insert()
42 if ( ++wpos_>=s_ ) wpos_ = 0; in insert()
44 else fpos_ = wpos_; in insert()
/dports/devel/boost-docs/boost_1_72_0/boost/histogram/detail/
H A Dargument_traits.hpp65 static constexpr int wpos_ = (weight_ < size_ ? static_cast<int>(weight_) : -1); member
73 wpos_, spos_, typename sample_args_impl<spos_, list_>::type>;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/histogram/detail/
H A Dargument_traits.hpp65 static constexpr int wpos_ = (weight_ < size_ ? static_cast<int>(weight_) : -1); member
73 wpos_, spos_, typename sample_args_impl<spos_, list_>::type>;
/dports/devel/boost-libs/boost_1_72_0/boost/histogram/detail/
H A Dargument_traits.hpp65 static constexpr int wpos_ = (weight_ < size_ ? static_cast<int>(weight_) : -1); member
73 wpos_, spos_, typename sample_args_impl<spos_, list_>::type>;
/dports/devel/boost-python-libs/boost_1_72_0/boost/histogram/detail/
H A Dargument_traits.hpp65 static constexpr int wpos_ = (weight_ < size_ ? static_cast<int>(weight_) : -1); member
73 wpos_, spos_, typename sample_args_impl<spos_, list_>::type>;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/histogram/detail/
H A Dargument_traits.hpp65 static constexpr int wpos_ = (weight_ < size_ ? static_cast<int>(weight_) : -1); member
73 wpos_, spos_, typename sample_args_impl<spos_, list_>::type>;
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/detail/
H A Dargument_traits.hpp65 static constexpr int wpos_ = (weight_ < size_ ? static_cast<int>(weight_) : -1); member
73 wpos_, spos_, typename sample_args_impl<spos_, list_>::type>;
/dports/math/fxt/fxt/demo/ds/
H A Dqueue-demo.cc21 ulong s = f.rpos_, e = f.wpos_; in clear_unused()
54 cout << " w=" << setw(1) << f.wpos_; in print_queue()
H A Dringbuffer-demo.cc30 cout << " r=" << setw(1) << R.wpos_; in print_ringbuffer()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h8018 #define cave_midx_debug(wpos_, cy, cx, midx) { \ argument
8021 …if ((wpos_)->wx != Players[-(midx)]->wpos.wx) { s_printf("MIDX_DEBUG: wrong wpos wx (%d : %d) (%s:…
8022 …if ((wpos_)->wy != Players[-(midx)]->wpos.wy) { s_printf("MIDX_DEBUG: wrong wpos wy (%d : %d) (%s:…
8023 …if ((wpos_)->wz != Players[-(midx)]->wpos.wz) { s_printf("MIDX_DEBUG: wrong wpos wz (%d : %d) (%s:…