Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dquat.c39 float q3 = q->z; in quatToMatrix() local
42 float sq_q3 = 2.0f * q3 * q3; in quatToMatrix()
44 float q3_q0 = 2.0f * q3 * q0; in quatToMatrix()
45 float q1_q3 = 2.0f * q1 * q3; in quatToMatrix()
47 float q2_q3 = 2.0f * q2 * q3; in quatToMatrix()
/device/google/contexthub/firmware/app/
Dapp.mk28 CROSS_COMPILE=~/bin/gcc-arm-none-eabi-4_8-2014q3/bin/arm-none-eabi-)