Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorManagerStaticTest.java99 float [] rotv = new float[3]; in testGetAngleChange() local
106 data.nextRotationAngles(rotv); in testGetAngleChange()
107 R1 = mat9VRot(rotv); // random base in testGetAngleChange()
110 data.nextRotationAngles(rotv); in testGetAngleChange()
111 R12 = mat9VRot(rotv); in testGetAngleChange()
139 "truth = [%f, %f, %f], result = [%f, %f, %f]", i, rotv[0], rotv[1], rotv[2], in testGetAngleChange()
149 float [] rotv = new float[3]; in testGetInclination() local
174 float [] rotv = new float[3]; in testGetOrientation() local
182 data.nextRotationAngles(rotv); in testGetOrientation()
183 R = mat9VRot(rotv); in testGetOrientation()
[all …]