Home
last modified time | relevance | path

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

12

/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()
217 typedef Matrix<_Scalar,4,1,_Options> Coefficients;
219 IsAligned = internal::traits<Coefficients>::Flags & AlignedBit,
237 typedef typename internal::traits<Quaternion>::Coefficients Coefficients;
276 inline Coefficients& coeffs() { return m_coeffs;}
277 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;
176 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs()
181 inline Coefficients& coeffs() { return m_coeffs; } in coeffs()
275 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/eigen2/
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_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_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/eigen/test/
Dstdvector.cpp88 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
89 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
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()
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()
Dgeo_eulerangles.cpp79 q1.coeffs() = Quaternionx::Coefficients::Random().normalized(); in eulerangles()
/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp128 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in intersectRay()
167 SkDCubic::Coefficients(&c[0].fY, &A, &B, &C, &D); in HorizontalIntersect()
230 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in VerticalIntersect()
DSkPathOpsCubic.h53 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
DSkPathOpsCubic.cpp128 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp159 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D); in DEF_TEST()
254 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D); in testOneFailure()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2298 const SCEV *Coefficients = Src; in gcdMIVtest() local
2300 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2311 Coefficients = AddRec->getStart(); in gcdMIVtest()
2313 const SCEV *SrcConst = Coefficients; in gcdMIVtest()
2319 Coefficients = Dst; in gcdMIVtest()
2321 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2332 Coefficients = AddRec->getStart(); in gcdMIVtest()
2334 const SCEV *DstConst = Coefficients; in gcdMIVtest()
2391 Coefficients = Src; in gcdMIVtest()
2393 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
[all …]
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst61 .. opcode:: LIT - Light Coefficients
/external/libjpeg-turbo/
Dstructure.txt617 "int" for speed reasons, despite the storage cost. Coefficients are grouped
/external/libexif/po/
Den_GB.po3307 msgid "YCbCr Coefficients"
3308 msgstr "YCbCr Coefficients"
Den_AU.po3307 msgid "YCbCr Coefficients"
3308 msgstr "YCbCr Coefficients"
Dlibexif-12.pot3113 msgid "YCbCr Coefficients"
Dtr.po3117 msgid "YCbCr Coefficients"
Dsr.po3223 msgid "YCbCr Coefficients"

12