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

1234567891011>>

/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/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...]
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/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...]
/prebuilts/sdk/renderscript/clang-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...]
/prebuilts/sdk/tools/darwin/renderscript/clang-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...]
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/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...]
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/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...]
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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...]
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/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...]
/prebuilts/misc/common/swig/include/2.0.11/r/
H A Dstd_vector.i11 struct traits_from_ptr<std::vector<double> > {
12 static SEXP from (std::vector<double > *val, int owner = 0) {
25 struct traits_from_ptr<std::vector<float> > {
26 static SEXP from (std::vector<float > *val, int owner = 0) {
39 struct traits_from_ptr<std::vector<unsigned int> > {
40 static SEXP from (std::vector<unsigned int > *val, int owner = 0) {
53 struct traits_from_ptr<std::vector<int> > {
54 static SEXP from (std::vector<int > *val, int owner = 0) {
68 struct traits_from_ptr<std::vector<bool> > {
69 static SEXP from (std::vector<boo
[all...]
/prebuilts/misc/common/swig/include/2.0.11/ruby/
H A Dstd_vector.i9 struct traits_asptr<std::vector<T> > {
10 static int asptr(VALUE obj, std::vector<T> **vec) {
11 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
16 struct traits_from<std::vector<T> > {
17 static VALUE from(const std::vector<T>& vec) {
18 return traits_from_stdseq<std::vector<T> >::from(vec);
37 %mixin std::vector "Enumerable";
38 %ignore std::vector::push_back;
39 %ignore std::vector::pop_back;
42 %rename("delete") std::vector
[all...]
H A Dstd_vectora.i9 struct traits_asptr<std::vector<T,A> > {
10 typedef std::vector<T,A> vector_type;
18 struct traits_from<std::vector<T,A> > {
19 typedef std::vector<T,A> vector_type;
31 %mixin std::vector "Enumerable";
32 %ignore std::vector::push_back;
33 %ignore std::vector::pop_back;
34 %alias std::vector::push "<<";
/prebuilts/misc/common/swig/include/2.0.11/lua/
H A Dstd_vector.i4 * std::vector typemaps for LUA
8 #include <vector>
12 A really cut down version of the vector class.
14 Note: this does not match the true std::vector class
20 It would be useful to have a vector<->Lua table conversion routine
26 class vector {
28 vector();
29 vector(unsigned int);
30 vector(const vector
[all...]
/prebuilts/misc/common/swig/include/2.0.11/octave/
H A Dstd_vector.i7 struct traits_asptr<std::vector<T> > {
8 static int asptr(const octave_value& obj, std::vector<T> **vec) {
9 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
14 struct traits_from<std::vector<T> > {
15 static octave_value from(const std::vector<T>& vec) {
16 return traits_from_stdseq<std::vector<T> >::from(vec);
/prebuilts/misc/common/swig/include/2.0.11/python/
H A Dstd_vector.i9 struct traits_asptr<std::vector<T> > {
10 static int asptr(PyObject *obj, std::vector<T> **vec) {
11 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
16 struct traits_from<std::vector<T> > {
17 static PyObject *from(const std::vector<T>& vec) {
18 return traits_from_stdseq<std::vector<T> >::from(vec);
H A Dstd_vectora.i9 struct traits_asptr<std::vector<T,A> > {
10 typedef std::vector<T,A> vector_type;
18 struct traits_from<std::vector<T,A> > {
19 typedef std::vector<T,A> vector_type;
/prebuilts/misc/common/swig/include/2.0.11/std/
H A Dstd_vector.i2 // std::vector
9 %define %std_vector_methods(vector...)
10 %std_sequence_methods(vector)
17 %define %std_vector_methods_val(vector...)
18 %std_sequence_methods_val(vector)
26 // std::vector
28 // The aim of all that follows would be to integrate std::vector with
34 // -- f(std::vector<T>), f(const std::vector<T>&):
36 // previously wrapped std::vector<
[all...]
/prebuilts/misc/common/swig/include/2.0.11/ocaml/
H A Dstd_vector.i4 * SWIG typemaps for std::vector types
10 // std::vector
12 // The aim of all that follows would be to integrate std::vector with
18 // -- f(std::vector<T>), f(const std::vector<T>&), f(const std::vector<T>*):
20 // previously wrapped std::vector<T> can be passed.
21 // -- f(std::vector<T>&), f(std::vector<T>*):
22 // the parameter must be modified; therefore, only a wrapped std::vector
[all...]
/prebuilts/misc/common/swig/include/2.0.11/guile/
H A Dstd_vector.i4 * SWIG typemaps for std::vector
10 // std::vector
12 // The aim of all that follows would be to integrate std::vector with
18 // -- f(std::vector<T>), f(const std::vector<T>&), f(const std::vector<T>*):
20 // previously wrapped std::vector<T> can be passed.
21 // -- f(std::vector<T>&), f(std::vector<T>*):
22 // the parameter must be modified; therefore, only a wrapped std::vector
[all...]
/prebuilts/misc/common/swig/include/2.0.11/mzscheme/
H A Dstd_vector.i4 * SWIG typemaps for std::vector
10 // std::vector
12 // The aim of all that follows would be to integrate std::vector with
18 // -- f(std::vector<T>), f(const std::vector<T>&), f(const std::vector<T>*):
20 // previously wrapped std::vector<T> can be passed.
21 // -- f(std::vector<T>&), f(std::vector<T>*):
22 // the parameter must be modified; therefore, only a wrapped std::vector
[all...]
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dstd_vector.i4 * SWIG typemaps for std::vector types
10 // std::vector
12 // The aim of all that follows would be to integrate std::vector with
18 // -- f(std::vector<T>), f(const std::vector<T>&), f(const std::vector<T>*):
20 // previously wrapped std::vector<T> can be passed.
21 // -- f(std::vector<T>&), f(std::vector<T>*):
22 // the parameter must be modified; therefore, only a wrapped std::vector
[all...]
/prebuilts/misc/common/swig/include/2.0.11/go/
H A Dstd_vector.i6 #include <vector>
12 template<class T> class vector {
17 vector();
18 vector(size_type n);
33 throw std::out_of_range("vector index out of range");
40 throw std::out_of_range("vector index out of range");
46 template<> class vector<bool> {
51 vector();
52 vector(size_type n);
67 throw std::out_of_range("vector inde
[all...]
/prebuilts/misc/common/swig/include/2.0.11/java/
H A Dstd_vector.i8 #include <vector>
14 template<class T> class vector {
19 vector();
20 vector(size_type n);
35 throw std::out_of_range("vector index out of range");
42 throw std::out_of_range("vector index out of range");
48 template<> class vector<bool> {
53 vector();
54 vector(size_type n);
69 throw std::out_of_range("vector inde
[all...]
/prebuilts/misc/common/swig/include/2.0.11/tcl/
H A Dstd_vector.i8 // std::vector
10 // The aim of all that follows would be to integrate std::vector with
16 // -- f(std::vector< T >), f(const std::vector< T >&), f(const std::vector< T >*):
18 // previously wrapped std::vector< T > can be passed.
19 // -- f(std::vector< T >&), f(std::vector< T >*):
20 // the parameter must be modified; therefore, only a wrapped std::vector
22 // -- std::vector<
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/eq_fn/
H A Deq_by_less.hpp46 #include <vector>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/eq_fn/
H A Deq_by_less.hpp46 #include <vector>

Completed in 732 milliseconds

1234567891011>>