Searched defs:inner_product (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__numeric/ |
H A D | inner_product.h | 25 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __in… in inner_product() function 39 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, in inner_product() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_numeric.h | 135 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, in inner_product() function 167 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, in inner_product() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_numeric.h | 94 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, in inner_product() function 109 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, in inner_product() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20000717-1.c | 2 inner_product (short *a, short *b) in inner_product() function
|