Home
last modified time | relevance | path

Searched refs:tuple_for_each (Results 76 – 100 of 218) sorted by relevance

123456789

/dports/devel/boost-libs/boost_1_72_0/libs/histogram/test/
H A Dstd_ostream.hpp28 ::boost::mp11::tuple_for_each(t, [&os](const auto& x) { os << x << " "; }); in operator <<()
/dports/devel/hyperscan/boost_1_75_0/libs/histogram/test/
H A Dstd_ostream.hpp28 ::boost::mp11::tuple_for_each(t, [&os](const auto& x) { os << x << " "; }); in operator <<()
/dports/math/piranha/piranha-0.11/tests/
H A Dhash_set_02.cpp137 tuple_for_each(types{}, boost_s11n_tester{}); in BOOST_AUTO_TEST_CASE()
205 tuple_for_each(types{}, msgpack_s11n_tester{}); in BOOST_AUTO_TEST_CASE()
H A Drational_function_03.cpp99 tuple_for_each(key_types{}, boost_s11n_tester{}); in BOOST_AUTO_TEST_CASE()
181 tuple_for_each(key_types{}, msgpack_s11n_tester{}); in BOOST_AUTO_TEST_CASE()
H A Dmonomial_02.cpp289 tuple_for_each(size_types{}, runner<T>()); in operator ()()
296 tuple_for_each(expo_types{}, boost_s11n_tester()); in BOOST_AUTO_TEST_CASE()
523 tuple_for_each(size_types{}, runner<T>()); in operator ()()
529 tuple_for_each(expo_types{}, msgpack_tester()); in BOOST_AUTO_TEST_CASE()
/dports/math/py-piranha/piranha-0.11/tests/
H A Dhash_set_02.cpp137 tuple_for_each(types{}, boost_s11n_tester{}); in BOOST_AUTO_TEST_CASE()
205 tuple_for_each(types{}, msgpack_s11n_tester{}); in BOOST_AUTO_TEST_CASE()
H A Drational_function_03.cpp99 tuple_for_each(key_types{}, boost_s11n_tester{}); in BOOST_AUTO_TEST_CASE()
181 tuple_for_each(key_types{}, msgpack_s11n_tester{}); in BOOST_AUTO_TEST_CASE()
/dports/math/heyoka/heyoka-0.16.0/test/
H A Dtaylor_neg.cpp511 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon95bd56670302()
512 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon95bd56670402()
513 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon95bd56670502()
514 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anon95bd56670602()
H A Dtaylor_sqrt.cpp519 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anona4ea4ff70302()
520 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anona4ea4ff70402()
521 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anona4ea4ff70502()
522 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anona4ea4ff70602()
H A Dtaylor_sum_sq.cpp530 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon0eacba850302()
531 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon0eacba850402()
532 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon0eacba850502()
533 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anon0eacba850602()
H A Dtaylor_square.cpp512 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon358fc85e0302()
513 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon358fc85e0402()
514 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon358fc85e0502()
515 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anon358fc85e0602()
H A Dtaylor_exp.cpp542 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon0de6141a0302()
543 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon0de6141a0402()
544 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon0de6141a0502()
545 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anon0de6141a0602()
H A Dtaylor_tpoly.cpp572 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anond606d6850502()
573 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anond606d6850602()
574 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anond606d6850702()
575 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anond606d6850802()
H A Dtaylor_log.cpp548 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon131c732f0302()
549 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon131c732f0402()
550 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon131c732f0502()
551 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anon131c732f0602()
/dports/devel/libsigc++30/libsigc++-3.0.7/sigc++/adaptors/
H A Dtrack_obj.h122 sigc::internal::tuple_for_each<internal::TupleVisitorVisitEach>(target.obj_, action);
/dports/math/piranha/piranha-0.11/pyranha/
H A Dexpose_utils.hpp143 static void tuple_for_each(const Tuple &t, const Op &op, typename std::enable_if<B != E>::type * = … in tuple_for_each() function
147 tuple_for_each<Tuple, Op, static_cast<std::size_t>(B + std::size_t(1)), E>(t, op); in tuple_for_each()
152 static void tuple_for_each(const Tuple &, const Op &, typename std::enable_if<B == E>::type * = nul… in tuple_for_each() function
565 tuple_for_each(pt, pow_exposer<S>(series_class)); in expose_pow()
597 tuple_for_each(et, eval_exposer<S>(series_class)); in expose_eval()
673 tuple_for_each(st, subs_exposer<S>(series_class)); in expose_subs()
738 tuple_for_each(it, interop_exposer<S>(series_class)); in expose_interoperable()
955 tuple_for_each(dt, truncate_degree_exposer<S>(series_class)); in expose_degree_truncation()
1156 tuple_for_each<params, exposer_op, Begin, End>(p, exposer_op{}); in series_exposer()
/dports/math/py-piranha/piranha-0.11/pyranha/
H A Dexpose_utils.hpp143 static void tuple_for_each(const Tuple &t, const Op &op, typename std::enable_if<B != E>::type * = … in tuple_for_each() function
147 tuple_for_each<Tuple, Op, static_cast<std::size_t>(B + std::size_t(1)), E>(t, op); in tuple_for_each()
152 static void tuple_for_each(const Tuple &, const Op &, typename std::enable_if<B == E>::type * = nul… in tuple_for_each() function
565 tuple_for_each(pt, pow_exposer<S>(series_class)); in expose_pow()
597 tuple_for_each(et, eval_exposer<S>(series_class)); in expose_eval()
673 tuple_for_each(st, subs_exposer<S>(series_class)); in expose_subs()
738 tuple_for_each(it, interop_exposer<S>(series_class)); in expose_interoperable()
955 tuple_for_each(dt, truncate_degree_exposer<S>(series_class)); in expose_degree_truncation()
1156 tuple_for_each<params, exposer_op, Begin, End>(p, exposer_op{}); in series_exposer()
/dports/devel/boost-docs/boost_1_72_0/boost/histogram/detail/
H A Daxes.hpp194 mp11::tuple_for_each(t, [&ar](auto& x) { ar& make_nvp("item", x); }); in axes_serialize()
239 mp11::tuple_for_each(a, std::forward<V>(v)); in for_each_axis()
244 mp11::tuple_for_each(a, std::forward<V>(v)); in for_each_axis()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/view/
H A Dzip_with.hpp236 tuple_for_each(its_, detail::inc);
268 tuple_for_each(its_, detail::dec);
276 tuple_for_each(its_, bind_back(detail::advance_, n));
/dports/devel/boost-libs/boost_1_72_0/boost/histogram/detail/
H A Daxes.hpp194 mp11::tuple_for_each(t, [&ar](auto& x) { ar& make_nvp("item", x); }); in axes_serialize()
239 mp11::tuple_for_each(a, std::forward<V>(v)); in for_each_axis()
244 mp11::tuple_for_each(a, std::forward<V>(v)); in for_each_axis()
/dports/devel/boost-python-libs/boost_1_72_0/boost/histogram/detail/
H A Daxes.hpp194 mp11::tuple_for_each(t, [&ar](auto& x) { ar& make_nvp("item", x); }); in axes_serialize()
239 mp11::tuple_for_each(a, std::forward<V>(v)); in for_each_axis()
244 mp11::tuple_for_each(a, std::forward<V>(v)); in for_each_axis()
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/view/
H A Dzip_with.hpp236 tuple_for_each(its_, detail::inc);
268 tuple_for_each(its_, detail::dec);
276 tuple_for_each(its_, bind_back(detail::advance_, n));
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dpattern_match.h652 inline void tuple_for_each(F& f, const TTuple& tuple) { // NOLINT(*)
704 detail::tuple_for_each(finit, args_);
712 detail::tuple_for_each(fmatch, args_);
721 detail::tuple_for_each(feval_args, args_);
/dports/misc/tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dpattern_match.h652 inline void tuple_for_each(F& f, const TTuple& tuple) { // NOLINT(*)
704 detail::tuple_for_each(finit, args_);
712 detail::tuple_for_each(fmatch, args_);
721 detail::tuple_for_each(feval_args, args_);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/arith/
H A Dpattern_match.h615 inline void tuple_for_each(F& f, const TTuple& tuple) { // NOLINT(*)
662 detail::tuple_for_each(finit, args_);
670 detail::tuple_for_each(fmatch, args_);
679 detail::tuple_for_each(feval_args, args_);

123456789