Searched refs:initVec4 (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/inc/algos/ |
D | vec.h | 84 static inline void initVec4(struct Vec4 *v, float x, float y, float z, float w) { in initVec4() function
|
/device/google/contexthub/firmware/src/algos/ |
D | mag_cal.c | 82 initVec4(&b, -moc->acc_xw, -moc->acc_yw, -moc->acc_zw, -moc->acc_w); in moc_fit()
|
D | mat.c | 590 initVec4(x, _x[0], _x[1], _x[2], _x[3]); in mat44Solve()
|
D | fusion.c | 87 initVec4(&fusion->x0, 0.0f, 0.0f, 0.0f, 0.0f); in initFusion()
|