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

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpr61977.c4 vector
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr48226.c8 of the vector's being eliminated due to rs6000_macro_to_expand being called
11 struct vector { struct
15 struct vector vector = { 1.0, 2.0, 3.0, 4.0 }; variable in typeref:struct:vector
/haiku-buildtools/gcc/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
/haiku-buildtools/gcc/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" } */
/haiku-buildtools/gcc/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}; }
/haiku-buildtools/gcc/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...]
H A D5-03.c3 vector unsigned char u8 = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};
4 vector signed char s8 = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};
5 vector bool char b8 = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};
6 vector unsigned short u16 = {1,1,1,1,1,1,1,1};
7 vector signed short s16 = {1,1,1,1,1,1,1,1};
8 vector bool short b16 = {1,1,1,1,1,1,1,1};
9 vector unsigned int u32 = {1,1,1,1};
10 vector signed int s32 = {1,1,1,1};
11 vector bool int b32 = {1,1,1,1};
12 vector floa
[all...]
H A D7c-01.c3 vector float
8 return (vector float)(((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}));
10 return ((vector float){0,0,0,0});
H A D3a-04.c3 /* Small expression involving non-overloaded vector intrinsics. */
5 vector float
6 f(vector float a, vector float b, vector float c)
13 check(vec_all_gt(f(((vector float){2,3,5,7}),
14 ((vector float){11,13,17,19}),
15 ((vector float){23,29,31,37})),
16 ((vector float){23.18, 29.23, 32.29, 128.36}))
17 && vec_all_lt(f(((vector floa
[all...]
H A D3a-04m.c3 /* Small expression involving non-overloaded specific vector intrinsics. */
5 vector float
6 f(vector float a, vector float b, vector float c)
13 check(vec_all_gt(f(((vector float){2,3,5,7}),
14 ((vector float){11,13,17,19}),
15 ((vector float){23,29,31,37})),
16 ((vector float){23.18, 29.23, 32.29, 128.36}))
17 && vec_all_lt(f(((vector floa
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb62.C2 #include <vector>
6 std::vector<int> l(5, 0);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
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};
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/requirements/dr438/
H A Dconstructor.cc22 #include <vector>
26 std::vector<bool> vb(10, 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/
H A Dconstructor.cc22 #include <vector>
26 std::vector<int> v(10, 1);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dvector7.C6 #define vector __attribute__((__vector_size__(16) )) macro
7 vector int b;
8 vector int &a = b;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr51903.C4 #include <vector>
8 std::vector < std::vector< int > > (20000);

Completed in 205 milliseconds

1234567891011>>