Home
last modified time | relevance | path

Searched refs:yo (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
260 *yo = yi - moc->y_bias; in magCalRemoveBias()
275 float *xo, float *yo, float *zo) in magCalRemoveSoftiron() argument
278 *yo = moc->c10 * xi + moc->c11 * yi + moc->c12 * zi; in magCalRemoveSoftiron()