Searched refs:take_nth (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/yap/example/ |
D | vec3.cpp | 13 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 =()
|
D | lazy_vector.cpp | 22 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 ()()
|
D | vector.cpp | 14 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 +=()
|
D | tarray.cpp | 18 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()
|
/third_party/boost/libs/yap/test/ |
D | lazy_vector_alloc_test.cpp | 34 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()
|
D | vector_alloc_test.cpp | 28 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 +=()
|
/third_party/boost/libs/yap/perf/ |
D | lazy_vector_perf.cpp | 24 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 ()()
|