Searched refs:poly_mult (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/fusion/example/performance/ |
D | inner_product.cpp | 57 struct poly_mult struct 63 struct result<poly_mult(Lhs, Rhs)> argument 137 boost::fusion::transform(arr1, arr2, poly_mult()), 0, poly_add()); in time_for_fusion_inner_product() 152 boost::fusion::transform(arr1, arr2, poly_mult()), 0, poly_add()); in time_for_fusion_inner_product()
|
D | accumulate.cpp | 97 struct poly_mult struct 103 struct result<poly_mult(Lhs, Rhs)> argument 223 boost::fusion::transform(arr1, arr2, poly_mult()), 0, poly_add()); 238 boost::fusion::transform(arr1, arr2, poly_mult()), 0, poly_add());
|
D | inner_product2.cpp | 57 struct poly_mult struct 63 struct result<poly_mult(Lhs, Rhs)> argument
|