Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorManagerStaticTest.java407 float j, halfTheta, residualHalfTheta = FLOAT_PI; in testGetRotationMatrixFromVector() local
417 halfTheta = residualHalfTheta; in testGetRotationMatrixFromVector()
419 halfTheta = data.nextFloat() * FLOAT_PI; in testGetRotationMatrixFromVector()
422 c = (float) Math.cos(halfTheta); in testGetRotationMatrixFromVector()
423 s = (float) Math.sin(halfTheta); in testGetRotationMatrixFromVector()
436 residualHalfTheta -= halfTheta; in testGetRotationMatrixFromVector()