Home
last modified time | relevance | path

Searched refs:q1 (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/
Dtoolchain-setup.sh5 if [ ! -e $HOME/toolchains/gcc-arm-none-eabi-5_3-2016q1/bin ] ; then
8 …t https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q1-update/+download/gcc-arm-none-eabi-5_3-2016
9 tar xjf gcc-arm-none-eabi-5_3-2016q1-20160330-linux.tar.bz2 &&
14 export ARM_NONE_GCC_PATH=$HOME/toolchains/gcc-arm-none-eabi-5_3-2016q1
/device/google/contexthub/firmware/os/algos/common/math/
Dquat.c37 float q1 = q->x; in quatToMatrix() local
40 float sq_q1 = 2.0f * q1 * q1; in quatToMatrix()
43 float q1_q2 = 2.0f * q1 * q2; in quatToMatrix()
45 float q1_q3 = 2.0f * q1 * q3; in quatToMatrix()
48 float q1_q0 = 2.0f * q1 * q0; in quatToMatrix()
/device/amlogic/yukawa/hal/audio/
Daudio_aec.c121 ssize_t q1 = fifo_available_to_read(aec->spk_fifo); in print_queue_status_to_log() local
126 q1, q1/aec->spk_frame_size_bytes/PLAYBACK_PERIOD_SIZE, in print_queue_status_to_log()