/external/skia/src/base/ |
D | SkVx.h | 87 struct alignas(N*sizeof(T)) Vec { struct 97 SKVX_ALWAYS_INLINE Vec(T s) : lo(s), hi(s) {} in Vec() argument 101 SKVX_ALWAYS_INLINE Vec(std::initializer_list<T> xs) { in Vec() function 113 SKVX_ALWAYS_INLINE static Vec Load(const void* ptr) { in Load() argument 118 memcpy(ptr, this, sizeof(Vec)); in store() argument 121 Vec<N/2,T> lo, hi; argument
|
/external/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 72 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 78 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 87 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 249 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 253 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 337 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 343 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 349 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 354 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 359 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
|
D | TinyPtrVector.h | 149 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local 246 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local 254 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local 269 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local 285 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 88 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 94 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 114 constexpr /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 336 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 340 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 531 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 538 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 545 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 559 ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 566 ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef() [all …]
|
D | TinyPtrVector.h | 166 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local 266 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local 274 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local 289 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local 305 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
|
/external/pytorch/c10/util/ |
D | ArrayRef.h | 94 /* implicit */ ArrayRef(const SmallVectorTemplateCommon<T, U>& Vec) in ArrayRef() 114 /* implicit */ ArrayRef(const std::vector<T, A>& Vec) in ArrayRef() 132 /* implicit */ constexpr ArrayRef(const std::initializer_list<T>& Vec) in ArrayRef() 299 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T>& Vec) { in makeArrayRef() 305 ArrayRef<T> makeArrayRef(const SmallVector<T, N>& Vec) { in makeArrayRef() 311 ArrayRef<T> makeArrayRef(const std::vector<T>& Vec) { in makeArrayRef() 323 ArrayRef<T> makeArrayRef(const ArrayRef<T>& Vec) { in makeArrayRef() 329 ArrayRef<T>& makeArrayRef(ArrayRef<T>& Vec) { in makeArrayRef()
|
/external/rust/android-crates-io/crates/litemap/src/store/ |
D | vec_impl.rs | 22 impl<K, V> StoreConstEmpty<K, V> for Vec<(K, V)> { implementation 26 impl<K, V> Store<K, V> for Vec<(K, V)> { implementation 56 impl<K, V> StoreSlice<K, V> for Vec<(K, V)> { implementation 64 impl<K, V> StoreMut<K, V> for Vec<(K, V)> { implementation 109 impl<K: Ord, V> StoreFromIterable<K, V> for Vec<(K, V)> { implementation 142 impl<'a, K: 'a, V: 'a> StoreIterable<'a, K, V> for Vec<(K, V)> { implementation 151 impl<'a, K: 'a, V: 'a> StoreIterableMut<'a, K, V> for Vec<(K, V)> { implementation 160 impl<K, V> StoreIntoIterator<K, V> for Vec<(K, V)> { implementation 179 impl<K, V> StoreFromIterator<K, V> for Vec<(K, V)> {} implementation
|
/external/llvm/unittests/ADT/ |
D | SparseBitVectorTest.cpp | 18 SparseBitVector<> Vec; in TEST() local 37 SparseBitVector<> Vec, Other; in TEST() local 67 SparseBitVector<> Vec, Other; in TEST() local
|
D | PackedVectorTest.cpp | 22 PackedVector<unsigned, 2> Vec; in TEST() local 68 PackedVector<unsigned, 2> Vec(1); in TEST() local 84 PackedVector<signed, 2> Vec(1); in TEST() local
|
/external/clang/test/Index/ |
D | complete-cxx-inline-methods.cpp | 8 struct Vec { int x, y; }; argument
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ArrayRef.h | 74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 93 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 306 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 310 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 458 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 464 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 470 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 475 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 480 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
|
/external/rust/android-crates-io/crates/half/src/ |
D | vec.rs | 107 impl SealedHalfFloatVec for Vec<f16> {} implementation 108 impl SealedHalfFloatVec for Vec<bf16> {} implementation 111 impl SealedHalfBitsVec for Vec<u16> {} implementation 114 impl HalfFloatVecExt for Vec<f16> { implementation 158 impl HalfFloatVecExt for Vec<bf16> { implementation 202 impl HalfBitsVecExt for Vec<u16> { implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 322 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 326 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 478 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 484 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 490 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 501 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 506 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
|
D | TinyPtrVector.h | 167 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local 267 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local 275 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local 290 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local 306 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
|
/external/crosvm/cros_fdt/src/ |
D | propval.rs | 60 impl ToFdtPropval for Vec<u8> { implementation 84 impl ToFdtPropval for Vec<u32> { implementation 108 impl ToFdtPropval for Vec<u64> { implementation 166 impl ToFdtPropval for Vec<String> { implementation 189 impl FromFdtPropval for Vec<u8> { implementation 205 impl FromFdtPropval for Vec<u32> { implementation 230 impl FromFdtPropval for Vec<u64> { implementation 251 impl FromFdtPropval for Vec<String> { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/ |
D | rust_vec.rs | 29 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant 41 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant 87 Self::from_ref(unsafe { &*(v as *const Vec<String> as *const Vec<RustString>) }) in from_ref_vec_string() constant 103 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant
|
/external/pytorch/aten/src/ATen/native/cpu/ |
D | moments_utils.h | 45 using Vec = vec::Vectorized<T>; in AddMomentsVec() local 64 using Vec = vec::Vectorized<opmath_t<T>>; in UpdateMomentsVec() local 87 using Vec = vec::Vectorized<T>; in UpdateMomentsVec() local 119 using Vec = vec::Vectorized<math_t>; variable 183 using Vec = vec::Vectorized<T>; variable
|
D | ReduceUtils.h | 74 using Vec = Vectorized<vec_scalar_t<scalar_t>>; in init() local 154 using Vec = vec::Vectorized<scalar_t>; in map_acc() local 201 using Vec = vec::Vectorized<vec_scalar_t<scalar_t>>; in update() local 214 using Vec = vec::Vectorized<opmath_t>; in update() local 225 using Vec = vec::Vectorized<vec_scalar_t<scalar_t>>; in write() local
|
/external/clang/include/clang/AST/ |
D | DeclContextInternals.h | 86 if (DeclsTy *Vec = getAsVector()) in setHasExternalDecls() local 114 DeclsTy &Vec = *getAsVector(); in remove() local 132 DeclsTy &Vec = *getAsVector(); in removeExternalDecls() local 174 DeclsTy &Vec = *getAsVector(); in HandleRedeclaration() local 201 DeclsTy &Vec = *getAsVector(); in AddSubsequentDecl() local
|
/external/rust/cxx/src/ |
D | rust_vec.rs | 29 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant 41 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant 87 Self::from_ref(unsafe { &*(v as *const Vec<String> as *const Vec<RustString>) }) in from_ref_vec_string() constant 103 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/ |
D | rust_vec.rs | 29 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant 41 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant 87 Self::from_ref(unsafe { &*(v as *const Vec<String> as *const Vec<RustString>) }) in from_ref_vec_string() constant 103 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant
|
/external/rust/android-crates-io/crates/mls-rs-codec/src/ |
D | vec.rs | 18 impl<T> MlsSize for Vec<T> implementation 37 impl<T> MlsEncode for Vec<T> implementation 47 impl<T> MlsDecode for Vec<T> implementation
|
/external/executorch/kernels/optimized/cpu/ |
D | moments_utils.h | 55 using Vec = executorch::vec::Vectorized<T>; in AddMomentsVec() local 74 using Vec = executorch::vec::Vectorized<acc_t<T>>; in UpdateMomentsVec() local 101 using Vec = executorch::vec::Vectorized<T_ACC>; variable 171 using Vec = executorch::vec::Vectorized<T>; variable
|
/external/pytorch/test/cpp/aoti_abi_check/ |
D | test_vec.cpp | 10 using Vec = at::vec::Vectorized<int>; in TEST() typedef 25 using Vec = at::vec::Vectorized<int>; in TEST() typedef 39 using Vec = at::vec::Vectorized<int>; in TEST() typedef 67 using Vec = at::vec::Vectorized<float>; in TEST() typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | ExpandReductions.cpp | 122 Value *Vec = II->getArgOperand(1); in expandReductions() local 145 Value *Vec = II->getArgOperand(0); in expandReductions() local 157 Value *Vec = II->getArgOperand(0); in expandReductions() local
|