| /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/ |
| shift_right.pass.cpp | 10 // <valarray> 14 // void operator>>=(const valarray<value_type>& v) const; 16 #include <valarray> 23 std::valarray<int> v1(a1, sizeof(a1)/sizeof(a1[0])); 24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
|
| subtraction.pass.cpp | 10 // <valarray> 14 // void operator-= (const valarray<value_type>& v) const; 16 #include <valarray> 23 std::valarray<int> v1(a1, sizeof(a1)/sizeof(a1[0])); 24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
|
| xor.pass.cpp | 10 // <valarray> 14 // void operator^= (const valarray<value_type>& v) const; 16 #include <valarray> 23 std::valarray<int> v1(a1, sizeof(a1)/sizeof(a1[0])); 24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
|
| /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.valarray/valarray.cons/ |
| initializer_list.pass.cpp | 10 // <valarray> 12 // template<class T> class valarray; 14 // valarray(initializer_list<value_type>); 16 #include <valarray> 26 std::valarray<T> v = {1, 2, 3, 4, 5}; 35 std::valarray<T> v = {1, 2, 3, 4, 5};
|
| /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.valarray/valarray.sub/ |
| slice_non_const.pass.cpp | 10 // <valarray> 12 // template<class T> class valarray; 16 #include <valarray> 23 std::valarray<int> v1(a1, sizeof(a1)/sizeof(a1[0])); 24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
|
| /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.valarray/valarray.members/ |
| swap.pass.cpp | 10 // <valarray> 12 // template<class T> class valarray; 14 // void swap(valarray& v); 16 #include <valarray> 27 std::valarray<T> v1(a1, N1); 28 std::valarray<T> v2(a2, N2); 29 std::valarray<T> v1_save = v1; 30 std::valarray<T> v2_save = v2; 44 std::valarray<T> v1(a1, N1); 45 std::valarray<T> v2 [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/valarray.nonmembers/valarray.special/ |
| swap.pass.cpp | 10 // <valarray> 12 // template<class T> class valarray; 16 // swap(valarray<T>& x, valarray<T>& y); 18 #include <valarray> 29 std::valarray<T> v1(a1, N1); 30 std::valarray<T> v2(a2, N2); 31 std::valarray<T> v1_save = v1; 32 std::valarray<T> v2_save = v2; 46 std::valarray<T> v1(a1, N1) [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
| gslice_array.h | 50 * operator[](gslice) on a valarray. The returned gslice_array then 52 * the original valarray. For example, operator+=(valarray) will add 53 * values to the subset of elements in the underlying valarray this 65 // 253. valarray helper functions are almost entirely useless 75 void operator=(const valarray<_Tp>&) const; 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 [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
| gslice_array.h | 28 * Do not attempt to use it directly. @headername{valarray} 52 * operator[](gslice) on a valarray. The returned gslice_array then 54 * the original valarray. For example, operator+=(valarray) will add 55 * values to the subset of elements in the underlying valarray this 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 [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
| gslice_array.h | 28 * Do not attempt to use it directly. @headername{valarray} 52 * operator[](gslice) on a valarray. The returned gslice_array then 54 * the original valarray. For example, operator+=(valarray) will add 55 * values to the subset of elements in the underlying valarray this 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 [all...] |
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| gslice_array.h | 50 * operator[](gslice) on a valarray. The returned gslice_array then 52 * the original valarray. For example, operator+=(valarray) will add 53 * values to the subset of elements in the underlying valarray this 65 // 253. valarray helper functions are almost entirely useless 75 void operator=(const valarray<_Tp>&) const; 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 [all...] |
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| gslice_array.h | 50 * operator[](gslice) on a valarray. The returned gslice_array then 52 * the original valarray. For example, operator+=(valarray) will add 53 * values to the subset of elements in the underlying valarray this 65 // 253. valarray helper functions are almost entirely useless 75 void operator=(const valarray<_Tp>&) const; 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 [all...] |
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| gslice_array.h | 50 * operator[](gslice) on a valarray. The returned gslice_array then 52 * the original valarray. For example, operator+=(valarray) will add 53 * values to the subset of elements in the underlying valarray this 65 // 253. valarray helper functions are almost entirely useless 75 void operator=(const valarray<_Tp>&) const; 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 [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| gslice_array.h | 50 * operator[](gslice) on a valarray. The returned gslice_array then 52 * the original valarray. For example, operator+=(valarray) will add 53 * values to the subset of elements in the underlying valarray this 65 // 253. valarray helper functions are almost entirely useless 75 void operator=(const valarray<_Tp>&) const; 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 [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| gslice_array.h | 28 * Do not attempt to use it directly. @headername{valarray} 52 * operator[](gslice) on a valarray. The returned gslice_array then 54 * the original valarray. For example, operator+=(valarray) will add 55 * values to the subset of elements in the underlying valarray this 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 [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| gslice_array.h | 28 * Do not attempt to use it directly. @headername{valarray} 52 * operator[](gslice) on a valarray. The returned gslice_array then 54 * the original valarray. For example, operator+=(valarray) will add 55 * values to the subset of elements in the underlying valarray this 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 [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/class.gslice/gslice.cons/ |
| default.pass.cpp | 10 // <valarray> 16 #include <valarray>
|
| start_size_stride.pass.cpp | 10 // <valarray> 14 // gslice(size_t start, const valarray<size_t>& size, 15 // const valarray<size_t>& stride); 17 #include <valarray> 24 std::valarray<std::size_t> size(a1, sizeof(a1)/sizeof(a1[0])); 25 std::valarray<std::size_t> stride(a2, sizeof(a2)/sizeof(a2[0])); 28 std::valarray<std::size_t> r = gs.size();
|
| /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/class.slice/cons.slice/ |
| default.pass.cpp | 10 // <valarray> 16 #include <valarray>
|
| start_size_stride.pass.cpp | 10 // <valarray> 16 #include <valarray>
|
| /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.mask.array/mask.array.assign/ |
| 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++/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);
|