Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h171 float max_error[3]; member
527 const float *sensor_intercept, float *max_error);
Dover_temp_cal.c751 const float *sensor_intercept, float *max_error) { in overTempGetModelError() argument
755 ASSERT_NOT_NULL(max_error); in overTempGetModelError()
758 memset(max_error, 0, 3 * sizeof(float)); in overTempGetModelError()
767 if (max_error_test > max_error[j]) { in overTempGetModelError()
768 max_error[j] = max_error_test; in overTempGetModelError()
1570 over_temp_cal->debug_overtempcal.max_error); in updateDebugData()
1687 CAL_ENCODE_FLOAT(over_temp_cal->debug_overtempcal.max_error[0] * in overTempCalDebugPrint()
1690 CAL_ENCODE_FLOAT(over_temp_cal->debug_overtempcal.max_error[1] * in overTempCalDebugPrint()
1693 CAL_ENCODE_FLOAT(over_temp_cal->debug_overtempcal.max_error[2] * in overTempCalDebugPrint()