Searched refs:new_rate (Results 1 – 2 of 2) sorted by relevance
62 int new_rate, old_rate1, old_rate2, old_rate3; variable75 new_rate = 4;78 &new_rate, sizeof(new_rate));84 new_rate = 6;87 &new_rate, sizeof(new_rate));93 new_rate = 8;96 &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()