Home
last modified time | relevance | path

Searched defs:Vector (Results 1 – 25 of 168) sorted by relevance

1234567

/external/swiftshader/src/Device/
DVector.hpp24 struct Vector struct
35 {
89 inline Vector::Vector() in Vector() function in sw::Vector
93 inline Vector::Vector(const int i) in Vector() function in sw::Vector
102 inline Vector::Vector(const Vector &v) in Vector() function in sw::Vector
109 inline Vector::Vector(const Point &P) in Vector() function in sw::Vector
116 inline Vector::Vector(float v_x, float v_y, float v_z) in Vector() function in sw::Vector
/external/swiftshader/src/Renderer/
DVector.hpp24 struct Vector struct
35 {
89 inline Vector::Vector() in Vector() function in sw::Vector
93 inline Vector::Vector(const int i) in Vector() function in sw::Vector
102 inline Vector::Vector(const Vector &v) in Vector() function in sw::Vector
109 inline Vector::Vector(const Point &P) in Vector() function in sw::Vector
116 inline Vector::Vector(float v_x, float v_y, float v_z) in Vector() function in sw::Vector
/external/libaom/libaom/third_party/vector/
Dvector.h44 typedef struct Vector { struct
50 } Vector; argument
/external/clang/test/SemaCXX/
Dfor-range-unused.cpp6 struct Vector { struct
19 Vector<int> vector; in main() argument
Dcxx-altivec.cpp3 struct Vector { struct
4 __vector float xyzw;
/external/flatbuffers/rust/flatbuffers/src/
Dvector.rs27 pub struct Vector<'a, T: 'a>(&'a [u8], usize, PhantomData<T>); struct
29 impl<'a, T: 'a> Vector<'a, T> { impl
45 impl<'a, T: Follow<'a> + 'a> Vector<'a, T> { implementation
56 impl<'a, T: SafeSliceAccess + 'a> Vector<'a, T> { impl
127 impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> { implementation
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_vector_test.cc19 TEST(Vector, Basic) { in TEST() argument
31 TEST(Vector, Stride) { in TEST() argument
/external/clang/include/clang/AST/
DDeclContextInternals.h55 if (DeclsTy *Vector = getAsVector()) in ~StoredDeclsList() local
56 delete Vector; in ~StoredDeclsList() local
60 if (DeclsTy *Vector = getAsVector()) member
61 delete Vector; member
156 DeclsTy &Vector = *getAsVector(); in getLookupResult() local
/external/clang/test/Modules/Inputs/
Dtemplates-left.h3 template<typename T> class Vector; variable
5 template<typename T> class Vector; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h31 explicit Vector(unsigned Length) in Vector() function
35 Vector(unsigned Length, PBQPNum InitVal) in Vector() function
41 Vector(const Vector &V) in Vector() function
47 Vector(Vector &&V) in Vector() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.cpp29 unsigned WebAssemblyTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
39 unsigned WebAssemblyTTIImpl::getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
/external/clang/test/CodeGenCXX/
Dmangle-ms-arg-qualifiers.cpp160 typedef double Vector[3]; typedef
162 void foo(Vector*) {} in foo() argument
166 void foo(Vector) {} in foo() argument
170 void foo_const(const Vector) {} in foo_const()
174 void foo_volatile(volatile Vector) {} in foo_volatile()
178 void foo(Vector*, const Vector, const double) {} in foo() argument
Dnoinline-template.cpp8 template <class Ty> struct Vector { struct
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h80 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
92 unsigned getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h80 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
89 unsigned getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
/external/clang/test/Parser/
Dcxx0x-for-range.cpp33 struct Vector { struct
34 struct iterator {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h57 unsigned getNumberOfRegisters(bool Vector) const { return 1; } in getNumberOfRegisters()
61 unsigned getRegisterBitWidth(bool Vector) const { return 32; } in getRegisterBitWidth()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp241 unsigned SystemZTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
251 unsigned SystemZTTIImpl::getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h120 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
132 unsigned getRegisterBitWidth(bool Vector) const { in getRegisterBitWidth()
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h29 explicit Vector(unsigned Length) in Vector() function
36 Vector(unsigned Length, PBQPNum InitVal) in Vector() function
45 Vector(const Vector &V) in Vector() function
53 Vector(Vector &&V) in Vector() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h89 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
98 unsigned getRegisterBitWidth(bool Vector) const { in getRegisterBitWidth()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DMath.h26 explicit Vector(unsigned length) : in Vector() function
31 Vector(unsigned length, PBQPNum initVal) : in Vector() function
37 Vector(const Vector &v) : in Vector() function
/external/google-fruit/include/fruit/impl/meta/
Dvector.h33 struct Vector {}; struct
/external/flatbuffers/lua/flatbuffers/
Dview.lua52 function mt:Vector(off) function
/external/deqp/framework/common/
DtcuVector.hpp93 class Vector class
173 inline Vector<T, Size>::Vector (void) in Vector() function in tcu::Vector
180 inline Vector<T, Size>::Vector (T s) in Vector() function in tcu::Vector
187 inline Vector<T, Size>::Vector (T x_, T y_) in Vector() function in tcu::Vector
195 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector() function in tcu::Vector
204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() function in tcu::Vector
214 inline Vector<T, Size>::Vector (const Vector<T, Size>& v) in Vector() function in tcu::Vector
221 inline Vector<T, Size>::Vector (const T (&v)[Size]) in Vector() function in tcu::Vector

1234567