Searched refs:axis_index (Results 1 – 1 of 1) sorted by relevance
172 size_t axis_index, float temperature_celsius);1376 size_t axis_index, float temperature_celsius) { in outlierCheck() argument1382 if (over_temp_cal->temp_sensitivity[axis_index] < OTC_INITIAL_SENSITIVITY) { in outlierCheck()1384 offset[axis_index] - in outlierCheck()1385 (over_temp_cal->temp_sensitivity[axis_index] * temperature_celsius + in outlierCheck()1386 over_temp_cal->sensor_intercept[axis_index])); in outlierCheck()