/external/eigen/unsupported/test/ |
D | FFTW.cpp | 67 template<typename Scalar> struct VectorType<StdVectorContainer,Scalar> struct 72 template<typename Scalar> struct VectorType<EigenVectorContainer,Scalar> argument 82 typedef typename VectorType<Container,Scalar>::type ScalarVector; in test_scalar_generic() argument
|
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
|
/external/eigen/test/ |
D | cholesky.cpp | 30 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in test_chol_update() typedef 70 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky() typedef 300 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_cplx() typedef 351 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_bug241() typedef
|
D | geo_alignedbox.cpp | 30 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() typedef 91 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxCastTests() typedef
|
D | miscmatrices.cpp | 19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in miscMatrices() typedef
|
D | dontalign.cpp | 24 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in dontalign() typedef
|
D | product_trmv.cpp | 17 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in trmv() typedef
|
D | sparseLM.cpp | 23 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef 131 typedef Matrix<T,Dynamic,1> VectorType; in test_sparseLM_T() typedef
|
D | denseLM.cpp | 25 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef 148 typedef Matrix<T,Dynamic,1> VectorType; in test_denseLM_T() typedef
|
D | inverse.cpp | 45 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> VectorType; in inverse() typedef
|
D | conservative_resize.cpp | 63 typedef Matrix<Scalar, 1, Eigen::Dynamic> VectorType; in run_vector_tests() typedef
|
D | product_selfadjoint.cpp | 16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in product_selfadjoint() typedef
|
D | array_replicate.cpp | 19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in replicate() typedef
|
D | geo_homogeneous.cpp | 20 typedef Matrix<Scalar,Size,1, ColMajor> VectorType; in homogeneous() typedef
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | LayoutUtils.h | 20 class VectorType; variable
|
/external/llvm-project/mlir/include/mlir/Dialect/Vector/ |
D | VectorUtils.h | 27 class VectorType; variable
|
/external/eigen/Eigen/src/Geometry/ |
D | RotationBase.h | 38 typedef Matrix<Scalar,Dim,1> VectorType; typedef
|
D | Umeyama.h | 107 typedef Matrix<Scalar, Dimension, 1> VectorType; typedef
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | KdBVH.h | 22 typedef Matrix<Scalar, Dim, 1> VectorType; typedef
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | MINRES.h | 38 typedef Matrix<Scalar,Dynamic,1> VectorType; in minres() typedef
|
/external/llvm/include/llvm/ADT/ |
D | UniqueVector.h | 27 typedef typename std::vector<T> VectorType; typedef
|
/external/perfetto/src/trace_processor/rpc/ |
D | query_result_serializer_benchmark.cc | 27 using VectorType = std::vector<uint8_t>; typedef
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | ConjugateGradient.h | 36 typedef Matrix<Scalar,Dynamic,1> VectorType; in conjugate_gradient() typedef
|
D | LeastSquareConjugateGradient.h | 36 typedef Matrix<Scalar,Dynamic,1> VectorType; in least_square_conjugate_gradient() typedef
|
/external/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/ |
D | mlir-support.cpp | 22 mlir::Type VectorType = mlir::VectorType::get({1, 2}, FloatType); variable
|