Home
last modified time | relevance | path

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

123

/external/eigen/Eigen/src/Geometry/
DQuaternion.h45 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 …]
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 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/
Dstddeque.cpp79 typedef typename QuaternionType::Coefficients Coefficients; in check_stddeque_quaternion() typedef
80 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stddeque_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_overload.cpp100 typedef typename QuaternionType::Coefficients Coefficients; in check_stddeque_quaternion() typedef
101 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stddeque_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()
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()
Dstdlist_overload.cpp128 typedef typename QuaternionType::Coefficients Coefficients; in check_stdlist_quaternion() typedef
129 QuaternionType x(Coefficients::Random()), y(Coefficients::Random()); in check_stdlist_quaternion()
Dgeo_eulerangles.cpp79 q1.coeffs() = Quaternionx::Coefficients::Random().normalized(); in eulerangles()
Dmain.h399 … T1::RealScalar test_relative_error(const T1 &a, const T2 &b, const typename T1::Coefficients* = 0)
/external/skqp/src/pathops/
DSkDCubicLineIntersection.cpp130 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()
DSkPathOpsCubic.h49 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
DSkPathOpsCubic.cpp125 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp130 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()
DSkPathOpsCubic.h49 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
DSkPathOpsCubic.cpp125 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp161 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/
DPathOpsCubicLineIntersectionIdeas.cpp161 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/
Dapi_def_Mfcc.pbtxt44 Mel Frequency Cepstral Coefficients are a way of representing audio data that's
/external/eigen/unsupported/test/
DEulerAngles.cpp175 q1.coeffs() = Quaternionx::Coefficients::Random().normalized(); in eulerangles()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2260 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/
Dcontrib.signal.md157 ## Computing Mel-Frequency Cepstral Coefficients (MFCCs)
/external/tensorflow/tensorflow/docs_src/tutorials/
Daudio_recognition.md301 Coefficients](https://en.wikipedia.org/wiki/Mel-frequency_cepstrum), or MFCCs
/external/libjpeg-turbo/
Dstructure.txt617 "int" for speed reasons, despite the storage cost. Coefficients are grouped

123