HomeSort by relevance Sort by last modified time
    Searched refs:AutoAlign (Results 1 - 13 of 13) sorted by null

  /external/eigen/bench/
benchGeometry.cpp 99 run_vec(TV, float, Isometry, AutoAlign, 3);
101 run_vec(TV, float, Isometry, AutoAlign, 4);
103 run_vec(TV, float, Projective, AutoAlign, 4);
105 run_vec(TV, double, Isometry, AutoAlign, 3);
107 run_vec(TV, double, Isometry, AutoAlign, 4);
109 run_vec(TV, double, Projective, AutoAlign, 4);
113 run_vec(TMATV, float, Isometry, AutoAlign, 4);
115 run_vec(TMATV, double, Isometry, AutoAlign, 4);
119 run_trans(TV, float, Isometry, AutoAlign);
121 run_trans(TV, double, Isometry, AutoAlign);
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 53 int _Options = AutoAlign |
194 int _Options = AutoAlign |
260 template<typename Scalar, int Options = AutoAlign> class Quaternion;
261 template<typename Scalar,int Dim,int Mode,int _Options=AutoAlign> class Transform;
262 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class ParametrizedLine;
263 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class Hyperplane;
Constants.h 268 AutoAlign = 0,
XprHelper.h 108 int _Options = AutoAlign |
182 AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
193 AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
212 // AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
  /external/eigen/test/
geo_transformations.cpp 404 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a;
457 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
458 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() ));
460 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
461 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() ));
464 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
468 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
471 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
474 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
478 CALL_SUBTEST_7(( transform_products<double,3,RowMajor|AutoAlign>() ));
    [all...]
geo_quaternion.cpp 232 typedef Quaternion<Scalar,AutoAlign> QuaternionA;
273 CALL_SUBTEST_1(( quaternion<float,AutoAlign>() ));
275 CALL_SUBTEST_2(( quaternion<double,AutoAlign>() ));
geo_parametrizedline.cpp 66 typedef ParametrizedLine<Scalar,4,AutoAlign> Line4a;
geo_hyperplane.cpp 119 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a;
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 45 AutoAlign | (traits<MatrixType>::Flags & RowMajorBit ? RowMajor : ColMajor),
Quaternion.h 193 * \tparam _Options controls the memory alignment of the coefficients. Can be \# AutoAlign or \# DontAlign. Default is AutoAlign.
306 struct traits<Map<Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
314 struct traits<Map<const Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
317 typedef traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > TraitsBase;
  /external/eigen/Eigen/src/Core/
ArrayBase.h 96 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
MatrixBase.h 112 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 230 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());

Completed in 157 milliseconds