Home
last modified time | relevance | path

Searched refs:make_function_from_source (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/compute/include/boost/compute/functional/
Dhash.hpp56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl()
/third_party/boost/boost/compute/functional/
Dhash.hpp56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl()
/third_party/boost/libs/compute/include/boost/compute/
Dfunction.hpp253 make_function_from_source(const std::string &name, const std::string &source) in make_function_from_source() function
419 return make_function_from_source<Signature>(name, s.str()); in make_function_impl()
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dcontext.hpp332 return make_function_from_source<R(A1)>("lambda", source.str()); in operator function<R(A1)>()
351 return make_function_from_source<R(A1, A2)>("lambda", source.str()); in operator function<R(A1, A2)>()
/third_party/boost/boost/compute/
Dfunction.hpp253 make_function_from_source(const std::string &name, const std::string &source) in make_function_from_source() function
419 return make_function_from_source<Signature>(name, s.str()); in make_function_impl()
/third_party/boost/boost/compute/lambda/
Dcontext.hpp332 return make_function_from_source<R(A1)>("lambda", source.str()); in operator function<R(A1)>()
351 return make_function_from_source<R(A1, A2)>("lambda", source.str()); in operator function<R(A1, A2)>()
/third_party/boost/libs/compute/doc/
Dadvanced_topics.qbk53 boost::compute::make_function_from_source<int (int)>(