Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/algos/
Dfusion.c429 mat33Apply(&Bb, &A, Bi); in fusionUpdate()
474 mat33Apply(&dq, &K[0], &e); in fusionUpdate()
495 mat33Apply(&db, &K[1], &e); in fusionUpdate()
541 mat33Apply(&m, &R, &fusion->Bm); in fusionHandleAcc()
558 mat33Apply(&aa, &R, &fusion->Ba); in fusionHandleAcc()
598 mat33Apply(&up, &R, &fusion->Ba); in fusionHandleMag()
617 mat33Apply(&mm, &R, &fusion->Bm); in fusionHandleMag()
Dmat.c59 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) in mat33Apply() function
/device/google/contexthub/firmware/inc/algos/
Dmat.h55 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v);