Home
last modified time | relevance | path

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

/external/eigen/test/
Dstddeque.cpp79 typedef typename QuaternionType::Coefficients Coefficients; in check_stddeque_quaternion() typedef
Dstdlist.cpp79 typedef typename QuaternionType::Coefficients Coefficients; in check_stdlist_quaternion() typedef
Dstdvector.cpp88 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_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
/external/eigen/Eigen/src/Geometry/
DQuaternion.h44 typedef typename internal::traits<Derived>::Coefficients Coefficients; typedef
DHyperplane.h48 : Index(AmbientDimAtCompileTime)+1,1,Options> Coefficients; typedef
/external/eigen/test/eigen2/
Deigen2_stdvector.cpp88 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
Deigen2_newstdvector.cpp89 typedef typename QuaternionType::Coefficients Coefficients; in check_stdvector_quaternion() typedef
Deigen2_qtvector.cpp98 typedef typename QuaternionType::Coefficients Coefficients; in check_qtvector_quaternion() typedef
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DHyperplane.h43 : int(AmbientDimAtCompileTime)+1,1> Coefficients; typedef
/external/skia/src/pathops/
DSkPathOpsCubic.cpp128 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2249 const SCEV *Coefficients = Src; in gcdMIVtest() local