Searched refs:u_fp (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/ntp-88/libntp/
H A Dfptoa.c13 u_fp plusfp;
17 plusfp = (u_fp)(-fpv);
20 plusfp = (u_fp)fpv;
H A Dfptoms.c12 u_fp plusfp;
16 plusfp = (u_fp)(-fpv);
19 plusfp = (u_fp)fpv;
H A Ddofptoa.c13 u_fp fpv,
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntpdate.h24 u_fp rootdelay; /* distance from primary clock */
25 u_fp rootdisp; /* peer clock dispersion */
37 u_fp filter_error[NTP_SHIFT]; /* error part of shift register */
40 u_fp delay; /* filter estimated delay */
41 u_fp dispersion; /* filter estimated dispersion */
H A Dntpdate.c210 static void server_data (struct server *, s_fp, l_fp *, u_fp);
913 u_fp e
993 server->dispersion += (u_fp)(d) >> i;
1017 u_fp server_badness[NTP_MAXCLOCK];
H A Dntptimeset.c1235 server->dispersion += (u_fp)(d) >> i;
1314 u_fp server_badness[NTP_MAXCLOCK];
/macosx-10.9.5/ntp-88/include/
H A Dntp_request.h352 u_fp dispersion; /* peer.estdisp */
388 u_fp rootdispersion; /* peer.dispersion */
397 u_fp dispersion; /* peer.estdisp */
399 u_fp selectdisp; /* peer select dispersion */
472 u_fp rootdispersion; /* dispersion from sync source */
483 u_fp stability; /* clock stability (scaled ppm) */
H A Dntp_fp.h56 * version (u_fp). This is used to represent synchronizing distance
70 typedef u_int32 u_fp; typedef
109 #define UFPTOLFP(x, v) ((v)->l_ui = (u_fp)(x)>>16, (v)->l_uf = (x)<<16)
292 * s_fp/double and u_fp/double conversions
296 #define DTOUFP(r) ((u_fp)((r) * FRIC))
337 extern char * dofptoa (u_fp, int, short, int);
H A Dntp.h539 * Note that all u_fp and l_fp values arrive in network byte order
547 u_fp rootdelay; /* roundtrip delay to primary source */
548 u_fp rootdisp; /* dispersion to primary source*/
/macosx-10.9.5/ntp-88/util/
H A Djitter.h92 * version (u_fp). This is used to represent synchronizing distance
106 typedef u_int32 u_fp; typedef
145 #define UFPTOLFP(x, v) ((v)->l_ui = (u_fp)(x)>>16, (v)->l_uf = (x)<<16)
328 * s_fp/double and u_fp/double conversions
332 #define DTOUFP(r) ((u_fp)((r) * FRIC))
374 extern char * dofptoa (u_fp, int, short, int);
/macosx-10.9.5/ntp-88/libsntp/
H A Dlibsntp_query.c90 u_fp p_rdly, p_rdsp;
/macosx-10.9.5/ntp-88/sntp/
H A Dmain.c174 u_fp p_rdly, p_rdsp;

Completed in 125 milliseconds