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

1234567891011>>

/external/clang/test/Driver/
H A Dnostdincxx.cpp3 #include <vector>
/external/clang/test/CodeGen/
H A Daltivec.c5 vector int test0 = (vector int)(1); // CHECK: @test0 = global <4 x i32> <i32 1, i32 1, i32 1, i32 1>
6 vector float test1 = (vector float)(1.0); // CHECK: @test1 = global <4 x float> <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
9 vector char v1 = (vector char)((vector int)(1, 2, 3, 4));
11 vector char v2 = (vector char)((vector floa
[all...]
H A Dbuiltins-ppc-crypto.c3 // RUN: -target-feature +crypto -target-feature +power8-vector \
7 // RUN: -target-feature +crypto -target-feature +power8-vector \
11 // RUN: -target-feature +crypto -target-feature +power8-vector \
32 vector unsigned char test_vpmsumb(void)
34 vector unsigned char a = B_INIT1
35 vector unsigned char b = B_INIT2
41 vector unsigned short test_vpmsumh(void)
43 vector unsigned short a = H_INIT1
44 vector unsigned short b = H_INIT2
50 vector unsigne
[all...]
H A Dbuiltins-ppc-crypto-disabled.c11 // RUN: -target-cpu pwr8 -target-feature -power8-vector \
27 vector unsigned int aw = W_INIT1
28 vector unsigned long long ad = D_INIT1
29 vector unsigned long long bd = D_INIT2
30 vector unsigned long long cd = D_INIT2
32 vector unsigned long long r1 = __builtin_crypto_vsbox(ad);
33 vector unsigned long long r2 = __builtin_crypto_vcipher(ad, bd);
34 vector unsigned long long r3 = __builtin_crypto_vcipherlast(ad, bd);
35 vector unsigned long long r4 = __builtin_crypto_vncipher(ad, bd);
36 vector unsigne
[all...]
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/
H A Dcontainer.fail.cpp19 #include <vector>
23 std::back_insert_iterator<std::vector<int> > i = std::vector<int>();
/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp21 template<typename> class vector {}; class
23 void set15(vector<const vector<int> >) {}
25 set15(vector<const vector<const int> >());
27 // CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<const vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}int>>' to 'vector<const vector<int>>' for 1st argument
29 // TREE: vector<
[all...]
/external/clang/test/Parser/
H A Dvsx.c6 vector double v_d2;
10 vector long double v_ld4; // expected-error {{cannot use 'long double' with '__vector'}}
H A Daltivec.c30 vector char v_c;
31 vector signed char v_sc;
32 vector unsigned char v_uc;
33 vector short v_s;
34 vector signed short v_ss;
35 vector unsigned short v_us;
36 vector short int v_si;
37 vector signed short int v_ssi;
38 vector unsigned short int v_usi;
39 vector in
[all...]
H A Dcxx-altivec.cpp30 vector char v_c;
31 vector signed char v_sc;
32 vector unsigned char v_uc;
33 vector short v_s;
34 vector signed short v_ss;
35 vector unsigned short v_us;
36 vector short int v_si;
37 vector signed short int v_ssi;
38 vector unsigned short int v_usi;
39 vector in
[all...]
/external/libcxx/test/std/containers/sequences/vector/
H A Dconst_value_type.pass.cpp10 // <vector>
12 // vector<const int> v; // an extension
14 #include <vector>
20 std::vector<const int> v = {1, 2, 3};
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Ddefault.recursive.pass.cpp10 // <vector>
11 // class vector
12 // vector();
14 #include <vector>
18 std::vector<X> q;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h31 #include <vector>
45 LodePNGInfo getPNGHeaderInfo(const std::vector<unsigned char>& png);
51 unsigned getChunkInfo(std::vector<std::string>& names, std::vector<size_t>& sizes,
52 const std::vector<unsigned char>& png);
61 unsigned getChunks(std::vector<std::string> names[3],
62 std::vector<std::vector<unsigned char> > chunks[3],
63 const std::vector<unsigned char>& png);
73 unsigned insertChunks(std::vector<unsigne
[all...]
/external/clang/lib/Headers/
H A Daltivec.h39 static vector signed char __ATTRS_o_ai
40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
42 static vector unsigned char __ATTRS_o_ai
43 vec_perm(vector unsigned char __a,
44 vector unsigned char __b,
45 vector unsigned char __c);
47 static vector bool char __ATTRS_o_ai
48 vec_perm(vector boo
[all...]
/external/ceres-solver/include/ceres/
H A Dcrs_matrix.h34 #include <vector>
77 vector<int> cols;
78 vector<int> rows;
79 vector<double> values;
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/gtest/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/pdfium/fpdfsdk/include/javascript/
H A DJavaScript.h11 #include <vector>
/external/eigen/demos/opengl/
H A Dicosphere.h14 #include <vector>
20 const std::vector<Eigen::Vector3f>& vertices() const { return mVertices; }
21 const std::vector<int>& indices(int level) const;
25 std::vector<Eigen::Vector3f> mVertices;
26 std::vector<std::vector<int>*> mIndices;
27 std::vector<int> mListIds;
/external/clang/test/SemaCXX/
H A Daltivec.cpp1 // RUN: %clang_cc1 -faltivec -fno-lax-vector-conversions -triple powerpc-unknown-unknown -fcxx-exceptions -verify %s
5 void test_vec_step(vector short arg1) {
6 vector bool char vbc;
7 vector signed char vsc;
8 vector unsigned char vuc;
9 vector bool short vbs;
10 vector short vs;
11 vector unsigned short vus;
12 vector pixel vp;
13 vector boo
[all...]
H A Dlibstdcxx_explicit_init_list_hack.cpp10 class vector { class in namespace:std::__debug
12 explicit vector() {} // expected-warning{{should not be explicit}} function in class:std::__debug::vector
21 struct { int a, b; std::__debug::vector<int> c; } e[] = { {1, 1} }; // expected-note{{used in initialization here}}
/external/clang/test/Sema/
H A Dbuiltins-ppc.c30 vector unsigned int test_vshasigmaw_or(void)
32 vector unsigned int a = W_INIT
33 vector unsigned int b = __builtin_crypto_vshasigmaw(a, 2, 15); // expected-error {{argument should be a value from 0 to 1}}
34 vector unsigned int c = __builtin_crypto_vshasigmaw(a, -1, 15); // expected-error {{argument should be a value from 0 to 1}}
35 vector unsigned int d = __builtin_crypto_vshasigmaw(a, 0, 85); // expected-error {{argument should be a value from 0 to 15}}
36 vector unsigned int e = __builtin_crypto_vshasigmaw(a, 1, -15); // expected-error {{argument should be a value from 0 to 15}}
40 vector unsigned long long test_vshasigmad_or(void)
42 vector unsigned long long a = D_INIT
43 vector unsigned long long b = __builtin_crypto_vshasigmad(a, 2, 15); // expected-error {{argument should be a value from 0 to 1}}
44 vector unsigne
[all...]
/external/clang/test/SemaTemplate/
H A Dqualified-names-diag.cpp4 template<typename T> class vector { }; // expected-note{{candidate}} class in namespace:std
13 std::vector<INT> v1;
14 vector<Real> v2;
/external/google-breakpad/src/processor/
H A Dtokenize.h36 #include <vector>
43 // characters in separators and placing them in the tokens vector.
47 // into the vector without splitting it up at all. This modifies line as
56 std::vector<char*> *tokens);
59 void StringToVector(const string &str, std::vector<char> &vec);
/external/libcxx/test/std/iterators/stream.iterators/iterator.range/
H A Dbegin_const.pass.cpp14 #include <vector>
20 const std::vector<int> v(ia, ia + sizeof(ia)/sizeof(ia[0]));
21 std::vector<int>::const_iterator i = begin(v);
/external/ceres-solver/internal/ceres/
H A Dsplit.h35 #include <vector>
44 vector<string>* res);

Completed in 911 milliseconds

1234567891011>>