Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dvec.h126 static inline float vec3Norm(const struct Vec3 *v) { in vec3Norm() function
135 float norm = vec3Norm(v); in vec3Normalize()
/device/google/contexthub/firmware/os/algos/
Dfusion.c282 float norm_we = vec3Norm(&we); in fusionPredict()
627 float invNorm = 1.0f / vec3Norm(&north); in fusionHandleMag()