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.c1205 float dtemp_new = 0.0f; in findNearestEstimate() local
1209 dtemp_new = NANO_ABS(over_temp_cal->model_data[i].offset_temp_celsius - in findNearestEstimate()
1211 if (dtemp_new < dtemp_old) { in findNearestEstimate()
1213 dtemp_old = dtemp_new; in findNearestEstimate()