Searched refs:FRACTION_PREC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ntp-88/include/
H A Dntp_fp.h50 #define FRACTION_PREC (32) macro
/macosx-10.9.5/ntp-88/util/
H A Djitter.h86 #define FRACTION_PREC (32) macro
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_msfees.c152 (((((bits)*2 +1) << (FRACTION_PREC-SAFETY_SHIFT)) / (2*baud)) << SAFETY_SHIFT)
320 static l_fp acceptable_slop; /* = { 0, 1 << (FRACTION_PREC -2) }; */
404 acceptable_slop.l_uf = 1 << (FRACTION_PREC -2);

Completed in 77 milliseconds