Home
last modified time | relevance | path

Searched refs:take_nth (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/libs/yap/example/
H A Dvec3.cpp13 struct take_nth struct
62 (*this)[0] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{0})); in operator =()
63 (*this)[1] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{1})); in operator =()
64 (*this)[2] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{2})); in operator =()
H A Dlazy_vector.cpp22 struct take_nth struct
51 { return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); } in BOOST_YAP_USER_BINARY_OPERATOR()
54 take_nth::operator() (boost::yap::terminal<lazy_vector_expr, std::vector<double>> const & expr) in operator ()()
H A Dvector.cpp14 struct take_nth struct
61 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in assign()
74 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in operator +=()
H A Dtarray.cpp18 struct take_nth struct
49 { return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); } in operator []()
60 take_nth::operator() (boost::yap::terminal<tarray_expr, std::array<int, 3>> const & expr) in BOOST_YAP_USER_BINARY_OPERATOR()
/dports/devel/boost-libs/boost_1_72_0/libs/yap/example/
H A Dvec3.cpp13 struct take_nth struct
62 (*this)[0] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{0})); in operator =()
63 (*this)[1] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{1})); in operator =()
64 (*this)[2] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{2})); in operator =()
H A Dlazy_vector.cpp22 struct take_nth struct
51 { return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); } in BOOST_YAP_USER_BINARY_OPERATOR()
54 take_nth::operator() (boost::yap::terminal<lazy_vector_expr, std::vector<double>> const & expr) in operator ()()
H A Dvector.cpp14 struct take_nth struct
61 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in assign()
74 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in operator +=()
H A Dtarray.cpp18 struct take_nth struct
49 { return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); } in operator []()
60 take_nth::operator() (boost::yap::terminal<tarray_expr, std::array<int, 3>> const & expr) in BOOST_YAP_USER_BINARY_OPERATOR()
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/example/
H A Dvec3.cpp13 struct take_nth struct
62 (*this)[0] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{0})); in operator =()
63 (*this)[1] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{1})); in operator =()
64 (*this)[2] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{2})); in operator =()
H A Dlazy_vector.cpp22 struct take_nth struct
51 { return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); } in BOOST_YAP_USER_BINARY_OPERATOR()
54 take_nth::operator() (boost::yap::terminal<lazy_vector_expr, std::vector<double>> const & expr) in operator ()()
H A Dvector.cpp14 struct take_nth struct
61 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in assign()
74 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in operator +=()
/dports/devel/hyperscan/boost_1_75_0/libs/yap/example/
H A Dvec3.cpp13 struct take_nth struct
62 (*this)[0] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{0})); in operator =()
63 (*this)[1] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{1})); in operator =()
64 (*this)[2] = boost::yap::evaluate(boost::yap::transform(expr, take_nth{2})); in operator =()
H A Dlazy_vector.cpp22 struct take_nth struct
51 { return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); } in BOOST_YAP_USER_BINARY_OPERATOR()
54 take_nth::operator() (boost::yap::terminal<lazy_vector_expr, std::vector<double>> const & expr) in operator ()()
H A Dvector.cpp14 struct take_nth struct
61 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in assign()
74 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in operator +=()
/dports/devel/boost-libs/boost_1_72_0/libs/yap/test/
H A Dlazy_vector_alloc_test.cpp34 struct take_nth struct
52 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in operator []() argument
59 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in BOOST_YAP_USER_BINARY_OPERATOR()
H A Dvector_alloc_test.cpp28 struct take_nth struct
74 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in assign()
86 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in operator +=()
/dports/devel/boost-docs/boost_1_72_0/libs/yap/test/
H A Dlazy_vector_alloc_test.cpp34 struct take_nth struct
52 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in operator []() argument
59 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in BOOST_YAP_USER_BINARY_OPERATOR()
H A Dvector_alloc_test.cpp28 struct take_nth struct
74 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in assign()
86 boost::yap::transform(boost::yap::as_expr(expr), take_nth{i})); in operator +=()
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/test/
H A Dlazy_vector_alloc_test.cpp34 struct take_nth struct
52 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in operator []() argument
59 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in BOOST_YAP_USER_BINARY_OPERATOR()
/dports/devel/hyperscan/boost_1_75_0/libs/yap/test/
H A Dlazy_vector_alloc_test.cpp34 struct take_nth struct
52 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in operator []() argument
59 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in BOOST_YAP_USER_BINARY_OPERATOR()
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/perf/
H A Dlazy_vector_perf.cpp24 struct take_nth struct
55 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in BOOST_YAP_USER_BINARY_OPERATOR()
58 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/yap/perf/
H A Dlazy_vector_perf.cpp24 struct take_nth struct
55 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in BOOST_YAP_USER_BINARY_OPERATOR()
58 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in operator ()()
/dports/devel/boost-docs/boost_1_72_0/libs/yap/perf/
H A Dlazy_vector_perf.cpp24 struct take_nth struct
55 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in BOOST_YAP_USER_BINARY_OPERATOR()
58 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in operator ()()
/dports/devel/boost-libs/boost_1_72_0/libs/yap/perf/
H A Dlazy_vector_perf.cpp24 struct take_nth struct
55 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in BOOST_YAP_USER_BINARY_OPERATOR()
58 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in operator ()()
/dports/devel/hyperscan/boost_1_75_0/libs/yap/perf/
H A Dlazy_vector_perf.cpp24 struct take_nth struct
55 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in BOOST_YAP_USER_BINARY_OPERATOR()
58 boost::yap::terminal<lazy_vector_expr, double> take_nth::operator()( in operator ()()

12