Home
last modified time | relevance | path

Searched refs:Coefficients (Results 1 – 15 of 15) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DQuaternion.h44 typedef typename internal::traits<Derived>::Coefficients Coefficients; typedef
78 inline const VectorBlock<const Coefficients,3> vec() const { return coeffs().template head<3>(); } in vec()
81 inline VectorBlock<Coefficients,3> vec() { return coeffs().template head<3>(); } in vec()
84 …inline const typename internal::traits<Derived>::Coefficients& coeffs() const { return derived().c… in coeffs()
87 inline typename internal::traits<Derived>::Coefficients& coeffs() { return derived().coeffs(); } in coeffs()
218 typedef Matrix<_Scalar,4,1,_Options> Coefficients;
220 IsAligned = internal::traits<Coefficients>::Flags & AlignedBit,
238 typedef typename internal::traits<Quaternion>::Coefficients Coefficients;
277 inline Coefficients& coeffs() { return m_coeffs;}
278 inline const Coefficients& coeffs() const { return m_coeffs;}
[all …]
DHyperplane.h48 : Index(AmbientDimAtCompileTime)+1,1,Options> Coefficients; typedef
49 typedef Block<Coefficients,AmbientDimAtCompileTime,1> NormalReturnType;
50 typedef const Block<const Coefficients,AmbientDimAtCompileTime,1> ConstNormalReturnType;
166 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs()
171 inline Coefficients& coeffs() { return m_coeffs; } in coeffs()
264 Coefficients m_coeffs;
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DHyperplane.h43 : int(AmbientDimAtCompileTime)+1,1> Coefficients; typedef
44 typedef Block<Coefficients,AmbientDimAtCompileTime,1> NormalReturnType;
136 …inline const NormalReturnType normal() const { return NormalReturnType(*const_cast<Coefficients*>(… in normal()
155 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs()
160 inline Coefficients& coeffs() { return m_coeffs; } in coeffs()
251 Coefficients m_coeffs;
DQuaternion.h60 typedef Matrix<Scalar, 4, 1> Coefficients;
87 inline const Block<const Coefficients,3,1> vec() const { return m_coeffs.template start<3>(); }
90 inline Block<Coefficients,3,1> vec() { return m_coeffs.template start<3>(); }
93 inline const Coefficients& coeffs() const { return m_coeffs; }
96 inline Coefficients& coeffs() { return m_coeffs; }
203 Coefficients m_coeffs;
384 return Quaternion(Coefficients::Zero());
/external/eigen/test/
Dqtvector.cpp98 typedef typename QuaternionType::Coefficients Coefficients; in check_qtvector_quaternion() typedef
99 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_qtvector_quaternion()
Dstdlist.cpp79 typedef typename QuaternionType::Coefficients Coefficients; in check_stdlist_quaternion() typedef
80 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdlist_quaternion()
Dstdvector.cpp88 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
89 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
Dstddeque.cpp79 typedef typename QuaternionType::Coefficients Coefficients; in check_stddeque_quaternion() typedef
80 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stddeque_quaternion()
Dstdvector_overload.cpp102 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
103 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
/external/eigen/test/eigen2/
Deigen2_qtvector.cpp98 typedef typename QuaternionType::Coefficients Coefficients; in check_qtvector_quaternion() typedef
99 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_qtvector_quaternion()
Deigen2_stdvector.cpp88 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
89 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
Deigen2_newstdvector.cpp89 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
90 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2226 const SCEV *Coefficients = Src; in gcdMIVtest() local
2228 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2239 Coefficients = AddRec->getStart(); in gcdMIVtest()
2241 const SCEV *SrcConst = Coefficients; in gcdMIVtest()
2247 Coefficients = Dst; in gcdMIVtest()
2249 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2260 Coefficients = AddRec->getStart(); in gcdMIVtest()
2262 const SCEV *DstConst = Coefficients; in gcdMIVtest()
2319 Coefficients = Src; in gcdMIVtest()
2321 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
[all …]
/external/jpeg/
Dstructure.doc648 "int" for speed reasons, despite the storage cost. Coefficients are grouped
/external/qemu/distrib/jpeg-6b/
Dstructure.doc648 "int" for speed reasons, despite the storage cost. Coefficients are grouped