Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix2fTest.java183 float theta = 30.0f * (float)(java.lang.Math.PI / 180.0f); in testRotateLoadRotate() local
184 float cosTheta = (float)Math.cos((float)theta); in testRotateLoadRotate()
185 float sinTheta = (float)Math.sin((float)theta); in testRotateLoadRotate()
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java447 float theta = data.nextFloat() * 2.f * FLOAT_PI; in testGetRotationMatrixFromVector() local
451 v[axis - 1] = (float) Math.sin(theta / 2.f); in testGetRotationMatrixFromVector()
452 if ( (float) Math.cos(theta / 2.f) < 0.f) { in testGetRotationMatrixFromVector()
457 R = mat9Rot(axis, theta); in testGetRotationMatrixFromVector()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java4093 double theta = 2.0 * Math.acos(rotation[3]);
4094 double a_x = rotation[0] / Math.sin(theta / 2.0);
4095 double a_y = rotation[1] / Math.sin(theta / 2.0);
4096 double a_z = rotation[2] / Math.sin(theta / 2.0);