HomeSort by relevance Sort by last modified time
    Searched refs:PointType (Results 1 - 4 of 4) sorted by null

  /external/lldb/test/lang/cpp/class_static/
main.cpp 12 // describes the PointType, but it will incorrectly emit debug info for the
16 // though we know the size of PointType, we can't infer the actual size
22 typedef struct PointType
25 } PointType;
30 static PointType g_points[];
33 PointType A::g_points[] =
39 static PointType g_points[] =
  /external/eigen/unsupported/test/
splines.cpp 203 typedef Spline2d::PointType PointType;
218 PointType pt = spline( chord_lengths(i) );
219 PointType ref = points.col(i);
230 PointType pt = spline( chord_lengths(i) );
231 PointType ref = points.col(i);
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 45 typedef Array<Scalar,Dimension,1> PointType;
Spline.h 43 typedef typename SplineTraits<Spline>::PointType PointType;
106 PointType operator()(Scalar u) const;
276 typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scalar u) const

Completed in 213 milliseconds