Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/algos/
Dvec.h84 static inline void initVec4(struct Vec4 *v, float x, float y, float z, float w) { in initVec4() function
/device/google/contexthub/firmware/src/algos/
Dmag_cal.c82 initVec4(&b, -moc->acc_xw, -moc->acc_yw, -moc->acc_zw, -moc->acc_w); in moc_fit()
Dmat.c590 initVec4(x, _x[0], _x[1], _x[2], _x[3]); in mat44Solve()
Dfusion.c87 initVec4(&fusion->x0, 0.0f, 0.0f, 0.0f, 0.0f); in initFusion()