/external/eigen/bench/ |
D | geometry.cpp | 43 enum {Dim = T::Dim}; enumerator 58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) in transform() argument 63 template<typename T> struct get_dim { enum { Dim = T::Dim }; }; enumerator 65 struct get_dim<Matrix<S,R,C,O,MR,MC> > { enum { Dim = R }; }; enumerator
|
/external/eigen/unsupported/test/ |
D | polynomialutils.cpp | 31 typedef internal::increment_if_fixed_size<_Deg> Dim; in realRoots_to_monicPolynomial_test() typedef 69 typedef internal::increment_if_fixed_size<_Deg> Dim; in CauchyBounds() typedef
|
D | polynomialsolver.cpp | 168 typedef internal::increment_if_fixed_size<_Deg> Dim; in polynomialsolver() typedef
|
D | BVH.cpp | 17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1… in bounding_box() argument
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 24 Dim = Transform::Dim, enumerator 183 Dim = _Dim, ///< space dimension in which the transformation holds enumerator 288 inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other) in Transform() argument 296 inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) in Transform() argument 577 inline explicit Transform(const Transform<OtherScalarType,Dim,Mode,Options>& other) in Transform() argument
|
D | RotationBase.h | 32 enum { Dim = _Dim }; enumerator
|
D | Translation.h | 35 enum { Dim = _Dim }; enumerator
|
/external/eigen/test/eigen2/ |
D | eigen2_alignedbox.cpp | 45 const int Dim = BoxType::AmbientDimAtCompileTime; in alignedbox() local
|
D | eigen2_parametrizedline.cpp | 46 const int Dim = LineType::AmbientDimAtCompileTime; in parametrizedline() local
|
D | eigen2_hyperplane.cpp | 71 const int Dim = HyperplaneType::AmbientDimAtCompileTime; in hyperplane() local
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | RotationBase.h | 28 enum { Dim = _Dim }; enumerator
|
D | Transform.h | 48 Dim = _Dim, ///< space dimension in which the transformation holds enumerator
|
D | Scaling.h | 34 enum { Dim = _Dim }; enumerator
|
D | Translation.h | 34 enum { Dim = _Dim }; enumerator
|
/external/eigen/test/ |
D | geo_parametrizedline.cpp | 46 const int Dim = LineType::AmbientDimAtCompileTime; in parametrizedline() local
|
D | geo_alignedbox.cpp | 94 const int Dim = BoxType::AmbientDimAtCompileTime; in alignedboxCastTests() local
|
D | geo_hyperplane.cpp | 71 const int Dim = HyperplaneType::AmbientDimAtCompileTime; in hyperplane() local
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.h | 69 struct tgsi_declaration_dimension Dim; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.h | 69 struct tgsi_declaration_dimension Dim; member
|
/external/eigen/demos/opengl/ |
D | quaternion_demo.cpp | 138 enum { Dim = 3 }; enumerator
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3943 unsigned Dim = 0; in EvaluateArrayTypeTrait() local 3954 uint64_t Dim; in EvaluateArrayTypeTrait() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 555 unsigned Dim = Indices.size(); in expand() local
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 3817 llvm::APInt Dim = CAT->getSize(); in RewriteObjCFieldDecl() local
|