Home
last modified time | relevance | path

Searched defs:Coefficients (Results 1 – 11 of 11) sorted by relevance

/external/eigen/test/
Dstdlist.cpp79 typedef typename QuaternionType::Coefficients Coefficients; in check_stdlist_quaternion() typedef
Dstddeque.cpp79 typedef typename QuaternionType::Coefficients Coefficients; in check_stddeque_quaternion() typedef
Dstdvector.cpp88 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
Dstddeque_overload.cpp100 typedef typename QuaternionType::Coefficients Coefficients; in check_stddeque_quaternion() typedef
Dstdvector_overload.cpp102 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
Dqtvector.cpp98 typedef typename QuaternionType::Coefficients Coefficients; in check_qtvector_quaternion() typedef
Dstdlist_overload.cpp128 typedef typename QuaternionType::Coefficients Coefficients; in check_stdlist_quaternion() typedef
/external/eigen/Eigen/src/Geometry/
DQuaternion.h45 typedef typename internal::traits<Derived>::Coefficients Coefficients; typedef
DHyperplane.h48 : Index(AmbientDimAtCompileTime)+1,1,Options> Coefficients; typedef
/external/skia/src/pathops/
DSkPathOpsCubic.cpp125 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2260 const SCEV *Coefficients = Src; in gcdMIVtest() local