Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c527 acc->adf.x_o[acc->adf.n_o] = bias.x; in accelCalRun()
573 CAL_ENCODE_FLOAT(acc->adf.x_o[0], 6), in accelCalDebPrint()
574 CAL_ENCODE_FLOAT(acc->adf.x_o[1], 6), in accelCalDebPrint()
575 CAL_ENCODE_FLOAT(acc->adf.x_o[2], 6), in accelCalDebPrint()
576 CAL_ENCODE_FLOAT(acc->adf.x_o[3], 6), in accelCalDebPrint()
577 CAL_ENCODE_FLOAT(acc->adf.x_o[4], 6), in accelCalDebPrint()
578 CAL_ENCODE_FLOAT(acc->adf.x_o[5], 6), in accelCalDebPrint()
579 CAL_ENCODE_FLOAT(acc->adf.x_o[6], 6), in accelCalDebPrint()
580 CAL_ENCODE_FLOAT(acc->adf.x_o[7], 6), in accelCalDebPrint()
581 CAL_ENCODE_FLOAT(acc->adf.x_o[8], 6), in accelCalDebPrint()
[all …]
Daccel_cal.h107 float x_o[DGB_HISTORY]; member