Searched refs:OtherOptions (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | ParametrizedLine.h | 46 template<int OtherOptions> 47 ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) in ParametrizedLine() 61 template <int OtherOptions> 62 explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane); 98 template <int OtherOptions> 99 …Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) con… 101 template <int OtherOptions> 102 Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const; 104 template <int OtherOptions> 105 …VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) con… [all …]
|
D | Hyperplane.h | 55 template<int OtherOptions> 56 Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) in Hyperplane() 261 template<typename OtherScalarType,int OtherOptions> 262 …inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>&… in Hyperplane() 269 template<int OtherOptions> 270 …bool isApprox(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other, const typename…
|
D | Transform.h | 288 template<int OtherOptions> 289 inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other) in Transform() 296 template<int OtherMode,int OtherOptions> 297 inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) in Transform() 324 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType; in Transform() 467 template<int OtherMode,int OtherOptions> struct icc_11_workaround 469 …nsform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType; 475 template<int OtherMode,int OtherOptions> 476 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType 477 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const [all …]
|
D | Quaternion.h | 269 template<typename OtherScalar, int OtherOptions> 270 explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 68 cl::OptionCategory OtherOptions("Other Options"); variable 86 cl::cat(OtherOptions)); 89 cl::cat(OtherOptions)); 92 cl::cat(OtherOptions)); 95 cl::cat(OtherOptions)); 97 cl::cat(OtherOptions));
|