/external/stlport/test/unit/ |
innerprod_test.cpp | 47 result = inner_product(vector1, vector1 + 5, vector2, 0); 58 size_t result = inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)0); 69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add);
|
plusminus_test.cpp | 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
|
/ndk/tests/device/test-gnustl-full/unit/ |
innerprod_test.cpp | 47 result = inner_product(vector1, vector1 + 5, vector2, 0); 58 size_t result = inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)0); 69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add);
|
plusminus_test.cpp | 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
|
/ndk/tests/device/test-stlport/unit/ |
innerprod_test.cpp | 47 result = inner_product(vector1, vector1 + 5, vector2, 0); 58 size_t result = inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)0); 69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add);
|
plusminus_test.cpp | 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
numericfwd.h | 127 inner_product(_IIter1, _IIter1, _IIter2, _Tp); 131 inner_product(_IIter1, _IIter1, _IIter2, _Tp, 136 inner_product(_IIter1, _IIter1, _IIter2, _Tp, 142 inner_product(_IIter1, _IIter1, _IIter2, _Tp, 148 inner_product(_IIter1, _IIter1, _IIter2, _Tp, _BinaryFunction1, 154 inner_product(_IIter1, _IIter1, _IIter2, _Tp, BinaryFunction1,
|
/external/stlport/stlport/stl/ |
_numeric.h | 61 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 72 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_numeric.h | 61 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 72 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_numeric.h | 169 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 201 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_numeric.h | 175 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 207 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_numeric.h | 175 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 207 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 169 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 201 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_numeric.h | 61 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 72 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 169 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 201 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_numeric.h | 61 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 72 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 169 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 201 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_numeric.h | 61 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function 72 _Tp inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
|