Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorManagerStaticTest.java112 R2 = mat9Mul(R1, R12); // apply another random rotation in testGetAngleChange()
135 float [] RI = mat9Mul(R12rt, R12); in testGetAngleChange()
193 float [] RI = mat9Mul(Rr, R); in testGetOrientation()
283 float [] gmb = mat9Mul(Rt, gm); // do not care about right most column in testGetRotationMatrix()
290 float [] n = mat9Mul(Rr, Rt); in testGetRotationMatrix()
397 float [] n = mat9Mul(m9, mat9T(m9)); in testGetRotationMatrixFromVector()
434 R = mat9Mul(Rr, R); in testGetRotationMatrixFromVector()
644 private static float [] mat9Mul(float [] m, float [] n) { in mat9Mul() method in SensorManagerStaticTest
707 R = mat9Mul(R, mat9Rot(SensorManager.AXIS_X, -angles[1])); in mat9VRot()
709 R = mat9Mul(R, mat9Rot(SensorManager.AXIS_Y, angles[2])); in mat9VRot()