Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c1206 float dtemp_old = FLT_MAX; in findNearestEstimate() local
1211 if (dtemp_new < dtemp_old) { in findNearestEstimate()
1213 dtemp_old = dtemp_new; in findNearestEstimate()