Home
last modified time | relevance | path

Searched defs:VectorType (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/external/eigen/unsupported/test/
H A DFFTW.cpp67 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 DBVH.cpp27 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 Dgeo_alignedbox.cpp36 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 Dcholesky.cpp28 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 Dconservative_resize.cpp63 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 Ddiagonalmatrices.cpp16 typedef Matrix<Scalar, Rows, 1> VectorType; in diagonalmatrices() typedef
120 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in as_scalar_product() typedef
H A DsparseLM.cpp23 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef
131 typedef Matrix<T,Dynamic,1> VectorType; in test_sparseLM_T() typedef
H A DdenseLM.cpp25 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef
148 typedef Matrix<T,Dynamic,1> VectorType; in test_denseLM_T() typedef
H A Dstl_iterators.cpp125 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 Dmiscmatrices.cpp18 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in miscMatrices() typedef
H A Dexceptions.cpp34 typedef Eigen::Matrix<AnnoyingScalar,Dynamic,1> VectorType; in EIGEN_DECLARE_TEST() typedef
H A Ddontalign.cpp23 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in dontalign() typedef
H A Dproduct_trmv.cpp16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in trmv() typedef
H A Darray_replicate.cpp18 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in replicate() typedef
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp358 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 DNEDirectConvolutionDetail.h470 …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/
Dast.go1801 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 DCpuDirectConv2dOutputStageKernel.cpp228 …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/
DVectorType.h28 struct VectorType : public TemplatedType { struct
/aosp_15_r20/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h22 typedef Matrix<Scalar, Dim, 1> VectorType; typedef
/aosp_15_r20/external/eigen/Eigen/src/Geometry/
H A DRotationBase.h38 typedef Matrix<Scalar,Dim,1> VectorType; typedef
H A DUmeyama.h107 typedef Matrix<Scalar, Dimension, 1> VectorType; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dgelu.h59 using VectorType = Eigen::VectorX<T>; in Gelu() local
/aosp_15_r20/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h39 typedef Matrix<Scalar,Dynamic,1> VectorType; in minres() typedef
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DUniqueVector.h27 typedef typename std::vector<T> VectorType; typedef

12345