Searched refs:RatioError (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c677 float RatioError; local
1166 RatioError = ((float) (TotalCyclesAdded - TotalCyclesRemoved)) / (1000.0 * (float) CountOfSecondsSent);
1168 RatioError*100.0, (1.0+RatioError)*((float) SetSampleRate), SetSampleRate);
1385 RatioError = ((float) (TotalCyclesAdded - TotalCyclesRemoved)) / (1000.0 * (float) CountOfSecondsSent);
1387 RatioError*100.0, (1.0+RatioError)*((float) SetSampleRate), SetSampleRate);

Completed in 124 milliseconds