Searched refs:can_accumulate_with_reduce (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/compute/algorithm/ |
D | accumulate.hpp | 63 inline bool can_accumulate_with_reduce(T init, F function) in can_accumulate_with_reduce() function 73 inline bool can_accumulate_with_reduce(type init, plus<type>) \ 77 inline bool can_accumulate_with_reduce(type init, multiplies<type>) \ 89 inline bool can_accumulate_with_reduce(T init, min<T>) in can_accumulate_with_reduce() function 95 inline bool can_accumulate_with_reduce(T init, max<T>) in can_accumulate_with_reduce() function 114 if(can_accumulate_with_reduce(init, function)){ in dispatch_accumulate()
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | accumulate.hpp | 63 inline bool can_accumulate_with_reduce(T init, F function) in can_accumulate_with_reduce() function 73 inline bool can_accumulate_with_reduce(type init, plus<type>) \ 77 inline bool can_accumulate_with_reduce(type init, multiplies<type>) \ 89 inline bool can_accumulate_with_reduce(T init, min<T>) in can_accumulate_with_reduce() function 95 inline bool can_accumulate_with_reduce(T init, max<T>) in can_accumulate_with_reduce() function 114 if(can_accumulate_with_reduce(init, function)){ in dispatch_accumulate()
|