Home
last modified time | relevance | path

Searched refs:PointType (Results 1 – 4 of 4) sorted by relevance

/external/lldb/test/lang/cpp/class_static/
Dmain.cpp22 typedef struct PointType struct
25 } PointType; argument
30 static PointType g_points[];
33 PointType A::g_points[] =
39 static PointType g_points[] =
/external/eigen/unsupported/test/
Dsplines.cpp203 typedef Spline2d::PointType PointType; in check_global_interpolation2d() typedef
218 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d()
219 PointType ref = points.col(i); in check_global_interpolation2d()
230 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d()
231 PointType ref = points.col(i); in check_global_interpolation2d()
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h43 typedef typename SplineTraits<Spline>::PointType PointType; typedef
106 PointType operator()(Scalar u) const;
276 …typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scal… in operator()
DSplineFwd.h45 typedef Array<Scalar,Dimension,1> PointType;