Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c242 float *xo, float *yo, float *zo) { in magCalRemoveBias() argument
245 *zo = zi - moc->z_bias; in magCalRemoveBias()
263 float *xo, float *yo, float *zo) { in magCalRemoveSoftiron() argument
266 *zo = moc->c20 * xi + moc->c21 * yi + moc->c22 * zi; in magCalRemoveSoftiron()
Dmag_cal.h97 float *xo, float *yo, float *zo);
104 float *xo, float *yo, float *zo);
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c508 float zi, float *xo, float *yo, float *zo) { in overTempCalRemoveOffset() argument
512 CHRE_ASSERT_NOT_NULL(zo); in overTempCalRemoveOffset()
520 *zo = zi - over_temp_cal->compensated_offset.offset[2]; in overTempCalRemoveOffset()
524 *zo = zi; in overTempCalRemoveOffset()
Dover_temp_cal.h470 float zi, float *xo, float *yo, float *zo);
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.h228 float* xo, float* yo, float* zo);
Dgyro_cal.c236 float* xo, float* yo, float* zo) { in gyroCalRemoveBias() argument
240 *zo = zi - gyro_cal->bias_z; in gyroCalRemoveBias()