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

1234567891011>>

/external/clang/test/Driver/
H A Dnostdincxx.cpp3 #include <vector>
/external/clang/test/Modules/Inputs/PR25501/
H A Da2.h2 vector aaa = vector();
H A Db.h2 vector aaa = vector();
H A DVector.h2 struct vector { struct
3 vector() {} function in struct:vector
4 vector(_Vector_base<int>);
/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 \
28 vector unsigned char test_vpmsumb(void)
30 vector unsigned char a = B_INIT1
31 vector unsigned char b = B_INIT2
37 vector unsigned short test_vpmsumh(void)
39 vector unsigned short a = H_INIT1
40 vector unsigned short b = H_INIT2
46 vector unsigned int test_vpmsumw(void)
48 vector unsigne
[all...]
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Denabled_hash.pass.cpp12 // <vector>
14 // Test that <vector> provides all of the arithmetic, enum, and pointer
17 #include <vector>
25 test_hash_enabled_for_type<std::vector<bool> >();
26 test_hash_enabled_for_type<std::vector<bool, min_allocator<bool>>>();
/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/tpm2/
H A Dbits.h10 #define CLEAR_BIT(bit, vector) BitClear((bit), (BYTE *)&(vector), sizeof(vector))
11 #define SET_BIT(bit, vector) BitSet((bit), (BYTE *)&(vector), sizeof(vector))
12 #define TEST_BIT(bit, vector) BitIsSet((bit), (BYTE *)&(vector), sizeof(vector))
/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'}}
/external/libcxx/test/libcxx/containers/sequences/vector/
H A Dconst_value_type.pass.cpp12 // <vector>
14 // vector<const int> v; // an extension
16 #include <vector>
21 std::vector<const int> v = {1, 2, 3};
/external/libcxx/test/std/containers/sequences/vector/
H A Dallocator_mismatch.fail.cpp10 // <vector>
13 #include <vector>
17 std::vector<int, std::allocator<long> > v;
/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/clang/lib/Headers/
H A Daltivec.h39 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
40 vector signed char __a, vector signed char __b, vector unsigned char __c);
42 static __inline__ vector unsigned char __ATTRS_o_ai
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
44 vector unsigned char __c);
46 static __inline__ vector bool char __ATTRS_o_ai
47 vec_perm(vector boo
[all...]
H A Dvecintrin.h60 vec_extract(vector signed char __vec, int __index) {
65 vec_extract(vector bool char __vec, int __index) {
70 vec_extract(vector unsigned char __vec, int __index) {
75 vec_extract(vector signed short __vec, int __index) {
80 vec_extract(vector bool short __vec, int __index) {
85 vec_extract(vector unsigned short __vec, int __index) {
90 vec_extract(vector signed int __vec, int __index) {
95 vec_extract(vector bool int __vec, int __index) {
100 vec_extract(vector unsigned int __vec, int __index) {
105 vec_extract(vector signe
[all...]
/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/test/CodeGenCXX/
H A Dbuiltins-systemz-zvector.cpp3 // RUN: -fzvector -fno-lax-vector-conversions -std=c++11 \
10 // (vector signed short)0 would be lowered as [4 x i32] in some cases)
13 void testInts(vector int VI) {
14 constexpr vector int CI1 = (vector int)0LL;
19 constexpr vector int CI2 = (vector int)char(0);
23 constexpr vector int CF1 = (vector int)0.0;
27 constexpr vector in
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/googletest/googletest/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/libtextclassifier/common/
H A Dsoftmax.h20 #include <vector>
25 // Computes probability of a softmax label. Parameter "scores" is the vector of
28 float ComputeSoftmaxProbability(const std::vector<float> &scores, int label);
30 // Computes and returns a softmax for a given vector of floats. Parameter
31 // "scores" is the vector of softmax logits.
32 std::vector<float> ComputeSoftmax(const std::vector<float> &scores);
/external/v8/testing/gtest/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/clang/test/Modules/
H A Dpr27401.cpp15 class vector : __vector_base<_Tp, _Allocator> { class in inherits:__vector_base
17 vector() noexcept(is_nothrow_default_constructible<_Allocator>::value);
18 vector(const vector &);
19 vector(vector &&)
24 vector<_Tp, _Allocator>::vector(const vector &__x) : __vector_base<_Tp, _Allocator>(__x.__alloc()) {} function in class:vector
27 vector<cha
[all...]
/external/clang/test/Modules/Inputs/PR27401/
H A Db.h11 class vector : __vector_base<_Tp, _Allocator> { class in inherits:__vector_base
13 vector() noexcept(is_nothrow_default_constructible<_Allocator>::value);
14 vector(const vector &);
15 vector(vector &&)
20 void GetUniquePtrType() { vector<char> v; }

Completed in 685 milliseconds

1234567891011>>