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

  /external/eigen/test/eigen2/
eigen2_parametrizedline.cpp 16 template<typename LineType> void parametrizedline(const LineType& _line)
23 typedef typename LineType::Scalar Scalar;
25 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType;
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime,
27 LineType::AmbientDimAtCompileTime> MatrixType;
34 LineType l0(p0, d0);
46 const int Dim = LineType::AmbientDimAtCompileTime;
  /external/eigen/test/
geo_parametrizedline.cpp 16 template<typename LineType> void parametrizedline(const LineType& _line)
21 typedef typename LineType::Index Index;
23 typedef typename LineType::Scalar Scalar;
25 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType;
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime,
27 LineType::AmbientDimAtCompileTime> MatrixType;
28 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType;
35 LineType l0(p0, d0);
47 const int Dim = LineType::AmbientDimAtCompileTime
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.h 28 enum LineType {
61 LineType Type;
TokenAnnotator.cpp 480 LineType parseLine() {
    [all...]
  /external/icu4c/tools/toolutil/
ppucd.h 63 enum LineType {
108 LineType readLine(UErrorCode &errorCode);
120 UBool lineHasPropertyValues() const { return DEFAULTS_LINE<=lineType && lineType<=CP_LINE; }
161 LineType lineType;
ppucd.cpp 62 lineType(NO_LINE),
90 // Same order as the LineType values.
104 PreparsedUCD::LineType
117 lineType=NO_LINE;
130 return lineType=EMPTY_LINE;
142 return lineType=EMPTY_LINE;
162 lineType=(LineType)type;
163 if(lineType==UNICODE_VERSION_LINE && fieldLimit<lineLimit) {
166 return lineType;
    [all...]
  /external/skia/bench/
DashBench.cpp 323 enum LineType {
330 static const char* LineTypeName(LineType lt) {
336 GiantDashBench(void* param, LineType lt, SkScalar width) : INHERITED(param) {

Completed in 749 milliseconds