Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h136 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v);
167 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b,
Dquat.h26 typedef struct Vec4 Quat;
Dkasa.c90 struct Vec4 b; in kasaFit()
96 struct Vec4 out; in kasaFit()
Dvec.h52 struct Vec4 { struct
168 static inline void initVec4(struct Vec4 *v, float x, float y, float z, in initVec4()
Dmat.c446 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) { in mat44Apply()
519 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, in mat44Solve()
/device/google/contexthub/firmware/os/inc/algos/
Dfusion.h84 void fusionGetAttitude(const struct Fusion *fusion, struct Vec4 *attitude);
/device/google/contexthub/firmware/os/algos/
Dfusion.c423 static void getF(struct Vec4 F[3], const struct Vec4 *q) { in getF()
484 struct Vec4 F[3]; in fusionUpdate()
489 struct Vec4 q; in fusionUpdate()
681 void fusionGetAttitude(const struct Fusion *fusion, struct Vec4 *attitude) { in fusionGetAttitude()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c345 struct Vec4 attitude; in updateOutput()