Searched refs:zo (Results 1 – 7 of 7) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/ |
D | mag_cal.h | 79 float *xo, float *yo, float *zo); 86 float *xo, float *yo, float *zo);
|
D | mag_cal.c | 315 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/ |
D | over_temp_cal.h | 366 float zi, float *xo, float *yo, float *zo);
|
D | over_temp_cal.c | 478 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/ |
D | gyro_cal.h | 196 float* xo, float* yo, float* zo);
|
D | gyro_cal.c | 276 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/ |
D | test_zipfile.py | 227 with zipfp.open(TESTFN) as zo: 228 ziplines = zo.readlines()
|