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

  /device/google/contexthub/firmware/os/algos/common/math/
quat.c 42 float sq_q3 = 2.0f * q3 * q3; local
50 R->elem[0][0] = 1.0f - sq_q2 - sq_q3;
54 R->elem[1][1] = 1.0f - sq_q1 - sq_q3;
  /frameworks/native/services/sensorservice/
quat.h 38 TYPE sq_q3 = 2 * q3 * q3; local
45 R[0][0] = 1 - sq_q2 - sq_q3;
49 R[1][1] = 1 - sq_q1 - sq_q3;
  /frameworks/base/core/java/android/hardware/
SensorManager.java 1666 float sq_q3 = 2 * q3 * q3; local
    [all...]

Completed in 211 milliseconds