Searched refs:precision (Results 51 - 75 of 115) sorted by relevance

12345

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpsim.c302 xpkt.precision = rpkt->precision;
523 * To fool the code that determines the local clock precision,
H A Drefclock_arbiter.c81 * pdop = position dilution of precision (meters)
99 #define PRECISION (-20) /* precision assumed (about 1 us) */
190 peer->precision = PRECISION;
H A Drefclock_as2201.c68 #define PRECISION (-20) /* precision assumed (about 1 us) */
193 peer->precision = PRECISION;
H A Drefclock_chronolog.c49 #define PRECISION (-13) /* precision assumed (about 100 us) */
137 peer->precision = PRECISION;
H A Drefclock_ulink.c71 #define PRECISION (-10) /* precision assumed (about 10 ms) */
154 peer->precision = PRECISION;
H A Drefclock_fg.c27 #define PRECISION (-10) /* precision assumed (about 1 ms) */
136 peer->precision = PRECISION;
H A Drefclock_gpsvme.c67 #define PRECISION (-20) /* precision assumed (1 us) */
131 peer->precision = PRECISION;
H A Drefclock_dumbclock.c51 #define PRECISION (-13) /* precision assumed (about 100 us) */
160 peer->precision = PRECISION;
H A Drefclock_hopfser.c59 #define PRECISION (-10) /* precision assumed (about 1 ms) */
81 #define HOPF_RADIOHP 0x0C /* high precision radio clock */
171 peer->precision = PRECISION;
H A Drefclock_gpsdjson.c191 #define PRECISION (-9) /* precision assumed (about 2 ms) */
192 #define PPS_PRECISION (-20) /* precision assumed (about 1 us) */
313 /* precision estimates */
314 int16_t sti_prec; /* serial precision based on EPT */
315 int16_t pps_prec; /* PPS precision from GPSD or above */
563 peer->precision = PPS_PRECISION;
565 peer->precision = PRECISION;
717 peer->precision = PRECISION;
756 peer->precision = PPS_PRECISION;
966 peer->precision
[all...]
H A Dntp_util.c683 int precision,
705 leap, version, mode, stratum, ppoll, precision,
671 record_raw_stats( sockaddr_u *srcadr, sockaddr_u *dstadr, l_fp *t1, l_fp *t2, l_fp *t3, l_fp *t4, int leap, int version, int mode, int stratum, int ppoll, int precision, double root_delay, double root_dispersion, u_int32 refid ) argument
H A Drefclock_hpgps.c96 #define PRECISION (-10) /* precision assumed (about 1 ms) */
197 peer->precision = PRECISION;
H A Drefclock_bancomm.c135 #define VMEPRECISION (-21) /* precision assumed (1 us) */
285 peer->precision = VMEPRECISION;
/freebsd-9.3-release/contrib/ncurses/form/
H A Dllib-lform693 int precision;
712 int precision;
H A Dllib-lformw699 int precision;
718 int precision;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ntp.c124 /* Can't TCHECK bp->precision bitfield so bp->distance + 0 instead */
126 printf(", precision %d", bp->precision);
/freebsd-9.3-release/contrib/ntp/util/
H A DMakefile.in99 precision$(EXEEXT) sht$(EXEEXT) testrs6000$(EXEEXT) \
201 precision_SOURCES = precision.c
202 precision_OBJECTS = precision.$(OBJEXT)
271 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
274 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
886 precision$(EXEEXT): $(precision_OBJECTS) $(precision_DEPENDENCIES) $(EXTRA_precision_DEPENDENCIES)
887 @rm -f precision$(EXEEXT)
930 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/precision.Po@am__quote@
H A DMakefile.am8 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
H A Dntptime.c351 gtemp = (double)ntx.precision;
357 " time constant %lu, precision %.3f us, tolerance %.0f ppm,\n",
/freebsd-9.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c146 printf("offsetof(precision) = %d\n",
147 (int) offsetof(struct info_peer, precision));
306 printf("offsetof(precision) = %d\n",
307 (int) offsetof(struct info_sys, precision));
822 printf("offsetof(precision) = %d\n",
823 (int) offsetof(struct info_kernel, precision));
/freebsd-9.3-release/sys/kern/
H A Dkern_ntptime.c59 * Single-precision macros for 64-bit machines
113 * word and mathematical operations are done using multiple-precision
155 static long time_precision = 1; /* clock precision (ns) */
438 ntv.precision = time_precision;
440 ntv.precision = time_precision / 1000;
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp.h149 * dispersion component (frequency error plus precision). The frequency
152 * precision component is computed as the square root of the mean of the
297 s_char precision; /* remote clock precision */ member in struct:peer
547 s_char precision; /* peer clock precision */ member in struct:pkt
745 #define LOOP_TICK 15 /* sim. low precision clock */
/freebsd-9.3-release/contrib/ntp/libntp/
H A Daudio.c207 * codec sample rate (8000 Hz), precision (8 bits), number of channels
496 info.record.precision, info.record.encoding,
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c1240 int precision = MAX (TYPE_PRECISION (type),
1242 tree totype = c_common_type_for_size (precision, 0);
1245 type = c_common_type_for_size (precision, 1);
1238 int precision = MAX (TYPE_PRECISION (type), local
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h434 size_t precision, char_precision, int_precision, wchar_precision; member in struct:cpp_options
820 target precision. PSTR points to the input pointer, which is just

Completed in 321 milliseconds

12345