/external/eigen/Eigen/src/Geometry/ |
D | Quaternion.h | 44 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 …]
|
D | Hyperplane.h | 48 : 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/ |
D | Hyperplane.h | 43 : 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;
|
D | Quaternion.h | 60 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/ |
D | qtvector.cpp | 98 typedef typename QuaternionType::Coefficients Coefficients; in check_qtvector_quaternion() typedef 99 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_qtvector_quaternion()
|
D | stddeque.cpp | 79 typedef typename QuaternionType::Coefficients Coefficients; in check_stddeque_quaternion() typedef 80 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stddeque_quaternion()
|
D | stdvector.cpp | 88 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef 89 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
|
D | stdlist.cpp | 79 typedef typename QuaternionType::Coefficients Coefficients; in check_stdlist_quaternion() typedef 80 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdlist_quaternion()
|
D | stdvector_overload.cpp | 102 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef 103 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
|
D | geo_eulerangles.cpp | 79 q1.coeffs() = Quaternionx::Coefficients::Random().normalized(); in eulerangles()
|
/external/eigen/test/eigen2/ |
D | eigen2_qtvector.cpp | 98 typedef typename QuaternionType::Coefficients Coefficients; in check_qtvector_quaternion() typedef 99 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_qtvector_quaternion()
|
D | eigen2_stdvector.cpp | 88 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef 89 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
|
D | eigen2_newstdvector.cpp | 89 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef 90 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdvector_quaternion()
|
/external/skia/src/pathops/ |
D | SkDCubicLineIntersection.cpp | 128 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()
|
D | SkPathOpsCubic.h | 53 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
|
D | SkPathOpsCubic.cpp | 128 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
|
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 159 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/ |
D | DependenceAnalysis.cpp | 2298 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/ |
D | tgsi.rst | 61 .. opcode:: LIT - Light Coefficients
|
/external/libjpeg-turbo/ |
D | structure.txt | 617 "int" for speed reasons, despite the storage cost. Coefficients are grouped
|
/external/libexif/po/ |
D | en_AU.po | 3307 msgid "YCbCr Coefficients" 3308 msgstr "YCbCr Coefficients"
|
D | en_GB.po | 3307 msgid "YCbCr Coefficients" 3308 msgstr "YCbCr Coefficients"
|
D | libexif-12.pot | 3113 msgid "YCbCr Coefficients"
|
D | be.po | 3117 msgid "YCbCr Coefficients"
|
D | sr.po | 3223 msgid "YCbCr Coefficients"
|