HomeSort by: relevance | last modified time | path
    Searched defs:l_fp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_ntptime.c 87 typedef int64_t l_fp; typedef
186 static l_fp time_offset; /* time offset (ns) */
187 static l_fp time_freq; /* frequency offset (ns/s) */
190 static l_fp time_adj; /* tick adjust (ns/s) */
210 static l_fp pps_freq; /* scaled frequency offset (ns/s) */
426 l_fp ftemp; /* 32/64-bit temporary */
620 l_fp ftemp;
704 l_fp ftemp;
  /src/external/bsd/ntp/dist/include/
ntp_fp.h 13 * NTP uses two fixed point formats. The first (l_fp) is the "long"
21 * Anyway, an l_fp looks like:
38 } l_fp; typedef in typeref:struct:__anon5055
44 * Fractional precision (of an l_fp) is actually the number of
258 * l_fp/double conversions
279 #define M_DTOLFP(d, r_ui, r_uf) /* double to l_fp */ \
298 #define M_LFPTOD(r_ui, r_uf, d) /* l_fp to double */ \
318 #define M_DTOLFP(d, r_ui, r_uf) /* double to l_fp */ \
330 #define M_LFPTOD(r_ui, r_uf, d) /* l_fp to double */ \
352 extern int atolfp (const char *, l_fp *);
    [all...]

Completed in 22 milliseconds