Searched refs:make_function_from_source (Results 1 – 7 of 7) sorted by relevance
| /third_party/boost/libs/compute/include/boost/compute/functional/ |
| D | hash.hpp | 56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl()
|
| /third_party/boost/boost/compute/functional/ |
| D | hash.hpp | 56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl()
|
| /third_party/boost/libs/compute/include/boost/compute/ |
| D | function.hpp | 253 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/ |
| D | context.hpp | 332 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/ |
| D | function.hpp | 253 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/ |
| D | context.hpp | 332 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/ |
| D | advanced_topics.qbk | 53 boost::compute::make_function_from_source<int (int)>(
|