HomeSort by relevance Sort by last modified time
    Searched refs:sq_q2 (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/sensorservice/
quat.h 37 TYPE sq_q2 = 2 * q2 * q2; local
45 R[0][0] = 1 - sq_q2 - sq_q3;
53 R[2][2] = 1 - sq_q1 - sq_q2;
  /device/google/contexthub/firmware/os/algos/common/math/
quat.c 41 float sq_q2 = 2.0f * q2 * q2; local
50 R->elem[0][0] = 1.0f - sq_q2 - sq_q3;
58 R->elem[2][2] = 1.0f - sq_q1 - sq_q2;
  /frameworks/base/core/java/android/hardware/
SensorManager.java 1665 float sq_q2 = 2 * q2 * q2; local
    [all...]

Completed in 88 milliseconds