| 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...] |