Searched refs:vector (Results 1 - 25 of 1385) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/profile/
H A Dmutex_extensions.cc23 #include <vector>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/
H A D1.cc21 #include <vector>
25 template class std::vector<int>; member in class:std
H A D1_c++0x.cc23 #include <vector>
25 template class std::vector<int>; member in class:std
H A D3.cc21 #include <vector>
26 template class std::vector<int, std::allocator<char> >; member in class:std
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/vector/explicit_instantiation/
H A D1.cc30 #include <vector>
34 template class std::vector<int>; member in class:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dsimd-5.c4 /* Ensure that we don't need a typedef to initialize a vector type. */
5 #define vector __attribute__ ((vector_size (8))) macro
6 vector char x = (vector char) {1,2,3,4,5,6,7,8}; /* { dg-bogus "initializer" } */
7 vector char y = (vector short) {1,2,3,4}; /* { dg-message "note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts" } */
H A Dsimd-6.c4 /* Ensure that we don't need a typedef to initialize a vector type. */
5 #define vector __attribute__ ((vector_size (8))) macro
6 vector char x = (vector char) {1,2,3,4,5,6,7,8}; /* { dg-bogus "initializer" } */
7 vector char y = (vector short) {1,2,3,4}; /* { dg-message "note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts" } */
H A Dvector-init-1.c5 #define vector __attribute__((__vector_size__(4*sizeof(int)) )) macro
6 vector signed int v1[]={0,1,2,3,4,5,6,7};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dsimd-5.c4 /* Ensure that we don't need a typedef to initialize a vector type. */
5 #define vector __attribute__ ((vector_size (8))) macro
6 vector char x = (vector char) {1,2,3,4,5,6,7,8}; /* { dg-bogus "initializer" } */
7 vector char y = (vector short) {1,2,3,4}; /* { dg-error "initializer" } */
H A Dsimd-6.c4 /* Ensure that we don't need a typedef to initialize a vector type. */
5 #define vector __attribute__ ((vector_size (8))) macro
6 vector char x = (vector char) {1,2,3,4,5,6,7,8}; /* { dg-bogus "initializer" } */
7 vector char y = (vector short) {1,2,3,4}; /* { dg-error "initializer" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dvecinit-1.c4 #define vector __attribute__((vector_size(16))) macro
7 vector float f1(void) { return (vector float){ a, 0.0, 0.0, 0.0}; }
8 vector float f2(void) { return (vector float){ 0.0, a, 0.0, 0.0}; }
9 vector float f3(void) { return (vector float){ 0.0, 0.0, a, 0.0}; }
10 vector float f4(void) { return (vector float){ 0.0, 0.0, 0.0, a}; }
H A Dvecinit-2.c4 #define vector __attribute__((vector_size(16))) macro
7 vector int f1(void) { return (vector int){ a, 0, 0, 0}; }
8 vector int f2(void) { return (vector int){ 0, a, 0, 0}; }
9 vector int f3(void) { return (vector int){ 0, 0, a, 0}; }
10 vector int f4(void) { return (vector int){ 0, 0, 0, a}; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vmx/
H A D1b-02.c3 vector unsigned char u8;
4 vector signed char s8;
5 vector bool char b8;
6 vector unsigned short u16;
7 vector signed short s16;
8 vector bool short b16;
9 vector unsigned int u32;
10 vector signed int s32;
11 vector bool int b32;
12 vector floa
[all...]
H A D1b-03.c4 vector unsigned char u8;
5 vector signed char s8;
6 vector bool char b8;
7 vector unsigned short u16;
8 vector signed short s16;
9 vector bool short b16;
10 vector unsigned int u32;
11 vector signed int s32;
12 vector bool int b32;
13 vector floa
[all...]
H A D1b-06-ansi.c5 vector char bool _4 ;
6 vector char unsigned _31 ;
7 vector char signed _59 ;
11 vector pixel _89 ;
12 vector int bool _95 ;
13 vector short bool _102 ;
14 vector unsigned int _122 ;
15 vector unsigned short _129 ;
16 vector signed int _150 ;
17 vector signe
[all...]
H A D1b-06.c3 vector char bool _4 ;
4 vector char unsigned _31 ;
5 vector char signed _59 ;
6 vector pixel _89 ;
7 vector int bool _95 ;
8 vector short bool _102 ;
9 vector unsigned int _122 ;
10 vector unsigned short _129 ;
11 vector signed int _150 ;
12 vector signe
[all...]
H A D1b-07-ansi.c5 vector char bool _0 ;
6 vector bool char _8 ;
7 vector char unsigned _56 ;
8 vector unsigned char _64 ;
9 vector char signed _112 ;
10 vector signed char _120 ;
14 vector pixel _170 ;
15 vector int bool _178 ;
16 vector bool int _186 ;
17 vector shor
[all...]
H A D1b-07.c3 vector char bool _0 ;
4 vector bool char _8 ;
5 vector char unsigned _56 ;
6 vector unsigned char _64 ;
7 vector char signed _112 ;
8 vector signed char _120 ;
9 vector pixel _170 ;
10 vector int bool _178 ;
11 vector bool int _186 ;
12 vector shor
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vmx/
H A D1b-02.c3 vector unsigned char u8;
4 vector signed char s8;
5 vector bool char b8;
6 vector unsigned short u16;
7 vector signed short s16;
8 vector bool short b16;
9 vector unsigned int u32;
10 vector signed int s32;
11 vector bool int b32;
12 vector floa
[all...]
H A D1b-03.c4 vector unsigned char u8;
5 vector signed char s8;
6 vector bool char b8;
7 vector unsigned short u16;
8 vector signed short s16;
9 vector bool short b16;
10 vector unsigned int u32;
11 vector signed int s32;
12 vector bool int b32;
13 vector floa
[all...]
H A D1b-06.c3 vector char bool _4 ;
4 vector char unsigned _31 ;
5 vector char signed _59 ;
7 vector pixel _89 ;
8 vector int bool _95 ;
9 vector short bool _102 ;
10 vector unsigned int _122 ;
11 vector unsigned short _129 ;
12 vector signed int _150 ;
13 vector signe
[all...]
H A D1b-07.c3 vector char bool _0 ;
4 vector bool char _8 ;
5 vector char unsigned _56 ;
6 vector unsigned char _64 ;
7 vector char signed _112 ;
8 vector signed char _120 ;
10 vector pixel _170 ;
11 vector int bool _178 ;
12 vector bool int _186 ;
13 vector shor
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb62.C2 #include <vector>
6 std::vector<int> l(5, 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/bool/requirements/dr438/
H A Dconstructor.cc22 #include <vector>
26 std::vector<bool> vb(10, 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/
H A Dconstructor.cc22 #include <vector>
26 std::vector<int> v(10, 1);

Completed in 425 milliseconds

1234567891011>>