Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/magnetometer/
Dmag_cal.h79 float *xo, float *yo, float *zo);
86 float *xo, float *yo, float *zo);
Dmag_cal.c315 float *xo, float *yo, float *zo) { in magCalRemoveBias() argument
318 *zo = zi - moc->z_bias; in magCalRemoveBias()
336 float *xo, float *yo, float *zo) { in magCalRemoveSoftiron() argument
339 *zo = moc->c20 * xi + moc->c21 * yi + moc->c22 * zi; in magCalRemoveSoftiron()
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h366 float zi, float *xo, float *yo, float *zo);
Dover_temp_cal.c478 float zi, float *xo, float *yo, float *zo) { in overTempCalRemoveOffset() argument
482 ASSERT_NOT_NULL(zo); in overTempCalRemoveOffset()
496 *zo = zi - compensated_offset[2]; in overTempCalRemoveOffset()
500 *zo = zi; in overTempCalRemoveOffset()
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.h196 float* xo, float* yo, float* zo);
Dgyro_cal.c276 float* xo, float* yo, float* zo) { in gyroCalRemoveBias() argument
280 *zo = zi - gyro_cal->bias_z; in gyroCalRemoveBias()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_zipfile.py227 with zipfp.open(TESTFN) as zo:
228 ziplines = zo.readlines()