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

  /external/eigen/unsupported/doc/examples/
MatrixSine.cpp 11 MatrixXd sinA = A.sin();
12 std::cout << "sin(A) = \n" << sinA << "\n\n";
19 std::cout << "sin^2(A) + cos^2(A) = \n" << sinA*sinA + cosA*cosA << "\n\n";
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Rotation2D.h 140 Scalar sinA = ei_sin(m_angle);
142 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
  /external/freetype/src/base/
ftstroke.c     [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c     [all...]

Completed in 494 milliseconds