Searched refs:errorbar (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ntpclient/
H A Dphaselock.c21 * - Subtract configurable amount from errorbar
34 double errorbar; member in struct:datum
178 int contemplate_data(unsigned int absolute, double skew, double errorbar, int freq) argument
196 if (debug) printf("xontemplate %u %.1f %.1f %d\n",absolute,skew,errorbar,freq);
199 d_ring[rp].errorbar = errorbar - 800.0; /* quick hack to speed things up */
209 d_ring[j].s.s.max = d_ring[j].skew - cum + d_ring[j].errorbar;
210 d_ring[j].s.s.min = d_ring[j].skew - cum - d_ring[j].errorbar;
H A Dntpclient.c83 int contemplate_data(unsigned int absolute, double skew, double errorbar, int freq);
385 double skew, errorbar; local
396 errorbar=etime+disp;
398 absolute,skew,errorbar,freq);
405 simulated_freq = contemplate_data(absolute, skew, errorbar, freq);

Completed in 40 milliseconds