Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/algos/
Dquat.c26 float My = R->elem[1][1]; in initQuat() local
29 q->x = sqrtf(clamp(Hx - My - Az + 1.0f) * 0.25f); in initQuat()
30 q->y = sqrtf(clamp(-Hx + My - Az + 1.0f) * 0.25f); in initQuat()
31 q->z = sqrtf(clamp(-Hx - My + Az + 1.0f) * 0.25f); in initQuat()
32 q->w = sqrtf(clamp(Hx + My + Az + 1.0f) * 0.25f); in initQuat()