Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/algos/
Dvec.c40 float magSquared = x * x + y * y + z * z; in findOrthogonalVector() local
41 float invMag = 1.0f / sqrtf(magSquared); in findOrthogonalVector()