HomeSort by relevance Sort by last modified time
    Searched full:xyzth (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerStaticTest.java 215 float [] xyzth = new float[4]; local
219 data.nextRotationAxisAngle(xyzth);
221 c = (float) Math.cos(xyzth[3]);
222 s = (float) Math.sin(xyzth[3]);
235 v[0] = s * xyzth[0];
236 v[1] = s * xyzth[1];
237 v[2] = s * xyzth[2];
365 float [] xyzth = new float[4]; local
369 data.nextRotationAxisAngle(xyzth);
371 c = (float) Math.cos(xyzth[3])
    [all...]

Completed in 82 milliseconds