| /third_party/rust/crates/memchr/src/memmem/ |
| H A D | vector.rs | |
| /third_party/skia/modules/canvaskit/ |
| H A D | matrix.js | [all...] |
| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | vector.h | 26 class Vector : public Castable<Vector, Type> { class
|
| H A D | vector.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::ast::Vector); variable 24 Vector::Vector(ProgramID pid, in Vector() function in tint::ast::Vector [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Vector.hpp | 24 struct Vector struct 89 inline Vector::Vector() Vector() function in sw::Vector 93 inline Vector::Vector(const int i) Vector() function in sw::Vector 102 inline Vector::Vector(const Vector &v) Vector() function in sw::Vector 109 inline Vector::Vector(const Point &P) Vector() function in sw::Vector 116 inline Vector::Vector(float v_x, float v_y, float v_z) Vector() function in sw::Vector [all...] |
| /third_party/skia/third_party/externals/tint/src/sem/ |
| H A D | vector_type.h | 26 class Vector : public Castable<Vector, Type> { class
|
| H A D | vector_type.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::sem::Vector); variable 24 Vector::Vector(Type const* subtype, uint32_t width) in Vector() function in tint::sem::Vector [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetTransformInfo.h | 44 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 25 class Vector { class 30 explicit Vector(unsigned Length) in Vector() function in llvm::PBQP::Vector 34 Vector(unsigned Length, PBQPNum InitVal) in Vector() function in llvm::PBQP::Vector 40 Vector(const Vector &V) in Vector() function in llvm::PBQP::Vector 46 Vector(Vector function in llvm::PBQP::Vector [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | SmallSet.h | 40 SmallVector<T, N> Vector; member in llvm::SmallSet [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 32 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | UniqueVector.h | 35 VectorType Vector; member in llvm::UniqueVector [all...] |
| H A D | SmallSet.h | 138 SmallVector<T, N> Vector; member in llvm::SmallSet [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuMatrixUtil.hpp | 52 inline Matrix<T, Len+1, Len+1> translationMatrix (const Vector<T, Len>& translation) in translationMatrix() argument 84 inline Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear) in shearMatrix() argument
|
| H A D | tcuTexVerifierUtil.hpp | 41 inline Vector<float, Size> computeFloatingPointError (const Vector<float, Size>& value, const Vector<deInt32, Size>& numAccurateBits) in computeFloatingPointError() argument 50 inline Vector<float, Size> computeFixedPointError (const Vector<deInt32, Size>& numAccurateBits) in computeFixedPointError() argument 59 inline Vector<float, Size> computeColorBitsError(const Vector<deInt32, Size>& bits, const Vector<deInt3 argument [all...] |
| H A D | tcuVector.hpp | 84 VecAccess<T, VecSize, Size>& VecAccess<T, VecSize, Size>::operator= (const Vector< argument 93 class Vector global() class 162 operator ==(const Vector<T, Size>& v) const operator ==() argument 163 operator !=(const Vector<T, Size>& v) const operator !=() argument 174 inline Vector<T, Size>::Vector (void) Vector() function in tcu::Vector 181 inline Vector<T, Size>::Vector (T s) Vector() function in tcu::Vector 188 inline Vector<T, Size>::Vector (T x_, T y_) Vector() function in tcu::Vector 196 inline Vector<T, Size>::Vector (T x_, T y_, T z_) Vector() function in tcu::Vector 205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) Vector() function in tcu::Vector 215 Vector(const Vector<T, Size>& v) Vector() argument 222 operator =(const Vector<T, Size>& v) operator =() argument 274 operator -(const Vector<T, Size>& a) operator -() argument 283 operator +(const Vector<T, Size>& a, const Vector<T, Size>& b) operator +() argument 292 operator -(const Vector<T, Size>& a, const Vector<T, Size>& b) operator -() argument 301 operator *(const Vector<T, Size>& a, const Vector<T, Size>& b) operator *() argument 310 operator /(const Vector<T, Size>& a, const Vector<T, Size>& b) operator /() argument 319 operator <<(const Vector<T, Size>& a, const Vector<T, Size>& b) operator <<() argument 328 operator >>(const Vector<T, Size>& a, const Vector<T, Size>& b) operator >>() argument 337 operator *(T s, const Vector<T, Size>& a) operator *() argument 346 operator +(T s, const Vector<T, Size>& a) operator +() argument 355 operator -(T s, const Vector<T, Size>& a) operator -() argument 364 operator -(const Vector<T, Size>& a, T s) operator -() argument 373 operator /(T s, const Vector<T, Size>& a) operator /() argument 382 operator *(const Vector<T, Size>& a, T s) operator *() argument 385 operator +(const Vector<T, Size>& a, T s) operator +() argument 388 operator /(const Vector<T, Size>& a, T s) operator /() argument 397 operator +=(const Vector<T, Size>& v) operator +=() argument 405 operator -=(const Vector<T, Size>& v) operator -=() argument [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | vector.h | 22 class Vector { class 28 constexpr Vector() : start_(nullptr), length_(0) {} in Vector() function in v8::base::Vector 30 constexpr Vector(T* data, size_t length) : start_(data), length_(length) { in Vector() function in v8::base::Vector [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 90 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 126 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| H A D | StackContainerTests.cpp | 77 typedef StackVector<Ref<Dummy>, 2> Vector; in TEST() typedef
|
| /third_party/googletest/googletest/test/ |
| H A D | gtest-typed-test_test.cc | 65 typedef std::vector<T> Vector; typedef in CommonTest
|
| /third_party/rust/crates/cxx/src/ |
| H A D | lib.rs | 492 pub type Vector<T> = CxxVector<T>; types
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | vector_utils.h | 117 class Vector<2, Type> : public VectorBase<2, Type> global() class 135 class Vector<3, Type> : public VectorBase<3, Type> global() class 158 class Vector<4, Type> : public VectorBase<4, Type> global() class 219 initWithList(const Vector<OtherDimension, OtherType> &arg1, const Args &... args) initWithList() argument 260 Store(const Vector<Dimension, Type> &source, Type *destination) Store() argument 292 operator +( const Vector<Dimension, Type> &other) const operator +() argument 304 operator -( const Vector<Dimension, Type> &other) const operator -() argument 316 operator *( const Vector<Dimension, Type> &other) const operator *() argument 328 operator /( const Vector<Dimension, Type> &other) const operator /() argument 363 operator +=( const Vector<Dimension, Type> &other) operator +=() argument 374 operator -=( const Vector<Dimension, Type> &other) operator -=() argument 385 operator *=( const Vector<Dimension, Type> &other) operator *=() argument 396 operator /=( const Vector<Dimension, Type> &other) operator /=() argument 428 operator ==(const Vector<Dimension, Type> &other) const operator ==() argument 441 operator !=(const Vector<Dimension, Type> &other) const operator !=() argument 497 operator <<(std::ostream &ostream, const Vector<2, Type> &vector) operator <<() argument 503 cross(const Vector<3, Type> &other) const cross() argument 510 operator <<(std::ostream &ostream, const Vector<3, Type> &vector) operator <<() argument 516 operator <<(std::ostream &ostream, const Vector<4, Type> &vector) operator <<() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | double-conversion-utils.h | 216 class Vector { class 218 Vector() : start_(NULL), length_(0) {} in Vector() function in double_conversion::Vector 219 Vector(T* data, int len) : start_(data), length_(len) { in Vector() function in double_conversion::Vector
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.cpp | 163 std::vector<BT::RegisterRef> Vector; member in __anon24600::RegisterRefs
|