/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | FFTW.cpp | 67 template<typename Scalar> struct VectorType<StdVectorContainer,Scalar> struct 72 template<typename Scalar> struct VectorType<EigenVectorContainer,Scalar> struct 82 typedef typename VectorType<Container,Scalar>::type ScalarVector; in test_scalar_generic() argument
|
H A D | BVH.cpp | 27 typedef Matrix<double, Dim, 1> VectorType; typedef 44 typedef Matrix<double, Dim, 1> VectorType; typedef 95 typedef Matrix<double, Dim, 1> VectorType; typedef
|
/aosp_15_r20/external/eigen/test/ |
H A D | geo_alignedbox.cpp | 36 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() typedef 92 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxTranslatable() typedef 242 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxRotatable() typedef 313 typedef Matrix<Scalar, Dim, 1> VectorType; in alignedboxNonIntegralRotatable() typedef 433 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxCastTests() typedef
|
H A D | cholesky.cpp | 28 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in test_chol_update() typedef 67 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky() typedef 299 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_cplx() typedef 348 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_bug241() typedef
|
H A D | conservative_resize.cpp | 63 typedef Matrix<Scalar, 1, Eigen::Dynamic> VectorType; in run_vector_tests() typedef 116 typedef Eigen::Matrix<AnnoyingScalar,Dynamic,1> VectorType; in noncopyable() typedef
|
H A D | diagonalmatrices.cpp | 16 typedef Matrix<Scalar, Rows, 1> VectorType; in diagonalmatrices() typedef 120 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in as_scalar_product() typedef
|
H A D | sparseLM.cpp | 23 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef 131 typedef Matrix<T,Dynamic,1> VectorType; in test_sparseLM_T() typedef
|
H A D | denseLM.cpp | 25 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef 148 typedef Matrix<T,Dynamic,1> VectorType; in test_denseLM_T() typedef
|
H A D | stl_iterators.cpp | 125 typedef Matrix<Scalar,Rows,1> VectorType; in test_stl_iterators() typedef 522 typedef Matrix<Scalar,Rows,1> VectorType; in test_stl_container_detection() typedef
|
H A D | miscmatrices.cpp | 18 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in miscMatrices() typedef
|
H A D | exceptions.cpp | 34 typedef Eigen::Matrix<AnnoyingScalar,Dynamic,1> VectorType; in EIGEN_DECLARE_TEST() typedef
|
H A D | dontalign.cpp | 23 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in dontalign() typedef
|
H A D | product_trmv.cpp | 16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in trmv() typedef
|
H A D | array_replicate.cpp | 18 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in replicate() typedef
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 358 VectorType, enumerator 635 struct VectorType : ObjectImpl<VectorType, Type, Object::Kind::VectorType> struct 637 Type *base = nullptr; 638 uint32_t components = 0; 640 …ing name() const override { return "vec" + std::to_string(components) + "<" + base->name() + ">"; } in name() 641 uint32_t sizeInBytes() const override { return base->sizeInBytes() * components; } in sizeInBytes() 642 size_t numMembers() const override { return components; } in numMembers() 643 Member getMember(size_t i) const override { return { base, vecElementName(i, components) }; } in getMember() 645 std::shared_ptr<vk::dbg::Value> value(void *ptr, bool interleaved) const override in value()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/detail/ |
H A D | NEDirectConvolutionDetail.h | 470 …using VectorType = typename std::conditional<std::is_same<T, uint8_t>::value, uint8x8x3_t, int8… in single_convolve_3x3_dilation() local 598 …using VectorType = typename std::conditional<std::is_same<T1, uint8_t>::value, uint8x8x2_t, int… in convolve_3x3() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/ |
D | ast.go | 1801 type VectorType struct { struct 1802 Dimension AST 1803 Base AST 1806 func (vt *VectorType) print(ps *printState) { 1814 func (vt *VectorType) printInner(ps *printState) { 1826 func (vt *VectorType) Traverse(fn func(AST) bool) { 1833 func (vt *VectorType) Copy(fn func(AST) AST, skip func(AST) bool) AST { 1855 func (vt *VectorType) GoString() string { 1859 func (vt *VectorType) goString(indent int, field string) string {
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuDirectConv2dOutputStageKernel.cpp | 228 …using VectorType = typename wrapper::traits::neon_bitvector_t<TOut, wrapper::traits::BitWidth::… in output_stage_nchw() typedef 308 …using VectorType = typename wrapper::traits::neon_bitvector_t<TOut, wrapper::traits::BitWidth::… in output_stage_nhwc() typedef
|
/aosp_15_r20/system/tools/hidl/ |
D | VectorType.h | 28 struct VectorType : public TemplatedType { struct
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/BVH/ |
H A D | KdBVH.h | 22 typedef Matrix<Scalar, Dim, 1> VectorType; typedef
|
/aosp_15_r20/external/eigen/Eigen/src/Geometry/ |
H A D | RotationBase.h | 38 typedef Matrix<Scalar,Dim,1> VectorType; typedef
|
H A D | Umeyama.h | 107 typedef Matrix<Scalar, Dimension, 1> VectorType; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | gelu.h | 59 using VectorType = Eigen::VectorX<T>; in Gelu() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
H A D | MINRES.h | 39 typedef Matrix<Scalar,Dynamic,1> VectorType; in minres() typedef
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | UniqueVector.h | 27 typedef typename std::vector<T> VectorType; typedef
|