Home
last modified time | relevance | path

Searched refs:zo (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/inc/algos/
Dmag_cal.h61 float *xo, float *yo, float *zo);
69 float *xo, float *yo, float *zo);
/device/google/contexthub/firmware/src/algos/
Dmag_cal.c257 float *xo, float *yo, float *zo) in magCalRemoveBias() argument
261 *zo = zi - moc->z_bias; in magCalRemoveBias()
275 float *xo, float *yo, float *zo) in magCalRemoveSoftiron() argument
279 *zo = moc->c20 * xi + moc->c21 * yi + moc->c22 * zi; in magCalRemoveSoftiron()