Searched refs:OtherOptions (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | ParametrizedLine.h | 46 template<int OtherOptions> 47 …E_FUNC ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) in ParametrizedLine() 61 template <int OtherOptions> 62 …EIGEN_DEVICE_FUNC explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& … 98 template <int OtherOptions> 99 …C Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c… 101 template <int OtherOptions> 102 …EIGEN_DEVICE_FUNC Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperp… 104 template <int OtherOptions> 105 …C VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c… [all …]
|
D | Hyperplane.h | 55 template<int OtherOptions> 56 EIGEN_DEVICE_FUNC Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) in Hyperplane() 263 template<typename OtherScalarType,int OtherOptions> 264 … explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>& other) in Hyperplane() 271 template<int OtherOptions> 272 …EIGEN_DEVICE_FUNC bool isApprox(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& oth…
|
D | Transform.h | 312 template<int OtherOptions> 313 EIGEN_DEVICE_FUNC inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other) 320 template<int OtherMode,int OtherOptions> 321 EIGEN_DEVICE_FUNC inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) 348 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType; 507 template<int OtherMode,int OtherOptions> struct icc_11_workaround 509 …nsform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType; 515 template<int OtherMode,int OtherOptions> 516 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType 517 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const [all …]
|
D | Quaternion.h | 270 template<typename OtherScalar, int OtherOptions> 271 EIGEN_DEVICE_FUNC explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseRef.h | 133 template<int OtherOptions> 134 inline Ref(const SparseMatrix<MatScalar,OtherOptions,MatIndex>& expr); 135 template<int OtherOptions> 136 inline Ref(const MappedSparseMatrix<MatScalar,OtherOptions,MatIndex>& expr); 144 template<int OtherOptions> 145 inline Ref(SparseMatrix<MatScalar,OtherOptions,MatIndex>& expr) 147 …EIGEN_STATIC_ASSERT(bool(Traits::template match<SparseMatrix<MatScalar,OtherOptions,MatIndex> >::M… 152 template<int OtherOptions> 153 inline Ref(MappedSparseMatrix<MatScalar,OtherOptions,MatIndex>& expr) 155 …EIGEN_STATIC_ASSERT(bool(Traits::template match<SparseMatrix<MatScalar,OtherOptions,MatIndex> >::M… [all …]
|
D | SparseVector.h | 293 template<int OtherOptions> 294 inline void swap(SparseMatrix<Scalar,OtherOptions,StorageIndex>& other)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 131 cl::OptionCategory OtherOptions("Other Options"); variable 165 cl::cat(OtherOptions), cl::sub(PrettySubcommand)); 169 cl::cat(OtherOptions), cl::sub(PrettySubcommand)); 257 cl::cat(OtherOptions), cl::sub(PrettySubcommand)); 259 cl::cat(OtherOptions), cl::sub(PrettySubcommand)); 263 cl::cat(OtherOptions), cl::sub(PrettySubcommand));
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 106 cl::OptionCategory OtherOptions("Other Options"); variable 132 cl::cat(OtherOptions), cl::sub(PrettySubcommand));
|