Searched refs:FRAC (Results 1 – 13 of 13) sorted by relevance
327 #define FRAC(fp) ((fp.l) & 0x7FFFFF) macro366 if ((EXP(fl1) == 0xff) && (FRAC(fl1) != 0)) /* NaN */ in __fixunssfdi()395 #define FRAC(fp) ((fp.l) & 0x7FFFFF) macro434 if ((EXP(fl1) == 0xff) && (FRAC(fl1) != 0)) /* NaN */ in __fixsfdi()
258 #define FRAC 4294967296.0 /* 2^32 as a double */ macro321 (r_uf) = (u_int32)(-(d_tmp + (double)(r_ui)) * FRAC); \325 (r_uf) = (u_int32)((d_tmp - (double)(r_ui)) * FRAC); \334 (d) = -((double)l_thi + (double)l_tlo / FRAC); \336 (d) = (double)l_thi + (double)l_tlo / FRAC; \
133 dtemp *= FRAC; in get_systime()
33 # define NSECFRAC (FRAC / NANOSECONDS)
238 dfuzz = ntp_random() * 2. / FRAC * sys_fuzz; in get_systime()
462 } else if (ntp_random() / (2. * FRAC) > in ntp_monitor()
3402 ticks = (unsigned long)(nts.l_uf / (unsigned long)(sys_tick * FRAC));3403 nts.l_uf = (unsigned long)(ticks * (unsigned long)(sys_tick * FRAC));3406 pbt.sec, (unsigned long)((nts.l_uf / FRAC) * 1e9)));3447 fuzz = ntp_random() * 2. / FRAC * sys_fuzz;
1519 pp->lastrec.l_uf = (u_int32)(dtemp * FRAC); in refclock_pps()
751 dtemp = ts.tv_nsec * FRAC / 1e9; in ripencc_get_pps_ts()
2260 parse->parseio.parse_dtime.parse_ptime.fp.l_uf = (uint32_t)(dtemp * FRAC); in local_input()
833 which needs errno.h and FRAC */838 # define FRAC 4294967296
15087 which needs errno.h and FRAC */
24413 which needs errno.h and FRAC */