HomeSort by relevance Sort by last modified time
    Searched full:valarray (Results 226 - 250 of 468) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
mask_array.h 50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
52 * referenced subset of elements in the original valarray.
67 // 253. valarray helper functions are almost entirely useless
76 void operator=(const valarray<_Tp>&) const;
78 void operator*=(const valarray<_Tp>&) const;
80 void operator/=(const valarray<_Tp>&) const;
82 void operator%=(const valarray<_Tp>&) const;
84 void operator+=(const valarray<_Tp>&) const;
86 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
indirect_array.h 50 * indirect_array is to call operator[](valarray<size_t>) on a valarray.
52 * referenced subset of elements in the original valarray.
67 // 253. valarray helper functions are almost entirely useless
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const
    [all...]
mask_array.h 50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
52 * referenced subset of elements in the original valarray.
67 // 253. valarray helper functions are almost entirely useless
76 void operator=(const valarray<_Tp>&) const;
78 void operator*=(const valarray<_Tp>&) const;
80 void operator/=(const valarray<_Tp>&) const;
82 void operator%=(const valarray<_Tp>&) const;
84 void operator+=(const valarray<_Tp>&) const;
86 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
indirect_array.h 50 * indirect_array is to call operator[](valarray<size_t>) on a valarray.
52 * referenced subset of elements in the original valarray.
67 // 253. valarray helper functions are almost entirely useless
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const
    [all...]
mask_array.h 50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
52 * referenced subset of elements in the original valarray.
67 // 253. valarray helper functions are almost entirely useless
76 void operator=(const valarray<_Tp>&) const;
78 void operator*=(const valarray<_Tp>&) const;
80 void operator/=(const valarray<_Tp>&) const;
82 void operator%=(const valarray<_Tp>&) const;
84 void operator+=(const valarray<_Tp>&) const;
86 void operator-=(const valarray<_Tp>&) const
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/
mask_array.pass.cpp 10 // <valarray>
16 #include <valarray>
29 std::valarray<int> v1(a1, N1);
30 const std::valarray<int> v2(a2, N2);
31 std::valarray<bool> vb1(b1, N1);
32 std::valarray<bool> vb2(b2, N2);
valarray.pass.cpp 10 // <valarray>
14 // void operator=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/
addition.pass.cpp 10 // <valarray>
14 // void operator+=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
and.pass.cpp 10 // <valarray>
14 // void operator&=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
divide.pass.cpp 10 // <valarray>
14 // void operator/=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
modulo.pass.cpp 10 // <valarray>
14 // void operator%=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
multiply.pass.cpp 10 // <valarray>
14 // void operator*=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
or.pass.cpp 10 // <valarray>
14 // void operator|=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
shift_left.pass.cpp 10 // <valarray>
14 // void operator<<=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
shift_right.pass.cpp 10 // <valarray>
14 // void operator>>=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
subtraction.pass.cpp 10 // <valarray>
14 // void operator-=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
xor.pass.cpp 10 // <valarray>
14 // void operator^=(const valarray<value_type>& v) const;
16 #include <valarray>
27 std::valarray<int> v1(a1, N1);
28 std::valarray<int> v2(a2, N2);
30 std::valarray<bool> vb(b, N1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
gslice_array_assign.pass.cpp 10 // <valarray>
12 // template<class T> class valarray;
14 // valarray& operator=(const gslice_array<value_type>& ga);
16 #include <valarray>
25 std::valarray<int> v1(a, sizeof(a)/sizeof(a[0]));
28 typedef std::valarray<std::size_t> sizes;
29 typedef std::valarray<std::size_t> strides;
30 std::valarray<int> v(24);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
gslice_array.pass.cpp 10 // <valarray>
12 // template<class T> class valarray;
14 // valarray(const gslice_array<value_type>& sa);
16 #include <valarray>
25 std::valarray<int> v1(a, sizeof(a)/sizeof(a[0]));
28 typedef std::valarray<std::size_t> sizes;
29 typedef std::valarray<std::size_t> strides;
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
gslice_non_const.pass.cpp 10 // <valarray>
12 // template<class T> class valarray;
14 // valarray operator[](const gslice& gs) const;
16 #include <valarray>
25 std::valarray<int> v1(a, sizeof(a)/sizeof(a[0]));
28 typedef std::valarray<std::size_t> sizes;
29 typedef std::valarray<std::size_t> strides;
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
indirect_array_const.pass.cpp 10 // <valarray>
12 // template<class T> class valarray;
14 // valarray operator[](const valarray<size_t>& vs) const;
16 #include <valarray>
29 const std::valarray<int> v1(a, N1);
30 std::valarray<std::size_t> ia(s, S);
31 std::valarray<int> v = v1[ia];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/
resize.pass.cpp 10 // <valarray>
12 // template<class T> class valarray;
16 #include <valarray>
25 std::valarray<T> v1(a1, N1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
slice_array.h 28 * Do not attempt to use it directly. @headername{valarray}
89 // 543. valarray slice default constructor
115 * operator[](slice) on a valarray. The returned slice_array then permits
117 * original valarray. For example, operator+=(valarray) will add values
118 * to the subset of elements in the underlying valarray this slice_array
130 // 253. valarray helper functions are almost entirely useless
140 void operator=(const valarray<_Tp>&) const;
142 void operator*=(const valarray<_Tp>&) const;
144 void operator/=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
slice_array.h 28 * Do not attempt to use it directly. @headername{valarray}
89 // 543. valarray slice default constructor
115 * operator[](slice) on a valarray. The returned slice_array then permits
117 * original valarray. For example, operator+=(valarray) will add values
118 * to the subset of elements in the underlying valarray this slice_array
130 // 253. valarray helper functions are almost entirely useless
140 void operator=(const valarray<_Tp>&) const;
142 void operator*=(const valarray<_Tp>&) const;
144 void operator/=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
slice_array.h 28 * Do not attempt to use it directly. @headername{valarray}
89 // 543. valarray slice default constructor
115 * operator[](slice) on a valarray. The returned slice_array then permits
117 * original valarray. For example, operator+=(valarray) will add values
118 * to the subset of elements in the underlying valarray this slice_array
130 // 253. valarray helper functions are almost entirely useless
140 void operator=(const valarray<_Tp>&) const;
142 void operator*=(const valarray<_Tp>&) const;
144 void operator/=(const valarray<_Tp>&) const
    [all...]

Completed in 5500 milliseconds

1 2 3 4 5 6 7 8 91011>>