Home
last modified time | relevance | path

Searched defs:inner_product (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__numeric/
H A Dinner_product.h27 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __in… in inner_product() function
38 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp inner_product( in inner_product() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dfold-init-type.cpp23 T inner_product(InputIt1 first1, InputIt1 last1, in inner_product() function
27 T inner_product(ExecutionPolicy &&policy, InputIt1 first1, InputIt1 last1, in inner_product() function