Searched refs:OTC_INITIAL_SENSITIVITY (Results 1 – 2 of 2) sorted by relevance
817 if (over_temp_cal->temp_sensitivity[index] < OTC_INITIAL_SENSITIVITY) { in compensateWithLinearModel()842 if (over_temp_cal->temp_sensitivity[index] < OTC_INITIAL_SENSITIVITY) { in addLinearTemperatureExtrapolation()893 if (over_temp_cal->temp_sensitivity[index] < OTC_INITIAL_SENSITIVITY) { in compareAndCompensateWithNearest()1404 if (over_temp_cal->temp_sensitivity[axis_index] < OTC_INITIAL_SENSITIVITY) { in outlierCheck()1424 over_temp_cal->temp_sensitivity[0] = OTC_INITIAL_SENSITIVITY; in resetOtcLinearModel()1425 over_temp_cal->temp_sensitivity[1] = OTC_INITIAL_SENSITIVITY; in resetOtcLinearModel()1426 over_temp_cal->temp_sensitivity[2] = OTC_INITIAL_SENSITIVITY; in resetOtcLinearModel()
119 #define OTC_INITIAL_SENSITIVITY (1e6f) macro