HomeSort by relevance Sort by last modified time
    Searched full:gslice (Results 51 - 75 of 99) sorted by null

1 23 4

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
multiply.pass.cpp 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
or.pass.cpp 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_left.pass.cpp 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_right.pass.cpp 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
subtraction.pass.cpp 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
xor.pass.cpp 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/
assign_value.pass.cpp 30 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
gslice_array_assign.pass.cpp 31 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.cons/
gslice_array.pass.cpp 30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
valarray 83 class gslice; // generalized slice out of an array
299 * indicated by the slice argument. @see gslice.
304 _Expr<_GClos<_ValArray, _Tp>, _Tp> operator[](const gslice& __s) const;
310 * indicated by the gslice argument. The new valarray has
311 * the same size as the input gslice. @see gslice.
313 * @param __s The source gslice.
316 gslice_array<_Tp> operator[](const gslice& __s);
591 #include <bits/gslice.h>
844 valarray<_Tp>::operator[](const gslice& __gs) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
valarray 83 class gslice; // generalized slice out of an array
299 * indicated by the slice argument. @see gslice.
304 _Expr<_GClos<_ValArray, _Tp>, _Tp> operator[](const gslice& __s) const;
310 * indicated by the gslice argument. The new valarray has
311 * the same size as the input gslice. @see gslice.
313 * @param __s The source gslice.
316 gslice_array<_Tp> operator[](const gslice& __s);
591 #include <bits/gslice.h>
844 valarray<_Tp>::operator[](const gslice& __gs) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
valarray 81 class gslice; // generalized slice out of an array
297 * indicated by the slice argument. @see gslice.
302 _Expr<_GClos<_ValArray, _Tp>, _Tp> operator[](const gslice& __s) const;
308 * indicated by the gslice argument. The new valarray has
309 * the same size as the input gslice. @see gslice.
311 * @param __s The source gslice.
314 gslice_array<_Tp> operator[](const gslice& __s);
589 #include <bits/gslice.h>
842 valarray<_Tp>::operator[](const gslice& __gs) cons
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
valarray 57 valarray operator[](const gslice& gs) const;
58 gslice_array<value_type> operator[](const gslice& gs);
144 class gslice
147 gslice();
148 gslice(size_t start, const valarray<size_t>& size,
385 class _LIBCPP_TYPE_VIS gslice;
845 __val_expr<__indirect_expr<const valarray&> > operator[](const gslice& __gs) const;
846 gslice_array<value_type> operator[](const gslice& __gs);
848 __val_expr<__indirect_expr<const valarray&> > operator[](gslice&& __gs) const;
849 gslice_array<value_type> operator[](gslice&& __gs)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
gslice_array.h 49 * specified by a gslice. The way to get a gslice_array is to call
50 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
gslice_array.h 51 * specified by a gslice. The way to get a gslice_array is to call
52 * operator[](gslice) on a valarray. The returned gslice_array then
  /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 51 * specified by a gslice. The way to get a gslice_array is to call
52 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 49 * specified by a gslice. The way to get a gslice_array is to call
50 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 49 * specified by a gslice. The way to get a gslice_array is to call
50 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 49 * specified by a gslice. The way to get a gslice_array is to call
50 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
gslice_array.h 49 * specified by a gslice. The way to get a gslice_array is to call
50 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice_array.h 51 * specified by a gslice. The way to get a gslice_array is to call
52 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice_array.h 51 * specified by a gslice. The way to get a gslice_array is to call
52 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice_array.h 51 * specified by a gslice. The way to get a gslice_array is to call
52 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice_array.h 51 * specified by a gslice. The way to get a gslice_array is to call
52 * operator[](gslice) on a valarray. The returned gslice_array then
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
gslice_array.h 50 * specified by a gslice. The way to get a gslice_array is to call
51 * operator[](gslice) on a valarray. The returned gslice_array then

Completed in 316 milliseconds

1 23 4