/external/eigen/Eigen/src/Geometry/ |
D | Quaternion.h | 45 typedef typename internal::traits<Derived>::Coefficients Coefficients; typedef 79 …EIGEN_DEVICE_FUNC inline const VectorBlock<const Coefficients,3> vec() const { return coeffs().tem… in vec() 82 EIGEN_DEVICE_FUNC inline VectorBlock<Coefficients,3> vec() { return coeffs().template head<3>(); } in vec() 85 …EIGEN_DEVICE_FUNC inline const typename internal::traits<Derived>::Coefficients& coeffs() const { … in coeffs() 88 …EIGEN_DEVICE_FUNC inline typename internal::traits<Derived>::Coefficients& coeffs() { return deriv… in coeffs() 218 typedef Matrix<_Scalar,4,1,_Options> Coefficients; 220 Alignment = internal::traits<Coefficients>::Alignment, 238 typedef typename internal::traits<Quaternion>::Coefficients Coefficients; 279 EIGEN_DEVICE_FUNC inline Coefficients& coeffs() { return m_coeffs;} 280 EIGEN_DEVICE_FUNC 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 EIGEN_DEVICE_FUNC inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() 181 EIGEN_DEVICE_FUNC inline Coefficients& coeffs() { return m_coeffs; } in coeffs() 277 Coefficients m_coeffs;
|
/external/eigen/test/ |
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 | 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 | 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 | stddeque_overload.cpp | 100 typedef typename QuaternionType::Coefficients Coefficients; in check_stddeque_quaternion() typedef 101 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 | 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 | stdlist_overload.cpp | 128 typedef typename QuaternionType::Coefficients Coefficients; in check_stdlist_quaternion() typedef 129 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdlist_quaternion()
|
D | geo_eulerangles.cpp | 79 q1.coeffs() = Quaternionx::Coefficients::Random().normalized(); in eulerangles()
|
D | main.h | 399 … T1::RealScalar test_relative_error(const T1 &a, const T2 &b, const typename T1::Coefficients* = 0)
|
/external/skqp/src/pathops/ |
D | SkDCubicLineIntersection.cpp | 130 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in intersectRay() 169 SkDCubic::Coefficients(&c[0].fY, &A, &B, &C, &D); in HorizontalIntersect() 232 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in VerticalIntersect()
|
D | SkPathOpsCubic.h | 49 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
|
D | SkPathOpsCubic.cpp | 125 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
|
/external/skia/src/pathops/ |
D | SkDCubicLineIntersection.cpp | 130 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in intersectRay() 169 SkDCubic::Coefficients(&c[0].fY, &A, &B, &C, &D); in HorizontalIntersect() 232 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in VerticalIntersect()
|
D | SkPathOpsCubic.h | 49 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
|
D | SkPathOpsCubic.cpp | 125 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 | 161 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D); in DEF_TEST() 258 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D); in testOneFailure()
|
/external/skqp/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 161 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D); in DEF_TEST() 258 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D); in testOneFailure()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Mfcc.pbtxt | 44 Mel Frequency Cepstral Coefficients are a way of representing audio data that's
|
/external/eigen/unsupported/test/ |
D | EulerAngles.cpp | 175 q1.coeffs() = Quaternionx::Coefficients::Random().normalized(); in eulerangles()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2260 const SCEV *Coefficients = Src; in gcdMIVtest() local 2262 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest() 2271 Coefficients = AddRec->getStart(); in gcdMIVtest() 2273 const SCEV *SrcConst = Coefficients; in gcdMIVtest() 2279 Coefficients = Dst; in gcdMIVtest() 2281 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest() 2290 Coefficients = AddRec->getStart(); in gcdMIVtest() 2292 const SCEV *DstConst = Coefficients; in gcdMIVtest() 2349 Coefficients = Src; in gcdMIVtest() 2351 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest() [all …]
|
/external/tensorflow/tensorflow/docs_src/api_guides/python/ |
D | contrib.signal.md | 157 ## Computing Mel-Frequency Cepstral Coefficients (MFCCs)
|
/external/tensorflow/tensorflow/docs_src/tutorials/ |
D | audio_recognition.md | 301 Coefficients](https://en.wikipedia.org/wiki/Mel-frequency_cepstrum), or MFCCs
|
/external/libjpeg-turbo/ |
D | structure.txt | 617 "int" for speed reasons, despite the storage cost. Coefficients are grouped
|