/third_party/boost/boost/mpl/vector/aux_/ |
D | numbered.hpp | 25 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 29 # define AUX778076_VECTOR_TAIL(vector, i_, T) \ argument 30 BOOST_PP_CAT(vector,i_)< \ 31 BOOST_PP_ENUM_PARAMS(i_, T) \ 35 #if i_ > 0 37 BOOST_PP_ENUM_PARAMS(i_, typename T) 39 struct BOOST_PP_CAT(vector,i_) in BOOST_PP_CAT() argument 41 BOOST_PP_CAT(T,BOOST_PP_DEC(i_)) in BOOST_PP_CAT() 42 , AUX778076_VECTOR_TAIL(vector,BOOST_PP_DEC(i_),T) in BOOST_PP_CAT() 45 typedef BOOST_PP_CAT(vector,i_) type; in BOOST_PP_CAT() [all …]
|
D | numbered_c.hpp | 25 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 29 # define AUX778076_VECTOR_TAIL(vector, i_, C) \ argument 30 BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c)<T \ 31 BOOST_PP_COMMA_IF(i_) BOOST_PP_ENUM_PARAMS(i_, C) \ 35 #if i_ > 0 38 , BOOST_PP_ENUM_PARAMS(i_, T C) 40 struct BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) in BOOST_PP_CAT() argument 42 integral_c<T,BOOST_PP_CAT(C,BOOST_PP_DEC(i_))> in BOOST_PP_CAT() 43 , AUX778076_VECTOR_TAIL(vector,BOOST_PP_DEC(i_),C) in BOOST_PP_CAT() 46 typedef BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) type; in BOOST_PP_CAT() [all …]
|
/third_party/boost/libs/chrono/example/ |
D | saturating.cpp | 62 int_type i_; member in User2::saturate 70 saturate() : i_(nan) {} in saturate() 71 explicit saturate(int_type i) : i_(i) {} in saturate() 81 saturate operator- () const {return saturate(-i_);} in operator -() 95 if (x.i_ == nan || y.i_ == nan) in operator ==() 97 return x.i_ == y.i_; in operator ==() 104 if (x.i_ == nan || y.i_ == nan) in operator <() 106 return x.i_ < y.i_; in operator <() 111 if (x.i_ == nan || y.i_ == nan) in operator <=() 113 return x.i_ <= y.i_; in operator <=() [all …]
|
D | time2_demo.cpp | 444 int_type i_; member in User2::saturate 452 saturate() : i_(nan) {} in saturate() 453 explicit saturate(int_type i) : i_(i) {} in saturate() 463 saturate operator- () const {return saturate(-i_);} in operator -() 477 if (x.i_ == nan || y.i_ == nan) in operator ==() 479 return x.i_ == y.i_; in operator ==() 486 if (x.i_ == nan || y.i_ == nan) in operator <() 488 return x.i_ < y.i_; in operator <() 493 if (x.i_ == nan || y.i_ == nan) in operator <=() 495 return x.i_ <= y.i_; in operator <=() [all …]
|
/third_party/boost/boost/mpl/ |
D | apply_wrap.hpp | 87 # define i_ BOOST_PP_FRAME_ITERATION(1) macro 92 #define AUX778076_MSVC_DTW_NAME BOOST_PP_CAT(msvc_apply,i_) 94 #define AUX778076_MSVC_DTW_ARITY i_ 98 typename F BOOST_PP_COMMA_IF(i_) AUX778076_APPLY_WRAP_PARAMS(i_, typename T) 100 struct BOOST_PP_CAT(apply_wrap,i_) in BOOST_PP_CAT() argument 103 typedef typename BOOST_PP_CAT(msvc_apply,i_)<F>::template result_< in BOOST_PP_CAT() 104 AUX778076_APPLY_WRAP_PARAMS(i_, T) in BOOST_PP_CAT() 112 int N, typename F BOOST_PP_COMMA_IF(i_) AUX778076_APPLY_WRAP_PARAMS(i_, typename T) 114 struct BOOST_PP_CAT(apply_wrap_impl,i_); 117 (3,(0, BOOST_MPL_LIMIT_METAFUNCTION_ARITY - i_, <boost/mpl/apply_wrap.hpp>)) [all …]
|
D | apply.hpp | 143 # define i_ BOOST_PP_FRAME_ITERATION(1) macro 146 typename F AUX778076_APPLY_N_COMMA_PARAMS(i_, typename T) 148 struct BOOST_PP_CAT(apply,i_) argument 150 : BOOST_PP_CAT(apply_wrap,i_)< 152 AUX778076_APPLY_N_COMMA_PARAMS(i_, T) 157 typedef typename BOOST_PP_CAT(apply_wrap,i_)< 159 AUX778076_APPLY_N_COMMA_PARAMS(i_, T) 163 BOOST_PP_INC(i_) 164 , BOOST_PP_CAT(apply,i_) 165 , (F AUX778076_APPLY_N_COMMA_PARAMS(i_,T)) [all …]
|
D | bind.hpp | 369 # define i_ BOOST_PP_FRAME_ITERATION(1) macro 374 template< template< BOOST_MPL_PP_PARAMS(i_, typename T) > class F, typename Tag > 375 struct BOOST_PP_CAT(quote,i_); 377 template< BOOST_MPL_PP_PARAMS(i_, typename T) > struct AUX778076_SPEC_NAME; 380 typename Tag AUX778076_BIND_N_PARAMS(i_, typename T) 382 struct BOOST_PP_CAT(bind,i_)< in BOOST_PP_CAT() argument 383 BOOST_PP_CAT(quote,i_)<AUX778076_SPEC_NAME,Tag> in BOOST_PP_CAT() 384 AUX778076_BIND_N_PARAMS(i_,T) in BOOST_PP_CAT() 394 # define BOOST_PP_ITERATION_PARAMS_2 (3,(1, i_, <boost/mpl/bind.hpp>)) in BOOST_PP_CAT() 399 , BOOST_MPL_PP_EXT_PARAMS(2, BOOST_PP_INC(i_), t) in BOOST_PP_CAT() [all …]
|
D | quote.hpp | 119 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 122 template< BOOST_MPL_PP_PARAMS(i_, typename P) > class F 125 struct BOOST_PP_CAT(quote,i_) in BOOST_PP_CAT() argument 127 template< BOOST_MPL_PP_PARAMS(i_, typename U) > struct apply in BOOST_PP_CAT() 131 F< BOOST_MPL_PP_PARAMS(i_, U) > in BOOST_PP_CAT() 132 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value in BOOST_PP_CAT() 137 F< BOOST_MPL_PP_PARAMS(i_, U) > in BOOST_PP_CAT() 138 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value in BOOST_PP_CAT() 143 : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value > in BOOST_PP_CAT() 144 ::template result_< F< BOOST_MPL_PP_PARAMS(i_, U) > > in BOOST_PP_CAT() [all …]
|
D | unpack_args.hpp | 119 # define i_ BOOST_PP_FRAME_ITERATION(1) macro 124 struct unpack_args_impl<i_,F,Args> 125 : BOOST_PP_CAT(apply,i_)< 127 AUX778076_UNPACKED_ARGS(i_, Args) 134 template<> struct unpack_args_impl<i_> 137 : BOOST_PP_CAT(apply,i_)< 139 AUX778076_UNPACKED_ARGS(i_, Args) 147 # undef i_
|
/third_party/boost/boost/mpl/aux_/ |
D | full_lambda.hpp | 63 # define AUX778076_LAMBDA_PARAMS(i_, param) \ argument 64 BOOST_MPL_PP_PARAMS(i_, param) \ 74 # define AUX778076_BIND_N_PARAMS(i_, param) \ argument 75 BOOST_PP_COMMA_IF(i_) \ 76 BOOST_MPL_PP_PARAMS(i_, param) \ 234 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 236 #if i_ > 0 240 # define AUX778076_RESULT(unused, i_, T) \ argument 241 BOOST_PP_COMMA_IF(i_) \ 242 typename BOOST_PP_CAT(T, BOOST_PP_INC(i_))::result_ \ [all …]
|
D | lambda_no_ctps.hpp | 60 # define AUX778076_LAMBDA_PARAMS(i_, param) \ argument 61 BOOST_MPL_PP_PARAMS(i_, param) \ 136 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 138 # define AUX778076_LAMBDA_TYPEDEF(unused, i_, F) \ argument 140 typename F::BOOST_PP_CAT(arg,BOOST_PP_INC(i_)) \ 143 > BOOST_PP_CAT(l,BOOST_PP_INC(i_)); \ 146 # define AUX778076_IS_LE_TYPEDEF(unused, i_, unused2) \ argument 147 typedef typename BOOST_PP_CAT(l,BOOST_PP_INC(i_))::is_le \ 148 BOOST_PP_CAT(is_le,BOOST_PP_INC(i_)); \ 151 # define AUX778076_IS_LAMBDA_EXPR(unused, i_, unused2) \ argument [all …]
|
D | sequence_wrapper.hpp | 230 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 234 #if i_ == AUX778076_SEQUENCE_LIMIT 238 AUX778076_SEQUENCE_N_PARAMS(i_) 241 : AUX778076_SEQUENCE_NAME_N(i_)< AUX778076_SEQUENCE_N_ARGS(i_) > 243 typedef typename AUX778076_SEQUENCE_NAME_N(i_)< AUX778076_SEQUENCE_N_ARGS(i_) >::type type; 249 AUX778076_SEQUENCE_N_PARAMS(i_) 251 struct AUX778076_SEQUENCE_NAME< AUX778076_SEQUENCE_N_PARTIAL_SPEC_ARGS(i_) > 252 : AUX778076_SEQUENCE_NAME_N(i_)< AUX778076_SEQUENCE_N_ARGS(i_) > 254 #if i_ > 0 || defined(AUX778076_SEQUENCE_INTEGRAL_WRAPPER) 255 typedef typename AUX778076_SEQUENCE_NAME_N(i_)< AUX778076_SEQUENCE_N_ARGS(i_) >::type type; [all …]
|
D | template_arity.hpp | 71 # define AUX778076_MAX_ARITY_OP(unused, state, i_) \ argument 72 ( BOOST_PP_CAT(C,i_) > 0 ? BOOST_PP_CAT(C,i_) : state ) \ 105 # define AUX778076_TEMPLATE_ARITY_IMPL_INVOCATION(unused, i_, F) \ argument 106 BOOST_PP_COMMA_IF(i_) template_arity_impl<F,BOOST_PP_INC(i_)>::value \ 179 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 182 template< BOOST_MPL_PP_PARAMS(i_, typename P) > class F 183 , BOOST_MPL_PP_PARAMS(i_, typename T) 185 typename arity_tag<i_>::type 186 arity_helper(type_wrapper< F<BOOST_MPL_PP_PARAMS(i_, T)> >, arity_tag<i_>); 188 #undef i_
|
/third_party/boost/boost/mpl/map/aux_/ |
D | numbered.hpp | 26 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 28 # define AUX778076_MAP_TAIL(map, i_, P) \ argument 29 BOOST_PP_CAT(map,i_)< \ 30 BOOST_PP_ENUM_PARAMS(i_, P) \ 38 BOOST_PP_ENUM_PARAMS(i_, typename P) 40 struct BOOST_PP_CAT(map,i_) in BOOST_PP_CAT() argument 42 typename BOOST_PP_CAT(P,BOOST_PP_DEC(i_))::first in BOOST_PP_CAT() 43 , typename BOOST_PP_CAT(P,BOOST_PP_DEC(i_))::second in BOOST_PP_CAT() 44 , AUX778076_MAP_TAIL(map,BOOST_PP_DEC(i_),P) in BOOST_PP_CAT() 47 typedef BOOST_PP_CAT(map,i_) type; in BOOST_PP_CAT() [all …]
|
/third_party/boost/libs/core/test/ |
D | exchange_move_test.cpp | 16 : i_(i) { } in C1() 18 : i_(c.i_) { } in C1() 20 i_ = c.i_; in operator =() 24 return i_; in i() 29 int i_; member in C1 42 : i_(i) { } in C2() 44 return C1(i_); in operator C1() 47 return i_; in i() 52 int i_; member in C2 65 : i_(i) { } in C3() [all …]
|
D | exchange_test.cpp | 21 : i_(i) { } in C1() 23 return i_; in i() 26 int i_; member in C1 39 : i_(i) { } in C2() 41 return C1(i_); in operator C1() 44 return i_; in i() 47 int i_; member in C2 60 : i_(i) { } in C3() 62 : i_(c.i_) { } in C3() 64 i_ = c.i(); in operator =() [all …]
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | generate_cpp.hpp | 137 std::size_t i_ = 0; in generate_cpp() local 146 for (; i_ < count_; ++i_) in generate_cpp() 148 const std::size_t index_ = i_ * 8; in generate_cpp() 157 if (i_ < count_ - 1) in generate_cpp() 171 for (i_ = 0; i_ < count_; ++i_) in generate_cpp() 173 const std::size_t index_ = i_ * 8; in generate_cpp() 182 if (i_ < count_ - 1) in generate_cpp() 211 std::size_t i_ = 1; in generate_cpp() local 217 for (i_ = 1; i_ < count_; ++i_) in generate_cpp() 219 os_ << ", " << "lookup" << i_ << "_"; in generate_cpp() [all …]
|
/third_party/boost/boost/mpl/set/aux_/ |
D | numbered.hpp | 22 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 24 # define AUX778076_SET_TAIL(set, i_, T) \ argument 25 typename BOOST_PP_CAT(set,i_)< \ 26 BOOST_PP_ENUM_PARAMS(i_, T) \ 30 #if i_ > 0 32 BOOST_PP_ENUM_PARAMS(i_, typename T) 34 struct BOOST_PP_CAT(set,i_) in BOOST_PP_CAT() argument 36 BOOST_PP_CAT(T,BOOST_PP_DEC(i_)) in BOOST_PP_CAT() 37 , AUX778076_SET_TAIL(set,BOOST_PP_DEC(i_),T) in BOOST_PP_CAT() 40 typedef BOOST_PP_CAT(set,i_) type; in BOOST_PP_CAT() [all …]
|
D | numbered_c.hpp | 23 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 25 # define AUX778076_SET_C_TAIL(set, i_, T, C) \ argument 26 BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c)< \ 27 T BOOST_PP_ENUM_TRAILING_PARAMS(i_, C) \ 33 , BOOST_PP_ENUM_PARAMS(i_, T C) 35 struct BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) in BOOST_PP_CAT() argument 37 integral_c<T,BOOST_PP_CAT(C,BOOST_PP_DEC(i_))> in BOOST_PP_CAT() 38 , AUX778076_SET_C_TAIL(set,BOOST_PP_DEC(i_), T, C) in BOOST_PP_CAT() 41 typedef BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) type; in BOOST_PP_CAT() 46 #undef i_
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | window.hpp | 54 std::uint16_t i_ = 0; member in boost::beast::zlib::detail::window 87 i_ = 0; in reset() 94 if(i_ >= size_) in read() 97 std::memcpy(out, &p_[i_ - pos], n); in read() 100 auto i = ((i_ - pos) + capacity_) % capacity_; in read() 120 i_ = 0; in write() 125 if(i_ + n <= capacity_) in write() 127 std::memcpy(&p_[i_], in, n); in write() 133 i_ = static_cast<std::uint16_t>( in write() 134 (i_ + n) % capacity_); in write() [all …]
|
/third_party/boost/boost/beast/zlib/detail/ |
D | window.hpp | 54 std::uint16_t i_ = 0; member in boost::beast::zlib::detail::window 87 i_ = 0; in reset() 94 if(i_ >= size_) in read() 97 std::memcpy(out, &p_[i_ - pos], n); in read() 100 auto i = ((i_ - pos) + capacity_) % capacity_; in read() 120 i_ = 0; in write() 125 if(i_ + n <= capacity_) in write() 127 std::memcpy(&p_[i_], in, n); in write() 133 i_ = static_cast<std::uint16_t>( in write() 134 (i_ + n) % capacity_); in write() [all …]
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | variant.hpp | 33 unsigned char i_ = 0; member in boost::beast::detail::variant 68 self.i_ = I::value; in operator ()() 89 self.i_ = I::value; in operator ()() 119 i_, destroy{*this}); in destruct() 120 i_ = 0; in destruct() 127 other.i_, copy{*this, other}); in copy_construct() 134 other.i_, move{*this, other}); in move_construct() 135 other.i_ = 0; in move_construct() 149 if(i_ != other.i_) in operator ==() 153 i_, equals{*this, other}); in operator ==() [all …]
|
/third_party/boost/boost/beast/core/detail/ |
D | variant.hpp | 33 unsigned char i_ = 0; member in boost::beast::detail::variant 68 self.i_ = I::value; in operator ()() 89 self.i_ = I::value; in operator ()() 119 i_, destroy{*this}); in destruct() 120 i_ = 0; in destruct() 127 other.i_, copy{*this, other}); in copy_construct() 134 other.i_, move{*this, other}); in move_construct() 135 other.i_ = 0; in move_construct() 149 if(i_ != other.i_) in operator ==() 153 i_, equals{*this, other}); in operator ==() [all …]
|
/third_party/boost/boost/numeric/ublas/ |
D | vector_of_vector.hpp | 524 container_const_reference<self_type> (), rank_ (), i_ (), j_ (), itv_ (), it_ () {} in const_iterator1() 527 … container_const_reference<self_type> (m), rank_ (rank), i_ (i), j_ (j), itv_ (itv), it_ (it) {} in const_iterator1() 530 …container_const_reference<self_type> (it ()), rank_ (it.rank_), i_ (it.i_), j_ (it.j_), itv_ (it.i… in const_iterator1() 539 i_ = index1 () + 1; in operator ++() 541 *this = m.find1 (rank_, i_, j_, 1); in operator ++() 545 *this = m.find1 (rank_, i_, j_, 1); in operator ++() 556 i_ = index1 () - 1; in operator --() 558 *this = m.find1 (rank_, i_, j_, -1); in operator --() 562 *this = m.find1 (rank_, i_, j_, -1); in operator --() 576 return (*this) () (i_, j_); in operator *() [all …]
|
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/ |
D | generate_static.hpp | 198 std::size_t i_ = 0; in generate_function_body_dfa() local 206 for (/**/; i_ < count_; ++i_) in generate_function_body_dfa() 208 std::size_t const index_ = i_ * 8; in generate_function_body_dfa() 214 if (i_ < count_ - 1) in generate_function_body_dfa() 226 for (i_ = 0; i_ < count_; ++i_) in generate_function_body_dfa() 228 std::size_t const index_ = i_ * 8; in generate_function_body_dfa() 234 if (i_ < count_ - 1) in generate_function_body_dfa() 258 std::size_t i_ = 1; in generate_function_body_dfa() local 262 for (i_ = 1; i_ < count_; ++i_) in generate_function_body_dfa() 264 os_ << ", " << "lookup" << i_ << "_"; in generate_function_body_dfa() [all …]
|