Home
last modified time | relevance | path

Searched refs:Degree (Results 1 – 8 of 8) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h40 enum { Degree = _Degree /*!< The spline curve's degree. */ }; enumerator
59 : m_knots(1, (Degree==Dynamic ? 2 : 2*Degree+2)) in Spline()
60 , m_ctrls(ControlPointVectorType::Zero(2,(Degree==Dynamic ? 1 : Degree+1))) in Spline()
64 enum { MinDegree = (Degree==Dynamic ? 0 : Degree) }; in Spline()
241 …VectorBlock<BasisVectorType,Degree>(left,1,p) = u - VectorBlock<const KnotVectorType,Degree>(U,i+1… in BasisFunctions()
242 …VectorBlock<BasisVectorType,Degree>(right,1,p) = VectorBlock<const KnotVectorType,Degree>(U,i+1,p)… in BasisFunctions()
DSplineFwd.h17 template <typename Scalar, int Dim, int Degree = Dynamic> class Spline;
30 enum { Degree = _Degree /*!< The spline curve's degree. */ };
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp706 unsigned Degree = OpN->getNodeId(); in ScheduleNode() local
707 assert(Degree > 0 && "Predecessor over-released!"); in ScheduleNode()
708 OpN->setNodeId(--Degree); in ScheduleNode()
709 if (Degree == 0) in ScheduleNode()
732 unsigned Degree = N->use_size(); in Schedule() local
733 N->setNodeId(Degree); in Schedule()
752 unsigned Degree = Glue->getNodeId(); in Schedule() local
761 --Degree; in Schedule()
762 GUser->setNodeId(UDegree + Degree); in Schedule()
DSelectionDAG.cpp6589 unsigned Degree = N->getNumOperands(); in AssignTopologicalOrder() local
6590 if (Degree == 0) { in AssignTopologicalOrder()
6600 N->setNodeId(Degree); in AssignTopologicalOrder()
6614 unsigned Degree = P->getNodeId(); in AssignTopologicalOrder() local
6615 assert(Degree != 0 && "Invalid node degree"); in AssignTopologicalOrder()
6616 --Degree; in AssignTopologicalOrder()
6617 if (Degree == 0) { in AssignTopologicalOrder()
6626 P->setNodeId(Degree); in AssignTopologicalOrder()
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp473 unsigned Degree = SU->Succs.size(); in InitDAGTopologicalSorting() local
475 Node2Index[NodeNum] = Degree; in InitDAGTopologicalSorting()
478 if (Degree == 0) { in InitDAGTopologicalSorting()
/external/ceres-solver/cmake/
DFindSuiteSparse.cmake64 # == Symmetric Approximate Minimum Degree (AMD)
69 # == Constrained Approximate Minimum Degree (CAMD)
74 # == Column Approximate Minimum Degree (COLAMD)
79 # Constrained Column Approximate Minimum Degree (CCOLAMD)
/external/ceres-solver/docs/source/
Dsolving.rst900 Degree of the polynomial used to approximate the objective
/external/libexif/po/
Dnl.po2694 "Geeft de GPS-DOP (Degree Of Precision, mate van nauwkeurigheid). Een HDOP-"