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

1234567891011>>

/external/clang/test/Driver/
H A Dnostdincxx.cpp4 #include <vector>
/external/stlport/test/unit/
H A Dvector_header_test.cpp8 #include <vector>
/external/clang/test/CodeGen/
H A Daltivec.c6 vector int test0 = (vector int)(1); // CHECK: @test0 = global <4 x i32> <i32 1, i32 1, i32 1, i32 1>
7 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+}}>
10 vector char v1 = (vector char)((vector int)(1, 2, 3, 4));
12 vector char v2 = (vector char)((vector floa
[all...]
/external/chromium/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/chromium/chrome/browser/sync/syncable/
H A Dblob.h9 #include <vector>
15 typedef std::vector<uint8> Blob;
/external/clang/test/Parser/
H A Dcxx-altivec.cpp25 vector char v_c;
26 vector signed char v_sc;
27 vector unsigned char v_uc;
28 vector short v_s;
29 vector signed short v_ss;
30 vector unsigned short v_us;
31 vector short int v_si;
32 vector signed short int v_ssi;
33 vector unsigned short int v_usi;
34 vector in
[all...]
H A Daltivec.c25 vector char v_c;
26 vector signed char v_sc;
27 vector unsigned char v_uc;
28 vector short v_s;
29 vector signed short v_ss;
30 vector unsigned short v_us;
31 vector short int v_si;
32 vector signed short int v_ssi;
33 vector unsigned short int v_usi;
34 vector in
[all...]
/external/clang/lib/include/
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/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/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 Dfor-range-unused.cpp19 Vector<int> vector; local
20 vector.doIt();
/external/chromium/chrome/common/net/
H A Dpredictor_common.h13 #include <vector>
21 // Each element of this vector is a hostname that needs to be looked up.
23 typedef std::vector<std::string> NameList;
27 typedef std::vector<GURL> UrlList;
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_vms.h9 #include <vector>
19 const std::vector<string16>& lines,
20 std::vector<FtpDirectoryListingEntry>* entries);
H A Dftp_directory_listing_parser_windows.h9 #include <vector>
19 const std::vector<string16>& lines,
20 std::vector<FtpDirectoryListingEntry>* entries);
/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/clang/test/Sema/
H A Daltivec-init.c10 b = (v4)(5, 6, 7, 8, 9); // expected-warning {{excess elements in vector initializer}}
13 vector int vi;
14 vi = (vector int)(1);
15 vi = (vector int)(1, 2); // expected-error {{number of elements must be either one or match the size of the vector}}
16 vi = (vector int)(1, 2, 3, 4);
17 vi = (vector int)(1, 2, 3, 4, 5); // expected-warning {{excess elements in vector initializer}}
18 vi = (vector int){1};
19 vi = (vector in
[all...]
/external/llvm/include/llvm/Analysis/
H A DProfileInfoLoader.h19 #include <vector>
31 std::vector<std::string> CommandLines;
32 std::vector<unsigned> FunctionCounts;
33 std::vector<unsigned> BlockCounts;
34 std::vector<unsigned> EdgeCounts;
35 std::vector<unsigned> OptimalEdgeCounts;
36 std::vector<unsigned> BBTrace;
52 const std::vector<unsigned> &getRawFunctionCounts() const {
59 const std::vector<unsigned> &getRawBlockCounts() const {
66 const std::vector<unsigne
[all...]
/external/aac/libFDK/src/
H A Dscale.cpp113 * \brief Multiply input vector by \f$ 2^{scalefactor} \f$
120 void scaleValues(FIXP_SGL *vector, /*!< Vector */ argument
134 *(vector++) <<= scalefactor;
138 *(vector++) <<= scalefactor;
139 *(vector++) <<= scalefactor;
140 *(vector++) <<= scalefactor;
141 *(vector++) <<= scalefactor;
147 *(vector++) >>= negScalefactor;
151 *(vector++) >>= negScalefactor;
152 *(vector
170 scaleValues(FIXP_DBL *vector, INT len, INT scalefactor ) argument
280 scaleValuesWithFactor( FIXP_DBL *vector, FIXP_DBL factor, INT len, INT scalefactor ) argument
347 getScalefactorShort(const SHORT *vector, INT len ) argument
373 getScalefactorPCM(const INT_PCM *vector, INT len, INT stride ) argument
399 getScalefactorShort(const SHORT *vector, INT len, INT stride ) argument
429 getScalefactor(const FIXP_DBL *vector, INT len) argument
447 getScalefactor(const FIXP_SGL *vector, INT len) argument
[all...]
/external/chromium/chrome/browser/sync/util/
H A Ddata_encryption.h10 #include <vector>
15 using std::vector;
17 vector<uint8> EncryptData(const string& data);
18 bool DecryptData(const vector<uint8>& in_data, string* out_data);
/external/clang/test/Modules/Inputs/submodules/
H A Dvector.h1 template<typename T> class vector { }; class
/external/clang/test/Modules/
H A Dsubmodules.cpp5 @__experimental_modules_import std.vector;
7 vector<int> vi;
15 vector<float> vf;
18 @__experimental_modules_import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
/external/openfst/src/include/fst/script/
H A Dtext-io.h29 #include <vector>
30 using std::vector;
42 vector<WeightClass>* potential);
45 const vector<WeightClass>& potential);
/external/protobuf/gtest/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/regex-re2/re2/
H A Dprefilter_tree.h38 // The Compile returns a vector of string in atom_vec.
44 void Compile(vector<string>* atom_vec);
51 void RegexpsGivenStrings(const vector<int>& matched_atoms,
52 vector<int>* regexps) const;
78 vector<int> regexps;
85 void AssignUniqueIds(vector<string>* atom_vec);
88 void PropagateMatch(const vector<int>& atom_ids,
107 vector<Entry> entries_;
114 vector<int> unfiltered_;
116 // vector o
[all...]

Completed in 583 milliseconds

1234567891011>>