Home
last modified time | relevance | path

Searched defs:theta2 (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DHighamHall54StepInterpolator.java76 final double theta2 = theta * theta; in computeInterpolatedStateAndDerivatives() local
DDormandPrince853StepInterpolator.java362 final double theta2 = theta * theta; in computeInterpolatedStateAndDerivatives() local
/external/ceres-solver/include/ceres/
Drotation.h397 const T theta2 = DotProduct(angle_axis, angle_axis); in AngleAxisToRotationMatrix() local
583 const T theta2 = DotProduct(angle_axis, angle_axis); in AngleAxisRotatePoint() local
/external/opencv3/modules/calib3d/src/
Dfisheye.cpp133 … double theta2 = theta*theta, theta3 = theta2*theta, theta4 = theta2*theta2, theta5 = theta4*theta, in projectPoints() local
290 … double theta2 = theta*theta, theta3 = theta2*theta, theta4 = theta2*theta2, theta5 = theta4*theta, in distortPoints() local
378 …double theta2 = theta*theta, theta4 = theta2*theta2, theta6 = theta4*theta2, theta8 = theta6*theta… in undistortPoints() local
466 …double theta2 = theta*theta, theta4 = theta2*theta2, theta6 = theta4*theta2, theta8 = theta4*theta… in initUndistortRectifyMap() local
/external/freetype/src/base/
Dftstroke.c194 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local
1654 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c204 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local
1664 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
/external/skia/src/core/
DSkPath.cpp1376 SkScalar theta2 = SkScalarATan2(unitPts[1].fY, unitPts[1].fX); in arcTo() local