Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorManagerStaticTest.java322 mat16to9(Rr2), Rr, 1e-4f); in testGetRotationMatrix()
326 mat16to9(Ir2), Ir, 1e-4f); in testGetRotationMatrix()
392 m9 = mat16to9(m16); in testGetRotationMatrixFromVector()
507 Rout = mat16to9(Rout2); in testRemapCoordinateSystem()
633 private static float [] mat16to9(float [] m) { in mat16to9() method in SensorManagerStaticTest