Searched refs:new_rate (Results 1 – 2 of 2) sorted by relevance
58 int new_rate, old_rate1, old_rate2, old_rate3; variable70 new_rate = 4;73 &new_rate, sizeof(new_rate));79 new_rate = 6;82 &new_rate, sizeof(new_rate));88 new_rate = 8;91 &new_rate, sizeof(new_rate));
400 double observed_rate, rate_from_base, new_rate; in bt_calibration_thread() local421 …new_rate = CUMULATIVE_RATE_WEIGHT * cumulative_rate + (1 - CUMULATIVE_RATE_WEIGHT) * rate_from_bas… in bt_calibration_thread()431 bt_params.rate = new_rate; in bt_calibration_thread()