Searched refs:slice (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/headers/valarray/
H A Dtypes_std.cc24 typedef std::slice t1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/slice_array/
H A Darray_assignment.cc30 using std::slice;
33 w[slice(0, 3, 3)] = v[slice(2, 3, 3)];
39 std::slice_array<int> t = v[slice(0, 10, 1)];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/26_numerics/valarray/
H A Dslice_array_assignment.cc39 using std::slice;
42 w[slice(0, 3, 3)] = v[slice(2, 3, 3)];
48 std::slice_array<int> t = v[slice(0, 10, 1)];
H A Dslice.cc21 // Test slice class invariants
30 std::slice s(start, size, stride);
37 std::slice s(start, size, stride);
38 std::slice t = s;
45 std::slice s(start, size, stride);
46 std::slice t;
H A Dvalarray_subset_assignment.cc53 std::slice slc(1, 3, 3); // 1 4 7
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/slice/
H A D1.cc20 // Test slice class invariants
29 std::slice s(start, size, stride);
36 std::slice s(start, size, stride);
37 std::slice t = s;
44 std::slice s(start, size, stride);
45 std::slice t;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr35065.c127 slice_t slice; member in struct:decoder_sys_t
170 slice_t slice; local
176 slice.i_delta_pic_order_cnt0 = bs_read_se( &s );
178 if( slice.i_frame_num != p_sys->slice.i_frame_num
179 || slice.i_nal_ref_idc != p_sys->slice.i_nal_ref_idc )
180 if( (slice.i_bottom_field_flag != -1)
181 && (slice.i_bottom_field_flag != p_sys->slice
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/valarray/
H A D40691.cc28 std::slice s(0,3,4);
H A Ddr543.cc21 // DR 543. valarray slice default constructor
27 std::valarray<int> v2 = v1[std::slice()];
H A Dsubset_assignment.cc44 std::slice slc(1, 3, 3); // 1 4 7
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dslice_array.h48 * The slice class represents a one-dimensional subset of an array,
55 * For example, with an array of size 10, and a slice with offset 1, size 3
58 class slice class
61 /// Construct an empty slice.
62 slice();
65 * @brief Construct a slice.
68 * @param d Number of elements in slice.
71 slice(size_t, size_t, size_t);
73 /// Return array offset of first slice element.
75 /// Return size of slice
89 slice::slice() function in class:slice
93 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
[all...]
H A Dvalarray_before.h669 _SBase (const _Dom& __e, const slice& __s)
682 const slice& _M_slice;
691 _SBase (_Array<_Tp> __a, const slice& __s)
716 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
726 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dslice_array.h48 * The slice class represents a one-dimensional subset of an array,
55 * For example, with an array of size 10, and a slice with offset 1, size 3
58 class slice class in namespace:std
61 /// Construct an empty slice.
62 slice();
65 * @brief Construct a slice.
68 * @param d Number of elements in slice.
71 slice(size_t, size_t, size_t);
73 /// Return array offset of first slice element.
75 /// Return size of slice
89 slice::slice() {} function in class:std::slice
92 slice::slice(size_t __o, size_t __d, size_t __s) function in class:std::slice
[all...]
H A Dvalarray_before.h673 _SBase (const _Dom& __e, const slice& __s)
686 const slice& _M_slice;
695 _SBase (_Array<_Tp> __a, const slice& __s)
720 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
730 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Ddevicename.c87 * disk<unit>[s<slice>][<partition>]:
96 int i, unit, slice, partition, err; local
128 slice = -1;
136 if (*cp == 's') { /* got a slice number */
138 slice = strtol(np, &cp, 10);
159 idev->d_kind.efidisk.slice = slice;
220 if (dev->d_kind.efidisk.slice > 0)
221 cp += sprintf(cp, "s%d", dev->d_kind.efidisk.slice);
H A Defiboot.h49 int slice; member in struct:efi_devdesc::__anon6116::__anon6117
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Ddevicename.c83 * disk<unit>[s<slice>][<partition>]:
92 int i, unit, slice, partition, err; local
123 slice = -1;
131 if (*cp == 's') { /* got a slice number */
133 slice = strtol(np, &cp, 10);
154 idev->d_kind.skidisk.slice = slice;
215 if (dev->d_kind.skidisk.slice > 0)
216 cp += sprintf(cp, "s%d", dev->d_kind.skidisk.slice);
H A Dlibski.h41 int slice; member in struct:ski_devdesc::__anon6125::__anon6126
H A Dmain.c100 currdev.d_kind.skidisk.slice = -1;
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dpartition_map.h119 void bzb_init_slice(BZB *bp, int slice);
H A Dpartition_map.c788 bzb_init_slice(BZB *bp, int slice) argument
791 if ((slice >= 'A') && (slice <= 'Z')) {
792 slice += 'a' - 'A';
794 if ((slice != 0) && ((slice < 'a') || (slice > 'z'))) {
795 error(-1,"Bad bzb slice");
796 slice = 0;
798 switch (slice) {
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/mac68k/
H A Dmd.h117 unsigned int slice : 5; /* Slice number to assocate with plus one */ member in struct:__anon957::__anon958
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dmigrate.c61 static int slice; variable
87 warnx("%s: warning: FreeBSD slice without disklabel",
261 if (slice) {
350 slice = 1;
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mbr.fr41 Une installation sur une partie du disque cr�e une partition, ou `slice', pour
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_valarray.h83 class slice; // BLAS-like slice out of an array
85 class gslice; // generalized slice out of an array
179 * @param sa Array slice to get values from.
189 * @param ga Array slice to get values from.
199 * @param ma Array slice to get values from.
209 * @param ia Array slice to get values from.
234 * indicated by the slice argument. The new valarray has the same size
235 * as the input slice. @see slice
[all...]

Completed in 588 milliseconds

12