HomeSort by relevance Sort by last modified time
    Searched refs:inner_product (Results 1 - 25 of 31) sorted by null

1 2

  /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,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
geometry.hpp 64 return std::inner_product(p.a.begin(), p.a.end(), a.begin(), 0);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
geometry.hpp 64 return std::inner_product(p.a.begin(), p.a.end(), a.begin(), 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/inner.product/
inner_product.pass.cpp 20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2, T init);
31 assert(std::inner_product(first1, last1, first2, init) == x);
inner_product_comp.pass.cpp 20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2,
33 assert(std::inner_product(first1, last1, first2, init,
  /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/5/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/5/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/6/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/6/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/7/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_numeric.h 169 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
201 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_numeric.h 175 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function
207 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, function

Completed in 2984 milliseconds

1 2