Home
last modified time | relevance | path

Searched refs:sinA (Results 1 – 7 of 7) sorted by relevance

/external/eigen/unsupported/doc/examples/
DMatrixSine.cpp11 MatrixXd sinA = A.sin(); in main() local
12 std::cout << "sin(A) = \n" << sinA << "\n\n"; in main()
19 std::cout << "sin^2(A) + cos^2(A) = \n" << sinA*sinA + cosA*cosA << "\n\n"; in main()
/external/eigen/Eigen/src/Geometry/
DRotation2D.h192 Scalar sinA = sin(m_angle);
194 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js443 var sinA = Math.sin(angle);
445 var sinA2 = sinA * sinA;
469 mat.$matrix.m23 = 2 * sinA * cosA;
471 mat.$matrix.m32 = -2 * sinA * cosA;
479 mat.$matrix.m13 = -2 * sinA * cosA;
483 mat.$matrix.m31 = 2 * sinA * cosA;
491 mat.$matrix.m12 = 2 * sinA * cosA;
493 mat.$matrix.m21 = -2 * sinA * cosA;
508 mat.$matrix.m12 = 2 * (x * y * sinA2 + z * sinA * cosA);
509 mat.$matrix.m13 = 2 * (x * z * sinA2 - y * sinA * cosA);
[all …]
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cap.java281 double sinA = Math.sqrt(height * (2 - height)); in getRectBound() local
283 if (sinA <= sinC) { in getRectBound()
284 double angleA = Math.asin(sinA / sinC); in getRectBound()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp130 const float sinA = std::sin(rotationX); in getRotationMatrix() local
138 0.0f, cosA,-sinA, in getRotationMatrix()
139 0.0f, sinA, cosA, in getRotationMatrix()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp130 const float sinA = std::sin(rotationX); in getRotationMatrix() local
138 0.0f, cosA,-sinA, in getRotationMatrix()
139 0.0f, sinA, cosA, in getRotationMatrix()
/external/freetype/src/base/
Dftstroke.c1476 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_ConicTo() local
1488 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1491 alen = FT_MulDiv( blen, sinA, sinB ); in FT_Stroker_ConicTo()
1689 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_CubicTo() local
1701 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
1704 alen = FT_MulDiv( blen, sinA, sinB ); in FT_Stroker_CubicTo()