Searched refs:FRAC (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/32/
H A D_fixsfdi.c37 #define FRAC(fp) ((fp.l) & 0x7FFFFF) macro
82 if ((EXP (fl1) == 0xff) && (FRAC (fl1) != 0)) /* NaN */
92 if (!SIGN (fl1) || exp > 40 || FRAC (fl1) != 0)
H A D_fixunssfdi.c36 #define FRAC(fp) ((fp.l) & 0x7FFFFF) macro
89 if ((EXP (fl1) == 0xff) && (FRAC (fl1) != 0)) /* NaN */
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/32/
H A D_fixsfdi.c37 #define FRAC(fp) ((fp.l) & 0x7FFFFF) macro
82 if ((EXP (fl1) == 0xff) && (FRAC (fl1) != 0)) /* NaN */
92 if (!SIGN (fl1) || exp > 40 || FRAC (fl1) != 0)
H A D_fixunssfdi.c36 #define FRAC(fp) ((fp.l) & 0x7FFFFF) macro
89 if ((EXP (fl1) == 0xff) && (FRAC (fl1) != 0)) /* NaN */
/netbsd-current/external/bsd/ntp/dist/util/
H A Djitter.c135 dtemp *= FRAC;
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_fp.h260 #define FRAC 4294967296.0 /* 2^32 as a double */ macro
323 (r_uf) = (u_int32)(-(d_tmp + (double)(r_ui)) * FRAC); \
327 (r_uf) = (u_int32)((d_tmp - (double)(r_ui)) * FRAC); \
336 (d) = -((double)l_thi + (double)l_tlo / FRAC); \
338 (d) = (double)l_thi + (double)l_tlo / FRAC; \
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dtimespecops.c35 # define NSECFRAC (FRAC / NANOSECONDS)
H A Dsystime.c240 dfuzz = ntp_random() * 2. / FRAC * sys_fuzz;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c390 #define FRAC tv_nsec macro
396 #define FRAC tv_usec macro
407 && tv.FRAC <= _ldap_pvt_gt_prevTv.FRAC )) {
425 ltm->tm_nsec = NSECS(tv.FRAC);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_monitor.c464 } else if (ntp_random() / (2. * FRAC) >
H A Dntp_refclock.c1521 pp->lastrec.l_uf = (u_int32)(dtemp * FRAC);
H A Dntp_io.c3409 ticks = (unsigned long)(nts.l_uf / (unsigned long)(sys_tick * FRAC));
3410 nts.l_uf = (unsigned long)(ticks * (unsigned long)(sys_tick * FRAC));
3413 pbt.sec, (unsigned long)((nts.l_uf / FRAC) * 1e9)));
3454 fuzz = ntp_random() * 2. / FRAC * sys_fuzz;
H A Drefclock_ripencc.c753 dtemp = ts.tv_nsec * FRAC / 1e9;
H A Drefclock_parse.c2262 parse->parseio.parse_dtime.parse_ptime.fp.l_uf = (uint32_t)(dtemp * FRAC);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpmath-sf.S672 ;; multiply SI a.FRAC * SI b.FRAC to DI r8
758 ;; at this point, FRAC is in R11..R14 and EXP is in BC
920 ;; divide DI a.FRAC / SI b.FRAC to DI r8
1014 ;; at this point, FRAC is in R8..R11 and EXP is in BC
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpmath-sf.S672 ;; multiply SI a.FRAC * SI b.FRAC to DI r8
758 ;; at this point, FRAC is in R11..R14 and EXP is in BC
920 ;; divide DI a.FRAC / SI b.FRAC to DI r8
1014 ;; at this point, FRAC is in R8..R11 and EXP is in BC
/netbsd-current/external/bsd/ntp/dist/
H A Dconfigure24413 which needs errno.h and FRAC */
24418 # define FRAC 4294967296
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dconfigure15087 which needs errno.h and FRAC */
15092 # define FRAC 4294967296

Completed in 347 milliseconds