Searched refs:c02 (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/inc/algos/ |
D | mag_cal.h | 40 float c00, c01, c02, c10, c11, c12, c20, c21, c22; member 47 float c00, float c01, float c02, 64 float c00, float c01, float c02,
|
/device/google/contexthub/firmware/src/algos/ |
D | mag_cal.c | 142 float c00, float c01, float c02, in initMagCal() argument 154 moc->c00 = c00; moc->c01 = c01; moc->c02 = c02; in initMagCal() 265 float c00, float c01, float c02, in magCalSetSoftiron() argument 269 moc->c00 = c00; moc->c01 = c01; moc->c02 = c02; in magCalSetSoftiron() 277 *xo = moc->c00 * xi + moc->c01 * yi + moc->c02 * zi; in magCalRemoveSoftiron()
|