Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dvec.h154 static inline void initVec4(struct Vec4 *v, float x, float y, float z, in initVec4() function
Dmat.c545 initVec4(x, _x[0], _x[1], _x[2], _x[3]); in mat44Solve()
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/
Dmag_cal.c98 initVec4(&b, -kasa->acc_xw, -kasa->acc_yw, -kasa->acc_zw, -kasa->acc_w); in magKasaFit()
/device/google/contexthub/firmware/os/algos/
Dfusion.c88 initVec4(&fusion->x0, 0.0f, 0.0f, 0.0f, 0.0f); in initFusion()