Home
last modified time | relevance | path

Searched +defs:R +defs:v (Results 1 – 1 of 1) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java155 float [] R; in testGetInclination() local
180 float [] R; in testGetOrientation() local
207 float [] v; in testGetQuaternionFromVector() local
353 float [] v; in testGetRotationMatrixFromVector() local
408 float [] R = mat9I(); in testGetRotationMatrixFromVector() local
448 float [] R; in testGetRotationMatrixFromVector() local
479 float [] R; in testRemapCoordinateSystem() local
705 float [] R = mat9Rot(SensorManager.AXIS_Z, -angles[0]); in mat9VRot() local
718 float [] v = new float[3]; in mat9Axis() local
728 private static float vecInner(float u[], float v[]) { in vecInner()