Home
last modified time | relevance | path

Searched refs:Vector (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/third_party/boost/boost/mpl/vector/aux_/preprocessed/plain/
Dvector50.hpp81 template< typename Vector, typename T > struct apply
86 typename Vector::item0, typename Vector::item1
87 , typename Vector::item2, typename Vector::item3
88 , typename Vector::item4, typename Vector::item5
89 , typename Vector::item6, typename Vector::item7
90 , typename Vector::item8, typename Vector::item9
91 , typename Vector::item10, typename Vector::item11
92 , typename Vector::item12, typename Vector::item13
93 , typename Vector::item14, typename Vector::item15
94 , typename Vector::item16, typename Vector::item17
[all …]
Dvector40.hpp69 template< typename Vector, typename T > struct apply
74 typename Vector::item0, typename Vector::item1
75 , typename Vector::item2, typename Vector::item3
76 , typename Vector::item4, typename Vector::item5
77 , typename Vector::item6, typename Vector::item7
78 , typename Vector::item8, typename Vector::item9
79 , typename Vector::item10, typename Vector::item11
80 , typename Vector::item12, typename Vector::item13
81 , typename Vector::item14, typename Vector::item15
82 , typename Vector::item16, typename Vector::item17
[all …]
Dvector30.hpp57 template< typename Vector, typename T > struct apply
62 typename Vector::item0, typename Vector::item1
63 , typename Vector::item2, typename Vector::item3
64 , typename Vector::item4, typename Vector::item5
65 , typename Vector::item6, typename Vector::item7
66 , typename Vector::item8, typename Vector::item9
67 , typename Vector::item10, typename Vector::item11
68 , typename Vector::item12, typename Vector::item13
69 , typename Vector::item14, typename Vector::item15
70 , typename Vector::item16, typename Vector::item17
[all …]
Dvector20.hpp45 template< typename Vector, typename T > struct apply
50 typename Vector::item0, typename Vector::item1
51 , typename Vector::item2, typename Vector::item3
52 , typename Vector::item4, typename Vector::item5
53 , typename Vector::item6, typename Vector::item7
54 , typename Vector::item8, typename Vector::item9
62 template< typename Vector > struct apply
65 typename Vector::item1, typename Vector::item2
66 , typename Vector::item3, typename Vector::item4
67 , typename Vector::item5, typename Vector::item6
[all …]
Dvector10.hpp37 template< typename Vector, typename T > struct apply
48 template< typename Vector > struct apply
59 template< typename Vector, typename T > struct apply
71 template< typename Vector > struct apply
105 template< typename Vector, typename T > struct apply
110 typename Vector::item0
118 template< typename Vector > struct apply
121 typename Vector::item1
129 template< typename Vector, typename T > struct apply
132 typename Vector::item0
[all …]
/third_party/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector50.hpp81 template< typename Vector, typename T > struct apply
86 typename Vector::item0, typename Vector::item1
87 , typename Vector::item2, typename Vector::item3
88 , typename Vector::item4, typename Vector::item5
89 , typename Vector::item6, typename Vector::item7
90 , typename Vector::item8, typename Vector::item9
91 , typename Vector::item10, typename Vector::item11
92 , typename Vector::item12, typename Vector::item13
93 , typename Vector::item14, typename Vector::item15
94 , typename Vector::item16, typename Vector::item17
[all …]
Dvector40.hpp69 template< typename Vector, typename T > struct apply
74 typename Vector::item0, typename Vector::item1
75 , typename Vector::item2, typename Vector::item3
76 , typename Vector::item4, typename Vector::item5
77 , typename Vector::item6, typename Vector::item7
78 , typename Vector::item8, typename Vector::item9
79 , typename Vector::item10, typename Vector::item11
80 , typename Vector::item12, typename Vector::item13
81 , typename Vector::item14, typename Vector::item15
82 , typename Vector::item16, typename Vector::item17
[all …]
Dvector30.hpp57 template< typename Vector, typename T > struct apply
62 typename Vector::item0, typename Vector::item1
63 , typename Vector::item2, typename Vector::item3
64 , typename Vector::item4, typename Vector::item5
65 , typename Vector::item6, typename Vector::item7
66 , typename Vector::item8, typename Vector::item9
67 , typename Vector::item10, typename Vector::item11
68 , typename Vector::item12, typename Vector::item13
69 , typename Vector::item14, typename Vector::item15
70 , typename Vector::item16, typename Vector::item17
[all …]
Dvector20.hpp45 template< typename Vector, typename T > struct apply
50 typename Vector::item0, typename Vector::item1
51 , typename Vector::item2, typename Vector::item3
52 , typename Vector::item4, typename Vector::item5
53 , typename Vector::item6, typename Vector::item7
54 , typename Vector::item8, typename Vector::item9
62 template< typename Vector > struct apply
65 typename Vector::item1, typename Vector::item2
66 , typename Vector::item3, typename Vector::item4
67 , typename Vector::item5, typename Vector::item6
[all …]
Dvector10.hpp38 template< typename Vector > struct apply
53 template< typename Vector > struct apply
76 template< typename Vector, typename T > struct apply
87 template< typename Vector > struct apply
98 template< typename Vector, typename T > struct apply
110 template< typename Vector > struct apply
142 template< typename Vector > struct apply
144 typedef typename Vector::item0 type;
151 template< typename Vector > struct apply
153 typedef typename Vector::back type;
[all …]
/third_party/typescript/tests/baselines/reference/
Des6ClassTest8.types31 class Vector {
32 >Vector : Vector
34 static norm(v:Vector):Vector {return null;}
35 >norm : (v: Vector) => Vector
36 >v : Vector
39 static minus(v1:Vector, v2:Vector):Vector {return null;}
40 >minus : (v1: Vector, v2: Vector) => Vector
41 >v1 : Vector
42 >v2 : Vector
45 static times(v1:Vector, v2:Vector):Vector {return null;}
[all …]
Des6ClassTest8.symbols27 class Vector {
28 >Vector : Symbol(Vector, Decl(es6ClassTest8.ts, 10, 1))
30 static norm(v:Vector):Vector {return null;}
31 >norm : Symbol(Vector.norm, Decl(es6ClassTest8.ts, 12, 14))
33 >Vector : Symbol(Vector, Decl(es6ClassTest8.ts, 10, 1))
34 >Vector : Symbol(Vector, Decl(es6ClassTest8.ts, 10, 1))
36 static minus(v1:Vector, v2:Vector):Vector {return null;}
37 >minus : Symbol(Vector.minus, Decl(es6ClassTest8.ts, 13, 47))
39 >Vector : Symbol(Vector, Decl(es6ClassTest8.ts, 10, 1))
41 >Vector : Symbol(Vector, Decl(es6ClassTest8.ts, 10, 1))
[all …]
Des6ClassTest8.js14 class Vector { class
15 static norm(v:Vector):Vector {return null;} field in Vector
16 static minus(v1:Vector, v2:Vector):Vector {return null;}
17 static times(v1:Vector, v2:Vector):Vector {return null;}
18 static cross(v1:Vector, v2:Vector):Vector {return null;}
25 static dot(v1:Vector, v2:Vector):Vector {return null;}
30 public forward: Vector;
31 public right: Vector;
32 public up: Vector;
33 constructor(public pos: Vector, lookAt: Vector) { argument
[all …]
Dumd-augmentation-1.types6 let v = new m.Vector(3, 2);
7 >v : m.Vector
8 >new m.Vector(3, 2) : m.Vector
9 >m.Vector : typeof m.Vector
11 >Vector : typeof m.Vector
18 >m.getLength : (p: m.Vector) => number
20 >getLength : (p: m.Vector) => number
21 >v : m.Vector
26 >v.translate(5, 5) : m.Vector
27 >v.translate : (dx: number, dy: number) => m.Vector
[all …]
Dumd-augmentation-2.types4 let v = new Math2d.Vector(3, 2);
5 >v : Math2d.Vector
6 >new Math2d.Vector(3, 2) : Math2d.Vector
7 >Math2d.Vector : typeof Math2d.Vector
9 >Vector : typeof Math2d.Vector
16 >Math2d.getLength : (p: Math2d.Vector) => number
18 >getLength : (p: Math2d.Vector) => number
19 >v : Math2d.Vector
24 >v.translate(5, 5) : Math2d.Vector
25 >v.translate : (dx: number, dy: number) => Math2d.Vector
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVector.hpp24 struct Vector struct
26 Vector();
27 Vector(const int i);
28 Vector(const Vector &v);
29 Vector(const Point &p);
30 Vector(float v_x, float v_y, float v_z);
32 Vector &operator=(const Vector &v);
52 Vector operator+() const;
53 Vector operator-() const;
55 Vector &operator+=(const Vector &v);
[all …]
DVector.cpp22 Vector Vector::operator+() const in operator +()
27 Vector Vector::operator-() const in operator -()
29 return Vector(-x, -y, -z); in operator -()
32 Vector &Vector::operator+=(const Vector &v) in operator +=()
41 Vector &Vector::operator-=(const Vector &v) in operator -=()
50 Vector &Vector::operator*=(float s) in operator *=()
59 Vector &Vector::operator/=(float s) in operator /=()
66 bool operator==(const Vector &U, const Vector &v) in operator ==()
74 bool operator!=(const Vector &U, const Vector &v) in operator !=()
82 bool operator>(const Vector &u, const Vector &v) in operator >()
[all …]
/third_party/typescript/tests/cases/compiler/
Des6ClassTest8.ts13 class Vector { class
14 static norm(v:Vector):Vector {return null;}
15 static minus(v1:Vector, v2:Vector):Vector {return null;}
16 static times(v1:Vector, v2:Vector):Vector {return null;}
17 static cross(v1:Vector, v2:Vector):Vector {return null;}
24 static dot(v1:Vector, v2:Vector):Vector {return null;}
29 public forward: Vector;
30 public right: Vector;
31 public up: Vector;
32 constructor(public pos: Vector, lookAt: Vector) {
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuVectorType.hpp36 class Vector;
38 typedef Vector<float, 1> Vec1;
39 typedef Vector<float, 2> Vec2;
40 typedef Vector<float, 3> Vec3;
41 typedef Vector<float, 4> Vec4;
43 typedef Vector<int, 1> IVec1;
44 typedef Vector<int, 2> IVec2;
45 typedef Vector<int, 3> IVec3;
46 typedef Vector<int, 4> IVec4;
48 typedef Vector<deUint32, 1> UVec1;
[all …]
DtcuVector.hpp40 explicit VecAccess (Vector<T, VecSize>& v, int x, int y);
41 explicit VecAccess (Vector<T, VecSize>& v, int x, int y, int z);
42 explicit VecAccess (Vector<T, VecSize>& v, int x, int y, int z, int w);
44 VecAccess& operator= (const Vector<T, Size>& v);
46 operator Vector<T, Size> (void) const;
49 Vector<T, VecSize>& m_vector;
54 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y) in VecAccess()
63 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y, int z) in VecAccess()
73 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y, int z, int w) in VecAccess()
84 VecAccess<T, VecSize, Size>& VecAccess<T, VecSize, Size>::operator= (const Vector<T, Size>& v) in operator =()
[all …]
DtcuVectorUtil.hpp127 inline T dot (const Vector<T, Size>& a, const Vector<T, Size>& b) in dot()
136 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared()
145 …e::meta::EnableIf<T, de::meta::TypesSame<T, double>::Value>::Type length (const Vector<T, Size>& a) in length()
151 …de::meta::EnableIf<T, de::meta::TypesSame<T, float>::Value>::Type length (const Vector<T, Size>& a) in length()
157 inline T distance (const Vector<T, Size>& a, const Vector<T, Size>& b) in distance()
163 inline Vector<T, Size> cross (const Vector<T, Size>& a, const Vector<T, Size>& b) in cross()
166 return Vector<T, Size>( in cross()
173 inline Vector<T, Size> normalize (const Vector<T, Size>& a) in normalize()
176 Vector<T, Size> res; in normalize()
183 inline Vector<T, Size> faceForward (const Vector<T, Size>& n, const Vector<T, Size>& i, const Vecto… in faceForward()
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_des.data13 DES Encrypt OpenSSL Test Vector #1
16 DES Encrypt OpenSSL Test Vector #2
19 DES Encrypt OpenSSL Test Vector #3
22 DES Encrypt OpenSSL Test Vector #4
25 DES Encrypt OpenSSL Test Vector #5
28 DES Encrypt OpenSSL Test Vector #6
31 DES Encrypt OpenSSL Test Vector #7
34 DES Encrypt OpenSSL Test Vector #8
37 DES Encrypt OpenSSL Test Vector #9
40 DES Encrypt OpenSSL Test Vector #10
[all …]
Dtest_suite_shax.data2 SHA-1 Test Vector NIST CAVS #1
6 SHA-1 Test Vector NIST CAVS #2
10 SHA-1 Test Vector NIST CAVS #3
14 SHA-1 Test Vector NIST CAVS #4
18 SHA-1 Test Vector NIST CAVS #5
22 SHA-1 Test Vector NIST CAVS #6
26 SHA-1 Test Vector NIST CAVS #7
30 SHA-1 Test Vector NIST CAVS #8
34 SHA-1 Test Vector NIST CAVS #9
38 SHA-1 Test Vector NIST CAVS #10
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DMapVector.h39 VectorType Vector; variable
57 return std::move(Vector); in takeVector()
60 size_type size() const { return Vector.size(); } in size()
66 Vector.reserve(NumEntries); in reserve()
69 iterator begin() { return Vector.begin(); } in begin()
70 const_iterator begin() const { return Vector.begin(); } in begin()
71 iterator end() { return Vector.end(); } in end()
72 const_iterator end() const { return Vector.end(); } in end()
74 reverse_iterator rbegin() { return Vector.rbegin(); } in rbegin()
75 const_reverse_iterator rbegin() const { return Vector.rbegin(); } in rbegin()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h29 VectorTy Vector; variable
34 assert(Vector.size() >= Map.size()); // May differ due to blotting. in ~BlotMapVector()
37 assert(I->second < Vector.size()); in ~BlotMapVector()
38 assert(Vector[I->second].first == I->first); in ~BlotMapVector()
40 for (typename VectorTy::const_iterator I = Vector.begin(), E = Vector.end(); in ~BlotMapVector()
43 Map[I->first] == size_t(I - Vector.begin()))); in ~BlotMapVector()
50 iterator begin() { return Vector.begin(); } in begin()
51 iterator end() { return Vector.end(); } in end()
52 const_iterator begin() const { return Vector.begin(); } in begin()
53 const_iterator end() const { return Vector.end(); } in end()
[all …]

12345678910>>...39