Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c1183 float dtemp_new = 0.0f; in findNearestEstimate() local
1187 dtemp_new = NANO_ABS(over_temp_cal->model_data[i].offset_temp_celsius - in findNearestEstimate()
1189 if (dtemp_new < dtemp_old) { in findNearestEstimate()
1191 dtemp_old = dtemp_new; in findNearestEstimate()